From 5cd76a97e531ca750be07c0548dc78e3a450a092 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 23 Jul 2019 17:27:16 -0400 Subject: [PATCH] sync working, several bugs fixed, URL entry --- BeatOn/Assets/www/3rdpartylicenses.txt | 25 + ...ef476913.eot => MaterialIcons-Regular.eot} | Bin ...f1888ca8.ttf => MaterialIcons-Regular.ttf} | Bin ...275d79.woff => MaterialIcons-Regular.woff} | Bin ...0eec.woff2 => MaterialIcons-Regular.woff2} | Bin BeatOn/Assets/www/index.html | 4 +- ...logo.6c1a8c36d9fd1df75fae.png => logo.png} | Bin ...ec1293e4aafe7401ebad.js => main-es2015.js} | 2510 +- ...s5.fba114a0e9a38eab8372.js => main-es5.js} | 31434 ++++++++-------- ...8cdea71ba6ebdaf.js => polyfills-es2015.js} | 0 ...d81060418231ff91d8.js => polyfills-es5.js} | 0 .../runtime-es2015.858f8dd898b75fe86926.js | 1 - BeatOn/Assets/www/runtime-es2015.js | 80 + .../www/runtime-es5.741402d1d47331ce975c.js | 1 - BeatOn/Assets/www/runtime-es5.js | 80 + ...es.c6e01a63cc411e900bea.css => styles.css} | 2 +- ...ad.53eaa2f2d099aadddfb6.png => upload.png} | Bin BeatOn/BeatOn.csproj | 56 +- BeatOn/BeatSaberModder.cs | 11 +- .../ClientStopDownloadsHandler.cs | 7 +- BeatOn/Core/RequestHandlers/PostUploadLogs.cs | 5 +- BeatOn/Debouncey.cs | 3 +- BeatOn/Download.cs | 72 +- BeatOn/DownloadManager.cs | 20 + BeatOn/ImportManager.cs | 8 +- BeatOn/MainActivity.cs | 3 +- BeatOn/Properties/AndroidManifest.xml | 10 +- BeatOn/Properties/AssemblyInfo.cs | 4 +- BeatOn/SyncManager.cs | 16 +- QuestomAssets | 2 +- SyncSaberService | 2 +- frontend/build.bat | 1 + frontend/package-lock.json | 46 +- frontend/package.json | 1 + frontend/src/app/app.module.ts | 6 +- frontend/src/app/appSettings.ts | 4 +- .../browser-nav/browser-nav.component.html | 7 +- .../app/browser-nav/browser-nav.component.ts | 22 +- .../app/input-box/input-box.component.html | 19 + .../app/input-box/input-box.component.scss | 4 + .../app/input-box/input-box.component.spec.ts | 24 + .../src/app/input-box/input-box.component.ts | 81 + .../op-indicator/op-indicator.component.scss | 10 +- .../progress-spinner-dialog.component.ts | 98 +- .../remote-upload/remote-upload.component.ts | 52 +- frontend/src/app/tools/tools.component.scss | 1 + frontend/src/styles.scss | 9 + 47 files changed, 18475 insertions(+), 16266 deletions(-) rename BeatOn/Assets/www/{MaterialIcons-Regular.e79bfd88537def476913.eot => MaterialIcons-Regular.eot} (100%) rename BeatOn/Assets/www/{MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf => MaterialIcons-Regular.ttf} (100%) rename BeatOn/Assets/www/{MaterialIcons-Regular.012cf6a10129e2275d79.woff => MaterialIcons-Regular.woff} (100%) rename BeatOn/Assets/www/{MaterialIcons-Regular.570eb83859dc23dd0eec.woff2 => MaterialIcons-Regular.woff2} (100%) rename BeatOn/Assets/www/{logo.6c1a8c36d9fd1df75fae.png => logo.png} (100%) rename BeatOn/Assets/www/{main-es2015.ec1293e4aafe7401ebad.js => main-es2015.js} (98%) rename BeatOn/Assets/www/{main-es5.fba114a0e9a38eab8372.js => main-es5.js} (78%) rename BeatOn/Assets/www/{polyfills-es2015.4aaaf8cdea71ba6ebdaf.js => polyfills-es2015.js} (100%) rename BeatOn/Assets/www/{polyfills-es5.27d81060418231ff91d8.js => polyfills-es5.js} (100%) delete mode 100644 BeatOn/Assets/www/runtime-es2015.858f8dd898b75fe86926.js create mode 100644 BeatOn/Assets/www/runtime-es2015.js delete mode 100644 BeatOn/Assets/www/runtime-es5.741402d1d47331ce975c.js create mode 100644 BeatOn/Assets/www/runtime-es5.js rename BeatOn/Assets/www/{styles.c6e01a63cc411e900bea.css => styles.css} (98%) rename BeatOn/Assets/www/{upload.53eaa2f2d099aadddfb6.png => upload.png} (100%) create mode 100644 frontend/build.bat create mode 100644 frontend/src/app/input-box/input-box.component.html create mode 100644 frontend/src/app/input-box/input-box.component.scss create mode 100644 frontend/src/app/input-box/input-box.component.spec.ts create mode 100644 frontend/src/app/input-box/input-box.component.ts diff --git a/BeatOn/Assets/www/3rdpartylicenses.txt b/BeatOn/Assets/www/3rdpartylicenses.txt index c169dac..12e28c7 100644 --- a/BeatOn/Assets/www/3rdpartylicenses.txt +++ b/BeatOn/Assets/www/3rdpartylicenses.txt @@ -430,6 +430,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +ngx-cookie-service +MIT +MIT License + +Copyright (c) 2017 7leads GmbH + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ngx-smart-modal MIT MIT License diff --git a/BeatOn/Assets/www/MaterialIcons-Regular.e79bfd88537def476913.eot b/BeatOn/Assets/www/MaterialIcons-Regular.eot similarity index 100% rename from BeatOn/Assets/www/MaterialIcons-Regular.e79bfd88537def476913.eot rename to BeatOn/Assets/www/MaterialIcons-Regular.eot diff --git a/BeatOn/Assets/www/MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf b/BeatOn/Assets/www/MaterialIcons-Regular.ttf similarity index 100% rename from BeatOn/Assets/www/MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf rename to BeatOn/Assets/www/MaterialIcons-Regular.ttf diff --git a/BeatOn/Assets/www/MaterialIcons-Regular.012cf6a10129e2275d79.woff b/BeatOn/Assets/www/MaterialIcons-Regular.woff similarity index 100% rename from BeatOn/Assets/www/MaterialIcons-Regular.012cf6a10129e2275d79.woff rename to BeatOn/Assets/www/MaterialIcons-Regular.woff diff --git a/BeatOn/Assets/www/MaterialIcons-Regular.570eb83859dc23dd0eec.woff2 b/BeatOn/Assets/www/MaterialIcons-Regular.woff2 similarity index 100% rename from BeatOn/Assets/www/MaterialIcons-Regular.570eb83859dc23dd0eec.woff2 rename to BeatOn/Assets/www/MaterialIcons-Regular.woff2 diff --git a/BeatOn/Assets/www/index.html b/BeatOn/Assets/www/index.html index 8650e1d..95bb0bb 100644 --- a/BeatOn/Assets/www/index.html +++ b/BeatOn/Assets/www/index.html @@ -10,8 +10,8 @@ - + - + diff --git a/BeatOn/Assets/www/logo.6c1a8c36d9fd1df75fae.png b/BeatOn/Assets/www/logo.png similarity index 100% rename from BeatOn/Assets/www/logo.6c1a8c36d9fd1df75fae.png rename to BeatOn/Assets/www/logo.png diff --git a/BeatOn/Assets/www/main-es2015.ec1293e4aafe7401ebad.js b/BeatOn/Assets/www/main-es2015.js similarity index 98% rename from BeatOn/Assets/www/main-es2015.ec1293e4aafe7401ebad.js rename to BeatOn/Assets/www/main-es2015.js index 80763a5..6866d7d 100644 --- a/BeatOn/Assets/www/main-es2015.ec1293e4aafe7401ebad.js +++ b/BeatOn/Assets/www/main-es2015.js @@ -17938,11 +17938,8 @@ this.appIntegration.showBrowser(); }), this.msgSvc.setupMessage.subscribe(t => { - console.log("Got message in spinner " + t.SetupEvent), - t.SetupEvent == Cg.StatusMessage && - (console.log("pussing message to view"), - this.messages.push(t.Message), - this.cdr.detectChanges()); + t.SetupEvent == Cg.StatusMessage && + (this.messages.push(t.Message), this.cdr.detectChanges()); }); } addMessage(t) { @@ -18617,7 +18614,7 @@ let Pp; try { Pp = "undefined" != typeof Intl && Intl.v8BreakIterator; - } catch (gR) { + } catch (vR) { Pp = !1; } const Op = (() => { @@ -19282,7 +19279,7 @@ const e = (function(t) { try { return t.frameElement; - } catch (gR) { + } catch (vR) { return null; } })( @@ -19941,7 +19938,7 @@ let Sf; try { Sf = "undefined" != typeof Intl; - } catch (gR) { + } catch (vR) { Sf = !1; } const Ef = (() => { @@ -37298,6 +37295,7 @@ "SetBeastSaberUsername"), (t[(t.UpdateFeedReader = "UpdateFeedReader")] = "UpdateFeedReader"), (t[(t.SyncSaberSync = "SyncSaberSync")] = "SyncSaberSync"), + (t[(t.StopDownloads = "StopDownloads")] = "StopDownloads"), t ); })({}); @@ -41594,7 +41592,7 @@ encapsulation: 0, styles: [ [ - '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}button[_ngcontent-%COMP%]{margin-left:25px}.info[_ngcontent-%COMP%]{position:absolute;right:30px;top:10px;font-size:12px;color:#ff5722}.netInfo[_ngcontent-%COMP%] .url[_ngcontent-%COMP%]{font-style:normal;font-weight:700;display:inline;font-size:14px}.descrip[_ngcontent-%COMP%]{margin-left:8px}li[_ngcontent-%COMP%]{margin-bottom:8px}' + '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}button[_ngcontent-%COMP%]{margin-left:25px}.info[_ngcontent-%COMP%]{position:absolute;right:30px;top:10px;font-size:12px;color:#ff5722;line-height:1em}.netInfo[_ngcontent-%COMP%] .url[_ngcontent-%COMP%]{font-style:normal;font-weight:700;display:inline;font-size:14px}.descrip[_ngcontent-%COMP%]{margin-left:8px}li[_ngcontent-%COMP%]{margin-bottom:8px}' ] ], data: {} @@ -42340,7 +42338,7 @@ encapsulation: 0, styles: [ [ - "form[_ngcontent-%COMP%]{margin-top:100px}.uploadfilecontainer[_ngcontent-%COMP%]{background:url(upload.53eaa2f2d099aadddfb6.png) center no-repeat;height:200px;width:80%;margin:20px auto;border:2px dashed #1c8adb;border-radius:10px}.uploadfilecontainer[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#9ecbec!important;opacity:.8}.files-list[_ngcontent-%COMP%]{display:flex;justify-content:space-between;width:80%;margin:10px auto;background:#fff;border:1px dashed;border-radius:12px;padding:5px;color:#1c8adb}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%]{background:0 0;border:none;cursor:pointer}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:30px}" + "form[_ngcontent-%COMP%]{margin-top:100px}.uploadfilecontainer[_ngcontent-%COMP%]{background:url(upload.png) center no-repeat;height:200px;width:80%;margin:20px auto;border:2px dashed #1c8adb;border-radius:10px}.uploadfilecontainer[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#9ecbec!important;opacity:.8}.files-list[_ngcontent-%COMP%]{display:flex;justify-content:space-between;width:80%;margin:10px auto;background:#fff;border:1px dashed;border-radius:12px;padding:5px;color:#1c8adb}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%]{background:0 0;border:none;cursor:pointer}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:30px}" ] ], data: {} @@ -44649,38 +44647,6 @@ })(), oE = (() => class {})(); var iE = Ia({ - encapsulation: 2, - styles: [ - ".mat-chip{position:relative;overflow:hidden;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip .mat-chip-remove.mat-icon{width:18px;height:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:'';pointer-events:none;transition:opacity .2s cubic-bezier(.35,0,.25,1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:0}.mat-standard-chip:focus::after{opacity:.16}@media (-ms-high-contrast:active){.mat-standard-chip{outline:solid 1px}.mat-standard-chip:focus{outline:dotted 2px}}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper .mat-standard-chip,.mat-chip-list-wrapper input.mat-input-element{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}" - ], - data: {} - }); - function rE(t) { - return zr( - 2, - [ - (t()(), - Cr( - 0, - 0, - null, - null, - 1, - "div", - [["class", "mat-chip-list-wrapper"]], - null, - null, - null, - null, - null - )), - Er(null, 0) - ], - null, - null - ); - } - var lE = Ia({ encapsulation: 2, styles: [ ".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}", @@ -44729,7 +44695,7 @@ ] } }); - function sE(t) { + function rE(t) { return zr( 0, [ @@ -44862,7 +44828,7 @@ null ); } - function cE(t) { + function lE(t) { return zr( 0, [ @@ -44887,7 +44853,7 @@ null ); } - function dE(t) { + function sE(t) { return zr( 0, [ @@ -44902,10 +44868,10 @@ } ); } - function uE(t) { + function cE(t) { return zr(0, [Er(null, 3), (t()(), _r(0, null, null, 0))], null, null); } - function mE(t) { + function dE(t) { return zr( 0, [ @@ -44936,7 +44902,7 @@ null ); } - function hE(t) { + function uE(t) { return zr( 0, [ @@ -44981,7 +44947,7 @@ { disabled: [0, "disabled"] }, { event: "cdkObserveContent" } ), - (t()(), _r(16777216, null, null, 1, null, dE)), + (t()(), _r(16777216, null, null, 1, null, sE)), Uo( 4, 278528, @@ -44992,7 +44958,7 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), _r(16777216, null, null, 1, null, uE)), + (t()(), _r(16777216, null, null, 1, null, cE)), Uo( 6, 278528, @@ -45003,7 +44969,7 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), _r(16777216, null, null, 1, null, mE)), + (t()(), _r(16777216, null, null, 1, null, dE)), Uo(8, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null) ], function(t, e) { @@ -45038,7 +45004,7 @@ } ); } - function gE(t) { + function mE(t) { return zr( 0, [ @@ -45063,7 +45029,7 @@ null ); } - function pE(t) { + function hE(t) { return zr( 0, [ @@ -45105,7 +45071,7 @@ } ); } - function fE(t) { + function gE(t) { return zr( 0, [ @@ -45132,7 +45098,7 @@ } ); } - function bE(t) { + function pE(t) { return zr( 0, [ @@ -45160,7 +45126,7 @@ } ); } - function _E(t) { + function fE(t) { return zr( 0, [ @@ -45179,7 +45145,7 @@ null, null )), - (t()(), _r(16777216, null, null, 1, null, bE)), + (t()(), _r(16777216, null, null, 1, null, pE)), Uo(2, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), Er(null, 6), (t()(), @@ -45207,7 +45173,7 @@ } ); } - function CE(t) { + function bE(t) { return zr( 2, [ @@ -45256,9 +45222,9 @@ null, null )), - (t()(), _r(16777216, null, null, 1, null, sE)), + (t()(), _r(16777216, null, null, 1, null, rE)), Uo(7, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, null, 1, null, cE)), + (t()(), _r(16777216, null, null, 1, null, lE)), Uo(9, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( @@ -45291,11 +45257,11 @@ null, null )), - (t()(), _r(16777216, null, null, 1, null, hE)), + (t()(), _r(16777216, null, null, 1, null, uE)), Uo(14, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, null, 1, null, gE)), + (t()(), _r(16777216, null, null, 1, null, mE)), Uo(16, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, null, 1, null, pE)), + (t()(), _r(16777216, null, null, 1, null, hE)), Uo(18, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( @@ -45313,7 +45279,7 @@ null )), Uo(20, 16384, null, 0, ws, [], { ngSwitch: [0, "ngSwitch"] }, null), - (t()(), _r(16777216, null, null, 1, null, fE)), + (t()(), _r(16777216, null, null, 1, null, gE)), Uo( 22, 278528, @@ -45324,7 +45290,7 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), _r(16777216, null, null, 1, null, _E)), + (t()(), _r(16777216, null, null, 1, null, fE)), Uo( 24, 278528, @@ -45350,8 +45316,8 @@ null ); } - const PE = wp({ passive: !0 }), - OE = (() => { + const _E = wp({ passive: !0 }), + CE = (() => { class t { constructor(t, e) { (this._platform = t), @@ -45381,13 +45347,13 @@ }; return ( this._ngZone.runOutsideAngular(() => { - e.addEventListener("animationstart", i, PE), + e.addEventListener("animationstart", i, _E), e.classList.add("cdk-text-field-autofill-monitored"); }), this._monitoredElements.set(e, { subject: a, unlisten: () => { - e.removeEventListener("animationstart", i, PE); + e.removeEventListener("animationstart", i, _E); } }), a.asObservable() @@ -45418,8 +45384,8 @@ t ); })(), - ME = (() => class {})(), - yE = [ + PE = (() => class {})(), + OE = [ "button", "checkbox", "file", @@ -45430,8 +45396,8 @@ "reset", "submit" ]; - let vE = 0; - class xE { + let ME = 0; + class yE { constructor(t, e, n, a) { (this._defaultErrorStateMatcher = t), (this._parentForm = e), @@ -45439,16 +45405,16 @@ (this.ngControl = a); } } - const kE = wf(xE), - wE = (() => - class extends kE { + const vE = wf(yE), + xE = (() => + class extends vE { constructor(t, e, n, a, o, i, r, l, s) { super(i, a, o, n), (this._elementRef = t), (this._platform = e), (this.ngControl = n), (this._autofillMonitor = l), - (this._uid = `mat-input-${vE++}`), + (this._uid = `mat-input-${ME++}`), (this._isServer = !1), (this._isNativeSelect = !1), (this.focused = !1), @@ -45571,7 +45537,7 @@ ((this._previousNativeValue = t), this.stateChanges.next()); } _validateType() { - if (yE.indexOf(this._type) > -1) + if (OE.indexOf(this._type) > -1) throw Error( `Input type "${this._type}" isn't supported by matInput.` ); @@ -45617,7 +45583,39 @@ this.focused || this.focus(); } })(), - SE = (() => class {})(); + kE = (() => class {})(); + var wE = Ia({ + encapsulation: 2, + styles: [ + ".mat-chip{position:relative;overflow:hidden;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip .mat-chip-remove.mat-icon{width:18px;height:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:'';pointer-events:none;transition:opacity .2s cubic-bezier(.35,0,.25,1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:0}.mat-standard-chip:focus::after{opacity:.16}@media (-ms-high-contrast:active){.mat-standard-chip{outline:solid 1px}.mat-standard-chip:focus{outline:dotted 2px}}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper .mat-standard-chip,.mat-chip-list-wrapper input.mat-input-element{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}" + ], + data: {} + }); + function SE(t) { + return zr( + 2, + [ + (t()(), + Cr( + 0, + 0, + null, + null, + 1, + "div", + [["class", "mat-chip-list-wrapper"]], + null, + null, + null, + null, + null + )), + Er(null, 0) + ], + null, + null + ); + } class EE extends ow { constructor() { super(), (this.Type = iw.SetBeastSaberUsername); @@ -45732,7 +45730,7 @@ encapsulation: 0, styles: [ [ - ".right-select-all[_ngcontent-%COMP%]{float:right;margin-top:2.5em;margin-right:2.5em}.right-align[_ngcontent-%COMP%]{text-align:right}.left-padd-gate[_ngcontent-%COMP%]{padding-left:2em;padding-right:2em}.right[_ngcontent-%COMP%]{float:right}.enable-all[_ngcontent-%COMP%]{font-size:.5em;font-weight:400;margin-left:2em}.innerScroll[_ngcontent-%COMP%]{height:100%;overflow-x:hidden;overflow-y:scroll}.authorList[_ngcontent-%COMP%]{line-height:40px;font-size:14px}.authorList[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-top:10px}.syncButton[_ngcontent-%COMP%]{position:absolute;top:5px;right:15px}.syncSpinner[_ngcontent-%COMP%]{display:inline-block;margin-top:-1px;margin-right:5px}.left-col[_ngcontent-%COMP%], .right-col[_ngcontent-%COMP%]{width:calc(50% - 15px);display:inline-block;height:100%;margin-left:10px;margin-right:5px;vertical-align:top}.outer-container[_ngcontent-%COMP%]{height:calc(100% - 10px);overflow:hidden;margin-top:-10px;color:#fff}.username-container[_ngcontent-%COMP%]{text-align:center}.input-width[_ngcontent-%COMP%]{width:400px}" + ".right-select-all[_ngcontent-%COMP%]{float:right;margin-top:2.5em;margin-right:2.5em}.right-align[_ngcontent-%COMP%]{text-align:right}.left-padd-gate[_ngcontent-%COMP%]{padding-left:2em;padding-right:2em}.right[_ngcontent-%COMP%]{float:right}.enable-all[_ngcontent-%COMP%]{font-size:.5em;font-weight:400;margin-left:2em}.innerScroll[_ngcontent-%COMP%]{height:100%;overflow-x:hidden;overflow-y:scroll}.authorList[_ngcontent-%COMP%]{line-height:40px;font-size:14px}.authorList[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-top:10px}.syncButton[_ngcontent-%COMP%]{position:absolute;top:5px;right:15px}.syncSpinner[_ngcontent-%COMP%]{display:inline-block;margin-top:-1px;margin-right:5px}.left-col[_ngcontent-%COMP%], .right-col[_ngcontent-%COMP%]{width:calc(50% - 15px);display:inline-block;height:100%;margin-left:10px;margin-right:5px;vertical-align:top}.outer-container[_ngcontent-%COMP%]{height:calc(100% - 10px);overflow:hidden;margin-top:-10px;color:#fff}.username-container[_ngcontent-%COMP%]{text-align:center;margin-left:50px}.input-width[_ngcontent-%COMP%]{width:400px}" ] ], data: {} @@ -47496,16 +47494,16 @@ Uo( 1, 147456, - [[1, 4]], + [[10, 4]], 3, VS, [Ln, Di, Op, [2, Uf]], { selectable: [0, "selectable"], removable: [1, "removable"] }, { removed: "removed" } ), - vr(603979776, 2, { avatar: 0 }), - vr(603979776, 3, { trailingIcon: 0 }), - vr(603979776, 4, { removeIcon: 0 }), + vr(603979776, 11, { avatar: 0 }), + vr(603979776, 12, { trailingIcon: 0 }), + vr(603979776, 13, { removeIcon: 0 }), (t()(), Rr(5, null, [" ", " "])), (t()(), Cr( @@ -47544,7 +47542,7 @@ null, null ), - Uo(8, 16384, [[4, 4]], 0, HS, [VS], null, null), + Uo(8, 16384, [[13, 4]], 0, HS, [VS], null, null), (t()(), Rr(-1, 0, ["cancel"])) ], function(t, e) { @@ -47587,7 +47585,7 @@ 0, null, null, - 109, + 103, "mat-card", [["class", "setup-card mat-card"]], null, @@ -47603,7 +47601,7 @@ 0, null, 0, - 17, + 37, "mat-card-header", [["class", "mat-card-header"]], null, @@ -47700,6 +47698,174 @@ 0, null, 2, + 19, + "div", + [["class", "username-container"]], + null, + null, + null, + null, + null + )), + (t()(), + Cr( + 16, + 0, + null, + null, + 18, + "mat-form-field", + [["class", "input-width mat-form-field"]], + [ + [2, "mat-form-field-appearance-standard", null], + [2, "mat-form-field-appearance-fill", null], + [2, "mat-form-field-appearance-outline", null], + [2, "mat-form-field-appearance-legacy", null], + [2, "mat-form-field-invalid", null], + [2, "mat-form-field-can-float", null], + [2, "mat-form-field-should-float", null], + [2, "mat-form-field-has-label", null], + [2, "mat-form-field-hide-placeholder", null], + [2, "mat-form-field-disabled", null], + [2, "mat-form-field-autofilled", null], + [2, "mat-focused", null], + [2, "mat-accent", null], + [2, "mat-warn", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "_mat-animation-noopable", null] + ], + null, + null, + bE, + iE + )), + Uo( + 17, + 7520256, + null, + 9, + aE, + [Ln, oa, [2, Wf], [2, hp], [2, nE], Op, Di, [2, OP]], + null, + null + ), + vr(603979776, 1, { _controlNonStatic: 0 }), + vr(335544320, 2, { _controlStatic: 0 }), + vr(603979776, 3, { _labelChildNonStatic: 0 }), + vr(335544320, 4, { _labelChildStatic: 0 }), + vr(603979776, 5, { _placeholderChild: 0 }), + vr(603979776, 6, { _errorChildren: 1 }), + vr(603979776, 7, { _hintChildren: 1 }), + vr(603979776, 8, { _prefixChildren: 1 }), + vr(603979776, 9, { _suffixChildren: 1 }), + (t()(), + Cr( + 27, + 0, + null, + 1, + 7, + "input", + [ + ["class", "mat-input-element mat-form-field-autofill-control"], + ["matInput", ""], + ["placeholder", "Beast Saber Username"] + ], + [ + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "mat-input-server", null], + [1, "id", 0], + [1, "placeholder", 0], + [8, "disabled", 0], + [8, "required", 0], + [1, "readonly", 0], + [1, "aria-describedby", 0], + [1, "aria-invalid", 0], + [1, "aria-required", 0] + ], + [ + [null, "ngModelChange"], + [null, "input"], + [null, "blur"], + [null, "compositionstart"], + [null, "compositionend"], + [null, "focus"] + ], + function(t, e, n) { + var a = !0, + o = t.component; + return ( + "input" === e && + (a = !1 !== Io(t, 28)._handleInput(n.target.value) && a), + "blur" === e && (a = !1 !== Io(t, 28).onTouched() && a), + "compositionstart" === e && + (a = !1 !== Io(t, 28)._compositionStart() && a), + "compositionend" === e && + (a = !1 !== Io(t, 28)._compositionEnd(n.target.value) && a), + "blur" === e && (a = !1 !== Io(t, 33)._focusChanged(!1) && a), + "focus" === e && + (a = !1 !== Io(t, 33)._focusChanged(!0) && a), + "input" === e && (a = !1 !== Io(t, 33)._onInput() && a), + "ngModelChange" === e && + (a = !1 !== (o.BeastSaberUsername = n) && a), + "input" === e && (a = !1 !== o.setBeastSaberUsername() && a), + a + ); + }, + null, + null + )), + Uo(28, 16384, null, 0, Yx, [jn, Ln, [2, Kx]], null, null), + Ko( + 1024, + null, + Ux, + function(t) { + return [t]; + }, + [Yx] + ), + Uo( + 30, + 671744, + null, + 0, + Bk, + [[8, null], [8, null], [8, null], [6, Ux]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ko(2048, null, Zx, null, [Bk]), + Uo(32, 16384, null, 0, Qx, [[4, Zx]], null, null), + Uo( + 33, + 999424, + null, + 0, + xE, + [Ln, Op, [6, Zx], [2, Rk], [2, Hk], Ef, [8, null], CE, Di], + { placeholder: [0, "placeholder"] }, + null + ), + Ko(2048, [[1, 4], [2, 4]], QS, null, [xE]), + (t()(), + Cr( + 35, + 0, + null, + 2, 4, "button", [ @@ -47720,7 +47886,7 @@ yP )), Uo( - 16, + 36, 180224, null, 0, @@ -47730,15 +47896,15 @@ null ), (t()(), _r(16777216, null, 0, 1, null, DE)), - Uo(18, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(38, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Rr(-1, 0, ["Start Sync"])), (t()(), Cr( - 20, + 40, 0, null, 0, - 89, + 63, "mat-card-content", [["class", "mat-card-content"]], null, @@ -47747,14 +47913,14 @@ null, null )), - Uo(21, 16384, null, 0, op, [], null, null), + Uo(41, 16384, null, 0, op, [], null, null), (t()(), Cr( - 22, + 42, 0, null, null, - 87, + 61, "div", [["class", "innerScroll"]], null, @@ -47765,11 +47931,11 @@ )), (t()(), Cr( - 23, + 43, 0, null, null, - 86, + 60, "mat-card", [["class", "mat-card"]], null, @@ -47778,14 +47944,14 @@ $f, Gf )), - Uo(24, 49152, null, 0, cp, [], null, null), + Uo(44, 49152, null, 0, cp, [], null, null), (t()(), Cr( - 25, + 45, 0, null, 0, - 82, + 56, "div", [["class", "outer-container"]], null, @@ -47796,7 +47962,7 @@ )), (t()(), Cr( - 26, + 46, 0, null, null, @@ -47811,7 +47977,7 @@ )), (t()(), Cr( - 27, + 47, 0, null, null, @@ -47826,13 +47992,13 @@ )), (t()(), Rr(-1, null, ["Max Songs"])), (t()(), - Cr(29, 0, null, null, 1, "h1", [], null, null, null, null, null)), + Cr(49, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Rr(-1, null, ["What's Popular "])), (t()(), - Cr(31, 0, null, null, 0, "hr", [], null, null, null, null, null)), + Cr(51, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), Cr( - 32, + 52, 0, null, null, @@ -47846,26 +48012,26 @@ null )), (t()(), _r(16777216, null, null, 1, null, NE)), - Uo(34, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(54, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, zE)), - Uo(36, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(56, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, LE)), - Uo(38, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(58, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, FE)), - Uo(40, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(60, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, BE)), - Uo(42, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(62, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, VE)), - Uo(44, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(64, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), - Cr(45, 0, null, null, 0, "br", [], null, null, null, null, null)), + Cr(65, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - Cr(46, 0, null, null, 0, "br", [], null, null, null, null, null)), + Cr(66, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - Cr(47, 0, null, null, 0, "br", [], null, null, null, null, null)), + Cr(67, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), Cr( - 48, + 68, 0, null, null, @@ -47880,13 +48046,13 @@ )), (t()(), Rr(-1, null, ["Max Songs"])), (t()(), - Cr(50, 0, null, null, 1, "h1", [], null, null, null, null, null)), + Cr(70, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Rr(-1, null, ["For a Challenge "])), (t()(), - Cr(52, 0, null, null, 0, "hr", [], null, null, null, null, null)), + Cr(72, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), Cr( - 53, + 73, 0, null, null, @@ -47900,16 +48066,16 @@ null )), (t()(), _r(16777216, null, null, 1, null, HE)), - Uo(55, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(75, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, jE)), - Uo(57, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(77, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( - 58, + 78, 0, null, null, - 49, + 23, "div", [["class", "right-col"]], null, @@ -47920,7 +48086,7 @@ )), (t()(), Cr( - 59, + 79, 0, null, null, @@ -47935,13 +48101,13 @@ )), (t()(), Rr(-1, null, ["Max Songs"])), (t()(), - Cr(61, 0, null, null, 1, "h1", [], null, null, null, null, null)), + Cr(81, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Rr(-1, null, ["For Me "])), (t()(), - Cr(63, 0, null, null, 0, "hr", [], null, null, null, null, null)), + Cr(83, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), Cr( - 64, + 84, 0, null, null, @@ -47955,14 +48121,14 @@ null )), (t()(), _r(16777216, null, null, 1, null, UE)), - Uo(66, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(86, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, qE)), - Uo(68, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(88, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), _r(16777216, null, null, 1, null, KE)), - Uo(70, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + Uo(90, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( - 71, + 91, 0, null, null, @@ -47987,18 +48153,18 @@ function(t, e, n) { var a = !0; return ( - "focus" === e && (a = !1 !== Io(t, 73).focus() && a), - "blur" === e && (a = !1 !== Io(t, 73)._blur() && a), - "keydown" === e && (a = !1 !== Io(t, 73)._keydown(n) && a), + "focus" === e && (a = !1 !== Io(t, 93).focus() && a), + "blur" === e && (a = !1 !== Io(t, 93)._blur() && a), + "keydown" === e && (a = !1 !== Io(t, 93)._keydown(n) && a), a ); }, - rE, - iE + SE, + wE )), Ko(6144, null, QS, null, [WS]), Uo( - 73, + 93, 1556480, [["chipList", 4]], 1, @@ -48007,10 +48173,10 @@ null, null ), - vr(603979776, 1, { chips: 1 }), + vr(603979776, 10, { chips: 1 }), (t()(), _r(16777216, null, 0, 1, null, YE)), Uo( - 76, + 96, 278528, null, 0, @@ -48021,7 +48187,7 @@ ), (t()(), Cr( - 77, + 97, 0, null, 0, @@ -48049,10 +48215,10 @@ var a = !0, o = t.component; return ( - "keydown" === e && (a = !1 !== Io(t, 78)._keydown(n) && a), - "blur" === e && (a = !1 !== Io(t, 78)._blur() && a), - "focus" === e && (a = !1 !== Io(t, 78)._focus() && a), - "input" === e && (a = !1 !== Io(t, 78)._onInput() && a), + "keydown" === e && (a = !1 !== Io(t, 98)._keydown(n) && a), + "blur" === e && (a = !1 !== Io(t, 98)._blur() && a), + "focus" === e && (a = !1 !== Io(t, 98)._focus() && a), + "input" === e && (a = !1 !== Io(t, 98)._onInput() && a), "matChipInputTokenEnd" === e && (a = !1 !== o.addAuthor(n) && a), a @@ -48062,7 +48228,7 @@ null )), Uo( - 78, + 98, 540672, null, 0, @@ -48077,195 +48243,14 @@ { chipEnd: "matChipInputTokenEnd" } ), (t()(), - Cr(79, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - Cr(80, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - Cr(81, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - Cr(82, 0, null, null, 1, "h1", [], null, null, null, null, null)), - (t()(), Rr(-1, null, ["My Username"])), - (t()(), - Cr(84, 0, null, null, 0, "hr", [], null, null, null, null, null)), - (t()(), - Cr( - 85, - 0, - null, - null, - 22, - "div", - [["class", "username-container"]], - null, - null, - null, - null, - null - )), - (t()(), - Cr(86, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - Cr(87, 0, null, null, 0, "br", [], null, null, null, null, null)), + Cr(99, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - Cr(88, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - Cr( - 89, - 0, - null, - null, - 18, - "mat-form-field", - [["class", "input-width mat-form-field"]], - [ - [2, "mat-form-field-appearance-standard", null], - [2, "mat-form-field-appearance-fill", null], - [2, "mat-form-field-appearance-outline", null], - [2, "mat-form-field-appearance-legacy", null], - [2, "mat-form-field-invalid", null], - [2, "mat-form-field-can-float", null], - [2, "mat-form-field-should-float", null], - [2, "mat-form-field-has-label", null], - [2, "mat-form-field-hide-placeholder", null], - [2, "mat-form-field-disabled", null], - [2, "mat-form-field-autofilled", null], - [2, "mat-focused", null], - [2, "mat-accent", null], - [2, "mat-warn", null], - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null], - [2, "_mat-animation-noopable", null] - ], - null, - null, - CE, - lE - )), - Uo( - 90, - 7520256, - null, - 9, - aE, - [Ln, oa, [2, Wf], [2, hp], [2, nE], Op, Di, [2, OP]], - null, - null - ), - vr(603979776, 5, { _controlNonStatic: 0 }), - vr(335544320, 6, { _controlStatic: 0 }), - vr(603979776, 7, { _labelChildNonStatic: 0 }), - vr(335544320, 8, { _labelChildStatic: 0 }), - vr(603979776, 9, { _placeholderChild: 0 }), - vr(603979776, 10, { _errorChildren: 1 }), - vr(603979776, 11, { _hintChildren: 1 }), - vr(603979776, 12, { _prefixChildren: 1 }), - vr(603979776, 13, { _suffixChildren: 1 }), + Cr(100, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - Cr( - 100, - 0, - null, - 1, - 7, - "input", - [ - ["class", "mat-input-element mat-form-field-autofill-control"], - ["matInput", ""], - ["placeholder", "Beast Saber Username"] - ], - [ - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null], - [2, "mat-input-server", null], - [1, "id", 0], - [1, "placeholder", 0], - [8, "disabled", 0], - [8, "required", 0], - [1, "readonly", 0], - [1, "aria-describedby", 0], - [1, "aria-invalid", 0], - [1, "aria-required", 0] - ], - [ - [null, "ngModelChange"], - [null, "input"], - [null, "blur"], - [null, "compositionstart"], - [null, "compositionend"], - [null, "focus"] - ], - function(t, e, n) { - var a = !0, - o = t.component; - return ( - "input" === e && - (a = !1 !== Io(t, 101)._handleInput(n.target.value) && a), - "blur" === e && (a = !1 !== Io(t, 101).onTouched() && a), - "compositionstart" === e && - (a = !1 !== Io(t, 101)._compositionStart() && a), - "compositionend" === e && - (a = - !1 !== Io(t, 101)._compositionEnd(n.target.value) && a), - "blur" === e && - (a = !1 !== Io(t, 106)._focusChanged(!1) && a), - "focus" === e && - (a = !1 !== Io(t, 106)._focusChanged(!0) && a), - "input" === e && (a = !1 !== Io(t, 106)._onInput() && a), - "ngModelChange" === e && - (a = !1 !== (o.BeastSaberUsername = n) && a), - "input" === e && (a = !1 !== o.setBeastSaberUsername() && a), - a - ); - }, - null, - null - )), - Uo(101, 16384, null, 0, Yx, [jn, Ln, [2, Kx]], null, null), - Ko( - 1024, - null, - Ux, - function(t) { - return [t]; - }, - [Yx] - ), - Uo( - 103, - 671744, - null, - 0, - Bk, - [[8, null], [8, null], [8, null], [6, Ux]], - { model: [0, "model"] }, - { update: "ngModelChange" } - ), - Ko(2048, null, Zx, null, [Bk]), - Uo(105, 16384, null, 0, Qx, [[4, Zx]], null, null), - Uo( - 106, - 999424, - null, - 0, - wE, - [Ln, Op, [6, Zx], [2, Rk], [2, Hk], Ef, [8, null], OE, Di], - { placeholder: [0, "placeholder"] }, - null - ), - Ko(2048, [[5, 4], [6, 4]], QS, null, [wE]), + Cr(101, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), Cr( - 108, + 102, 0, null, 0, @@ -48278,37 +48263,37 @@ null, null )), - Uo(109, 16384, null, 0, lp, [], null, null) + Uo(103, 16384, null, 0, lp, [], null, null) ], function(t, e) { var n = e.component; t(e, 7, 0), - t(e, 16, 0, n.syncDisabled, "accent"), - t(e, 18, 0, n.syncDisabled), - t(e, 34, 0, n.SyncService_BeatSaverHOT), - t(e, 36, 0, n.SyncService_BeatSaverLATEST), - t(e, 38, 0, n.SyncService_BeatSaverDOWNLOADS), - t(e, 40, 0, n.SyncService_BeastSaberCURATOR_RECOMMENDED), - t(e, 42, 0, n.SyncService_ScoreSaberTOP_PLAYED), - t(e, 44, 0, n.SyncService_ScoreSaberTRENDING), - t(e, 55, 0, n.SyncService_ScoreSaberTOP_RANKED), - t(e, 57, 0, n.SyncService_ScoreSaberTOP_RANKED), - t(e, 66, 0, n.SyncService_BeastSaberFOLLOWING), - t(e, 68, 0, n.SyncService_BeastSaberBOOKMARKS), - t(e, 70, 0, n.SyncService_BeatSaverAUTHOR), - t(e, 73, 0), - t(e, 76, 0, n.SyncService_BeatSaverAUTHOR.Authors), + t(e, 30, 0, n.BeastSaberUsername), + t(e, 33, 0, "Beast Saber Username"), + t(e, 36, 0, n.syncDisabled, "accent"), + t(e, 38, 0, n.syncDisabled), + t(e, 54, 0, n.SyncService_BeatSaverHOT), + t(e, 56, 0, n.SyncService_BeatSaverLATEST), + t(e, 58, 0, n.SyncService_BeatSaverDOWNLOADS), + t(e, 60, 0, n.SyncService_BeastSaberCURATOR_RECOMMENDED), + t(e, 62, 0, n.SyncService_ScoreSaberTOP_PLAYED), + t(e, 64, 0, n.SyncService_ScoreSaberTRENDING), + t(e, 75, 0, n.SyncService_ScoreSaberTOP_RANKED), + t(e, 77, 0, n.SyncService_ScoreSaberTOP_RANKED), + t(e, 86, 0, n.SyncService_BeastSaberFOLLOWING), + t(e, 88, 0, n.SyncService_BeastSaberBOOKMARKS), + t(e, 90, 0, n.SyncService_BeatSaverAUTHOR), + t(e, 93, 0), + t(e, 96, 0, n.SyncService_BeatSaverAUTHOR.Authors), t( e, - 78, + 98, 0, - Io(e, 73), + Io(e, 93), "true", n.separatorKeysCodes, "New Author..." - ), - t(e, 103, 0, n.BeastSaberUsername), - t(e, 106, 0, "Beast Saber Username"); + ); }, function(t, e) { t( @@ -48320,81 +48305,81 @@ "accent" !== Io(e, 7).color && "warn" !== Io(e, 7).color ), + t(e, 16, 1, [ + "standard" == Io(e, 17).appearance, + "fill" == Io(e, 17).appearance, + "outline" == Io(e, 17).appearance, + "legacy" == Io(e, 17).appearance, + Io(e, 17)._control.errorState, + Io(e, 17)._canLabelFloat, + Io(e, 17)._shouldLabelFloat(), + Io(e, 17)._hasFloatingLabel(), + Io(e, 17)._hideControlPlaceholder(), + Io(e, 17)._control.disabled, + Io(e, 17)._control.autofilled, + Io(e, 17)._control.focused, + "accent" == Io(e, 17).color, + "warn" == Io(e, 17).color, + Io(e, 17)._shouldForward("untouched"), + Io(e, 17)._shouldForward("touched"), + Io(e, 17)._shouldForward("pristine"), + Io(e, 17)._shouldForward("dirty"), + Io(e, 17)._shouldForward("valid"), + Io(e, 17)._shouldForward("invalid"), + Io(e, 17)._shouldForward("pending"), + !Io(e, 17)._animationsEnabled + ]), + t(e, 27, 1, [ + Io(e, 32).ngClassUntouched, + Io(e, 32).ngClassTouched, + Io(e, 32).ngClassPristine, + Io(e, 32).ngClassDirty, + Io(e, 32).ngClassValid, + Io(e, 32).ngClassInvalid, + Io(e, 32).ngClassPending, + Io(e, 33)._isServer, + Io(e, 33).id, + Io(e, 33).placeholder, + Io(e, 33).disabled, + Io(e, 33).required, + (Io(e, 33).readonly && !Io(e, 33)._isNativeSelect) || null, + Io(e, 33)._ariaDescribedby || null, + Io(e, 33).errorState, + Io(e, 33).required.toString() + ]), t( e, - 15, + 35, 0, - Io(e, 16).disabled || null, - "NoopAnimations" === Io(e, 16)._animationMode + Io(e, 36).disabled || null, + "NoopAnimations" === Io(e, 36)._animationMode ), - t(e, 71, 1, [ - Io(e, 73).disabled ? null : Io(e, 73)._tabIndex, - Io(e, 73)._ariaDescribedby || null, - Io(e, 73).required.toString(), - Io(e, 73).disabled.toString(), - Io(e, 73).errorState, - Io(e, 73).multiple, - Io(e, 73).role, - Io(e, 73).disabled, - Io(e, 73).errorState, - Io(e, 73).required, - Io(e, 73).ariaOrientation, - Io(e, 73)._uid + t(e, 91, 1, [ + Io(e, 93).disabled ? null : Io(e, 93)._tabIndex, + Io(e, 93)._ariaDescribedby || null, + Io(e, 93).required.toString(), + Io(e, 93).disabled.toString(), + Io(e, 93).errorState, + Io(e, 93).multiple, + Io(e, 93).role, + Io(e, 93).disabled, + Io(e, 93).errorState, + Io(e, 93).required, + Io(e, 93).ariaOrientation, + Io(e, 93)._uid ]), t( e, - 77, + 97, 0, - Io(e, 78).id, - Io(e, 78).disabled || null, - Io(e, 78).placeholder || null, - Io(e, 78)._chipList && Io(e, 78)._chipList.ngControl - ? Io(e, 78)._chipList.ngControl.invalid + Io(e, 98).id, + Io(e, 98).disabled || null, + Io(e, 98).placeholder || null, + Io(e, 98)._chipList && Io(e, 98)._chipList.ngControl + ? Io(e, 98)._chipList.ngControl.invalid : null ), - t(e, 89, 1, [ - "standard" == Io(e, 90).appearance, - "fill" == Io(e, 90).appearance, - "outline" == Io(e, 90).appearance, - "legacy" == Io(e, 90).appearance, - Io(e, 90)._control.errorState, - Io(e, 90)._canLabelFloat, - Io(e, 90)._shouldLabelFloat(), - Io(e, 90)._hasFloatingLabel(), - Io(e, 90)._hideControlPlaceholder(), - Io(e, 90)._control.disabled, - Io(e, 90)._control.autofilled, - Io(e, 90)._control.focused, - "accent" == Io(e, 90).color, - "warn" == Io(e, 90).color, - Io(e, 90)._shouldForward("untouched"), - Io(e, 90)._shouldForward("touched"), - Io(e, 90)._shouldForward("pristine"), - Io(e, 90)._shouldForward("dirty"), - Io(e, 90)._shouldForward("valid"), - Io(e, 90)._shouldForward("invalid"), - Io(e, 90)._shouldForward("pending"), - !Io(e, 90)._animationsEnabled - ]), - t(e, 100, 1, [ - Io(e, 105).ngClassUntouched, - Io(e, 105).ngClassTouched, - Io(e, 105).ngClassPristine, - Io(e, 105).ngClassDirty, - Io(e, 105).ngClassValid, - Io(e, 105).ngClassInvalid, - Io(e, 105).ngClassPending, - Io(e, 106)._isServer, - Io(e, 106).id, - Io(e, 106).placeholder, - Io(e, 106).disabled, - Io(e, 106).required, - (Io(e, 106).readonly && !Io(e, 106)._isNativeSelect) || null, - Io(e, 106)._ariaDescribedby || null, - Io(e, 106).errorState, - Io(e, 106).required.toString() - ]), - t(e, 108, 0, "end" === Io(e, 109).align); + t(e, 102, 0, "end" === Io(e, 103).align); } ); } @@ -50653,7 +50638,7 @@ encapsulation: 0, styles: [ [ - ".viewport[_ngcontent-%COMP%]{height:49px;overflow-y:auto;margin-left:200px}.modContainer[_ngcontent-%COMP%]{height:115px!important}.modContainer[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .modContainer[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-left:95px}.modContainer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{margin-left:95px!important}.modCategory[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:95px;height:115px;background-size:cover;background-repeat:no-repeat;border-radius:5px 0 0 5px}.builtinMods[_ngcontent-%COMP%]{float:right;top:103px}.colorName[_ngcontent-%COMP%]{text-shadow:-1.5px 0 2px #000,0 1.5px 2px #000,1.5px 0 2px #000,0 -1.5px 2px #000}.container[_ngcontent-%COMP%]{height:330px;overflow-y:scroll;overflow-x:hidden}.description[_ngcontent-%COMP%]{margin-top:5px;font-style:italic;margin-left:5px;text-align:justify;white-space:pre-line!important}.deleteMod[_ngcontent-%COMP%]{float:right;position:absolute;top:3px;right:3px;color:#ff4500}.modUrl[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.header[_ngcontent-%COMP%]{margin-top:20px}.version[_ngcontent-%COMP%]{font-size:14px;color:#a9a9a9;margin-left:5px}.content[_ngcontent-%COMP%]{font-style:italic;margin-left:15px;margin-right:15px;text-align:justify}.modUrl[_ngcontent-%COMP%]{float:left;margin-top:5px;margin-bottom:0}.footer[_ngcontent-%COMP%]{margin-top:20px!important}.modId[_ngcontent-%COMP%]{color:#a9a9a9;font-size:8px;height:10px;position:absolute;left:5px;top:5px}.enabledtext[_ngcontent-%COMP%]{font-size:14px;float:right;margin-top:4px;color:#a9a9a9}.enabledtext.active[_ngcontent-%COMP%]{font-weight:700}.selected[_ngcontent-%COMP%]{background-color:#828282!important;color:#fff}mat-list-item[_ngcontent-%COMP%]{cursor:pointer;position:relative;left:0;background-color:#404040;margin:.5em;padding:.3em 0 .9em;height:1.6em;border-radius:4px}mat-list-item[_ngcontent-%COMP%]:hover{background-color:#474747;left:.1em}mat-list-item.selected[_ngcontent-%COMP%]:hover{background-color:#636363!important;color:#fff}.toggleContainer[_ngcontent-%COMP%]{display:block;float:right;width:65px;margin-right:6px}.toggle[_ngcontent-%COMP%], .toggleSpinner[_ngcontent-%COMP%]{display:inline-block}.toggleSpinner[_ngcontent-%COMP%]{margin-bottom:-3px;margin-left:5px;width:20px;height:20px}.description[_ngcontent-%COMP%]{font-size:12px;white-space:pre-wrap}.modal.left[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{position:fixed;margin:auto;width:600px;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal.left[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%]{height:100%;overflow-y:auto}.modal.left[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%]{padding:15px 15px 80px}.modal.right.fade[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:-320px;transition:opacity .3s linear,right .3s ease-out}.modal.right.fade.in[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:0}.modal-content[_ngcontent-%COMP%]{border-radius:0;border:none}.modal-header[_ngcontent-%COMP%]{border-bottom-color:#eee;background-color:#fafafa}" + ".viewport[_ngcontent-%COMP%]{height:49px;overflow-y:auto;margin-left:300px}.modContainer[_ngcontent-%COMP%]{height:115px!important}.modContainer[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .modContainer[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-left:95px}.modContainer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{margin-left:95px!important}.modCategory[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:95px;height:115px;background-size:cover;background-repeat:no-repeat;border-radius:5px 0 0 5px}.builtinMods[_ngcontent-%COMP%]{float:right;top:103px}.colorName[_ngcontent-%COMP%]{text-shadow:-1.5px 0 2px #000,0 1.5px 2px #000,1.5px 0 2px #000,0 -1.5px 2px #000}.container[_ngcontent-%COMP%]{height:330px;overflow-y:scroll;overflow-x:hidden}.description[_ngcontent-%COMP%]{margin-top:5px;font-style:italic;margin-left:5px;text-align:justify;white-space:pre-line!important}.deleteMod[_ngcontent-%COMP%]{float:right;position:absolute;top:3px;right:3px;color:#ff4500}.modUrl[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.header[_ngcontent-%COMP%]{margin-top:20px}.version[_ngcontent-%COMP%]{font-size:14px;color:#a9a9a9;margin-left:5px}.content[_ngcontent-%COMP%]{font-style:italic;margin-left:15px;margin-right:15px;text-align:justify}.modUrl[_ngcontent-%COMP%]{float:left;margin-top:5px;margin-bottom:0}.footer[_ngcontent-%COMP%]{margin-top:20px!important}.modId[_ngcontent-%COMP%]{color:#a9a9a9;font-size:8px;height:10px;position:absolute;left:5px;top:5px}.enabledtext[_ngcontent-%COMP%]{font-size:14px;float:right;margin-top:4px;color:#a9a9a9}.enabledtext.active[_ngcontent-%COMP%]{font-weight:700}.selected[_ngcontent-%COMP%]{background-color:#828282!important;color:#fff}mat-list-item[_ngcontent-%COMP%]{cursor:pointer;position:relative;left:0;background-color:#404040;margin:.5em;padding:.3em 0 .9em;height:1.6em;border-radius:4px}mat-list-item[_ngcontent-%COMP%]:hover{background-color:#474747;left:.1em}mat-list-item.selected[_ngcontent-%COMP%]:hover{background-color:#636363!important;color:#fff}.toggleContainer[_ngcontent-%COMP%]{display:block;float:right;width:65px;margin-right:6px}.toggle[_ngcontent-%COMP%], .toggleSpinner[_ngcontent-%COMP%]{display:inline-block}.toggleSpinner[_ngcontent-%COMP%]{margin-bottom:-3px;margin-left:5px;width:20px;height:20px}.description[_ngcontent-%COMP%]{font-size:12px;white-space:pre-wrap}.modal.left[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{position:fixed;margin:auto;width:700px;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal.left[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%]{height:100%;overflow-y:auto}.modal.left[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%]{padding:15px 15px 80px}.modal.right.fade[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:-320px;transition:opacity .3s linear,right .3s ease-out}.modal.right.fade.in[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:0}.modal-content[_ngcontent-%COMP%]{border-radius:0;border:none}.modal-header[_ngcontent-%COMP%]{border-bottom-color:#eee;background-color:#fafafa}" ] ], data: {} @@ -51623,8 +51608,8 @@ a ); }, - rE, - iE + SE, + wE )), Ko(6144, null, QS, null, [WS]), Uo( @@ -55045,8 +55030,8 @@ ], null, null, - CE, - lE + bE, + iE )), Uo( 14, @@ -55159,12 +55144,12 @@ 999424, null, 0, - wE, - [Ln, Op, [6, Zx], [2, Rk], [2, Hk], Ef, [8, null], OE, Di], + xE, + [Ln, Op, [6, Zx], [2, Rk], [2, Hk], Ef, [8, null], CE, Di], { placeholder: [0, "placeholder"] }, null ), - Ko(2048, [[1, 4], [2, 4]], QS, null, [wE]), + Ko(2048, [[1, 4], [2, 4]], QS, null, [xE]), (t()(), Cr( 32, @@ -56269,34 +56254,161 @@ ); } var CT = Co("app-image-picker-dialog", mw, _T, {}, {}, []); - class PT { - constructor() { - (this.browserLinks = [ - { title: "Beast Saber", url: "https://bsaber.com" }, - { title: "Beat Saver", url: "https://beatsaver.com" }, - { title: "Google", url: "https://google.com" }, - { - title: "Mods", - url: "https://github.com/RedBrumbler/BeatOnCustomSabers" + const PT = (() => + class { + constructor(t, e) { + (this.document = t), + (this.platformId = e), + (this.documentIsAccessible = js(this.platformId)); } - ]), - (this.linkSelected = new li()); - } - clickLink(t) { - this.linkSelected.emit(t.url); - } - ngOnInit() {} - } - var OT = Ia({ + check(t) { + return ( + !!this.documentIsAccessible && + ((t = encodeURIComponent(t)), + this.getCookieRegExp(t).test(this.document.cookie)) + ); + } + get(t) { + if (this.documentIsAccessible && this.check(t)) { + t = encodeURIComponent(t); + const e = this.getCookieRegExp(t).exec(this.document.cookie); + return decodeURIComponent(e[1]); + } + return ""; + } + getAll() { + if (!this.documentIsAccessible) return {}; + const t = {}, + e = this.document; + if (e.cookie && "" !== e.cookie) { + const n = e.cookie.split(";"); + for (let e = 0; e < n.length; e += 1) { + const a = n[e].split("="); + (a[0] = a[0].replace(/^ /, "")), + (t[decodeURIComponent(a[0])] = decodeURIComponent(a[1])); + } + } + return t; + } + set(t, e, n, a, o, i, r) { + if (!this.documentIsAccessible) return; + let l = encodeURIComponent(t) + "=" + encodeURIComponent(e) + ";"; + n && + (l += + "number" == typeof n + ? "expires=" + + new Date( + new Date().getTime() + 1e3 * n * 60 * 60 * 24 + ).toUTCString() + + ";" + : "expires=" + n.toUTCString() + ";"), + a && (l += "path=" + a + ";"), + o && (l += "domain=" + o + ";"), + i && (l += "secure;"), + r && (l += "sameSite=" + r + ";"), + (this.document.cookie = l); + } + delete(t, e, n) { + this.documentIsAccessible && + this.set( + t, + "", + new Date("Thu, 01 Jan 1970 00:00:01 GMT"), + e, + n + ); + } + deleteAll(t, e) { + if (!this.documentIsAccessible) return; + const n = this.getAll(); + for (const a in n) n.hasOwnProperty(a) && this.delete(a, t, e); + } + getCookieRegExp(t) { + const e = t.replace( + /([\[\]\{\}\(\)\|\=\;\+\?\,\.\*\^\$])/gi, + "\\$1" + ); + return new RegExp( + "(?:^" + e + "|;\\s*" + e + ")=(.*?)(?:;|$)", + "g" + ); + } + })(), + OT = (() => { + class t { + constructor(t, e, n, a) { + if ( + ((this.dialogRef = t), + (this.data = e), + (this.cookies = n), + (this.appIntegration = a), + (this.historyItems = []), + (this.wasBrowserHidden = !1), + e.key) + ) { + var o = n.get("inputhistory_" + e.key); + this.historyItems = o ? JSON.parse(o) : []; + } + } + ngOnInit() { + (this.wasBrowserHidden = !1), + this.appIntegration.isBrowserShown && + ((this.wasBrowserHidden = !0), + this.appIntegration.hideBrowser()); + } + historyClick(t) { + (this.inputText = t), this.clickButton1(); + } + clickButton1() { + if (this.inputText) { + if (this.data.key && this.inputText) { + this.historyItems || (this.historyItems = []); + var t = this.historyItems.indexOf(this.inputText); + for ( + t >= 0 && this.historyItems.splice(t, 1), + this.historyItems.unshift(this.inputText); + this.historyItems.length > 5; + + ) + this.historyItems.pop(); + this.cookies.set( + "inputhistory_" + this.data.key, + JSON.stringify(this.historyItems) + ); + } + this.wasBrowserHidden && + ((this.wasBrowserHidden = !1), + this.appIntegration.showBrowser()), + this.dialogRef.close(this.inputText); + } + } + clickCancel() { + this.wasBrowserHidden && + ((this.wasBrowserHidden = !1), + this.appIntegration.showBrowser()), + this.dialogRef.close(null); + } + keyDownFunction(t) { + 13 == t.keyCode && this.clickButton1(); + } + } + return ( + (t.ngInjectableDef = bt({ + factory: function() { + return new t(It(gM), It(pM), It(PT), It(Fg)); + }, + token: t, + providedIn: "root" + })), + t + ); + })(); + var MT = Ia({ encapsulation: 0, - styles: [ - [ - ".linkbutton[_ngcontent-%COMP%]{max-height:35px;height:35px;display:inline-block}" - ] - ], + styles: [[".histButton[_ngcontent-%COMP%]{width:100%;height:100%}"]], data: {} }); - function MT(t) { + function yT(t) { return zr( 0, [ @@ -56306,13 +56418,31 @@ 0, null, null, - 4, - "button", + 7, + "mat-list-item", + [["class", "mat-list-item"], ["role", "listitem"]], [ - ["class", "linkbutton"], - ["fast-click", ""], - ["mat-raised-button", ""] + [2, "mat-list-item-avatar", null], + [2, "mat-list-item-with-avatar", null] ], + null, + null, + sI, + lI + )), + Uo(1, 1228800, null, 3, nI, [Ln, oa, [2, tI], [2, eI]], null, null), + vr(603979776, 10, { _lines: 1 }), + vr(603979776, 11, { _avatar: 0 }), + vr(603979776, 12, { _icon: 0 }), + (t()(), + Cr( + 5, + 0, + null, + 2, + 2, + "button", + [["class", "histButton"], ["mat-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], function(t, e, n) { @@ -56320,31 +56450,16 @@ return ( "click" === e && (a = - !1 !== t.component.clickLink(t.context.$implicit) && a), + !1 !== t.component.historyClick(t.context.$implicit) && + a), a ); }, vP, yP )), - Uo(1, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), - Uo(2, 16384, null, 0, xP, [Ln], null, null), - (t()(), - Cr( - 3, - 0, - null, - 0, - 1, - "div", - [["class", "title"]], - null, - null, - null, - null, - null - )), - (t()(), Rr(4, null, ["", ""])) + Uo(6, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + (t()(), Rr(7, 0, ["", ""])) ], null, function(t, e) { @@ -56352,52 +56467,1031 @@ e, 0, 0, - Io(e, 1).disabled || null, - "NoopAnimations" === Io(e, 1)._animationMode + Io(e, 1)._avatar || Io(e, 1)._icon, + Io(e, 1)._avatar || Io(e, 1)._icon ), - t(e, 4, 0, e.context.$implicit.title); + t( + e, + 5, + 0, + Io(e, 6).disabled || null, + "NoopAnimations" === Io(e, 6)._animationMode + ), + t(e, 7, 0, e.context.$implicit); } ); } - function yT(t) { + function vT(t) { return zr( 0, [ (t()(), Cr( 0, - 16777216, + 0, + null, + null, + 45, + "mat-card", + [["class", "mat-card"]], + null, + null, + null, + $f, + Gf + )), + Uo(1, 49152, null, 0, cp, [], null, null), + (t()(), + Cr( + 2, + 0, + null, + 0, + 7, + "mat-card-header", + [["class", "mat-card-header"]], + null, + null, + null, + Qf, + Zf + )), + Uo(3, 49152, null, 0, dp, [], null, null), + (t()(), + Cr( + 4, + 0, + null, + 1, + 2, + "mat-card-title", + [["class", "mat-card-title"]], + null, + null, + null, + null, + null + )), + Uo(5, 16384, null, 0, ip, [], null, null), + (t()(), Rr(6, null, ["", ""])), + (t()(), + Cr( + 7, + 0, + null, + 1, + 2, + "mat-card-subtitle", + [["class", "mat-card-subtitle"]], + null, + null, + null, + null, + null + )), + Uo(8, 16384, null, 0, rp, [], null, null), + (t()(), Rr(9, null, ["", ""])), + (t()(), + Cr( + 10, + 0, + null, + 0, + 24, + "mat-card-content", + [["class", "mat-card-content"]], + null, + null, + null, + null, + null + )), + Uo(11, 16384, null, 0, op, [], null, null), + (t()(), + Cr( + 12, + 0, + null, + null, + 18, + "mat-form-field", + [["class", "inputText mat-form-field"]], + [ + [2, "mat-form-field-appearance-standard", null], + [2, "mat-form-field-appearance-fill", null], + [2, "mat-form-field-appearance-outline", null], + [2, "mat-form-field-appearance-legacy", null], + [2, "mat-form-field-invalid", null], + [2, "mat-form-field-can-float", null], + [2, "mat-form-field-should-float", null], + [2, "mat-form-field-has-label", null], + [2, "mat-form-field-hide-placeholder", null], + [2, "mat-form-field-disabled", null], + [2, "mat-form-field-autofilled", null], + [2, "mat-focused", null], + [2, "mat-accent", null], + [2, "mat-warn", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "_mat-animation-noopable", null] + ], + null, null, + bE, + iE + )), + Uo( + 13, + 7520256, null, 9, - "button", + aE, + [Ln, oa, [2, Wf], [2, hp], [2, nE], Op, Di, [2, OP]], + null, + null + ), + vr(603979776, 1, { _controlNonStatic: 0 }), + vr(335544320, 2, { _controlStatic: 0 }), + vr(603979776, 3, { _labelChildNonStatic: 0 }), + vr(335544320, 4, { _labelChildStatic: 0 }), + vr(603979776, 5, { _placeholderChild: 0 }), + vr(603979776, 6, { _errorChildren: 1 }), + vr(603979776, 7, { _hintChildren: 1 }), + vr(603979776, 8, { _prefixChildren: 1 }), + vr(603979776, 9, { _suffixChildren: 1 }), + (t()(), + Cr( + 23, + 0, + null, + 1, + 7, + "input", [ - ["aria-haspopup", "true"], - ["fast-click", ""], - ["mat-button", ""], - ["mat-stroked-button", ""] + ["class", "mat-input-element mat-form-field-autofill-control"], + ["matInput", ""], + ["type", "url"] ], [ - [1, "disabled", 0], - [2, "_mat-animation-noopable", null], - [1, "aria-expanded", 0] + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "mat-input-server", null], + [1, "id", 0], + [1, "placeholder", 0], + [8, "disabled", 0], + [8, "required", 0], + [1, "readonly", 0], + [1, "aria-describedby", 0], + [1, "aria-invalid", 0], + [1, "aria-required", 0] + ], + [ + [null, "keydown"], + [null, "ngModelChange"], + [null, "input"], + [null, "blur"], + [null, "compositionstart"], + [null, "compositionend"], + [null, "focus"] ], - [[null, "mousedown"], [null, "keydown"], [null, "click"]], function(t, e, n) { - var a = !0; + var a = !0, + o = t.component; return ( - "mousedown" === e && - (a = !1 !== Io(t, 2)._handleMousedown(n) && a), - "keydown" === e && - (a = !1 !== Io(t, 2)._handleKeydown(n) && a), - "click" === e && (a = !1 !== Io(t, 2)._handleClick(n) && a), + "input" === e && + (a = !1 !== Io(t, 24)._handleInput(n.target.value) && a), + "blur" === e && (a = !1 !== Io(t, 24).onTouched() && a), + "compositionstart" === e && + (a = !1 !== Io(t, 24)._compositionStart() && a), + "compositionend" === e && + (a = !1 !== Io(t, 24)._compositionEnd(n.target.value) && a), + "blur" === e && (a = !1 !== Io(t, 29)._focusChanged(!1) && a), + "focus" === e && + (a = !1 !== Io(t, 29)._focusChanged(!0) && a), + "input" === e && (a = !1 !== Io(t, 29)._onInput() && a), + "keydown" === e && (a = !1 !== o.keyDownFunction(n) && a), + "ngModelChange" === e && (a = !1 !== (o.inputText = n) && a), a ); }, - vP, - yP + null, + null )), - Uo(1, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + Uo(24, 16384, null, 0, Yx, [jn, Ln, [2, Kx]], null, null), + Ko( + 1024, + null, + Ux, + function(t) { + return [t]; + }, + [Yx] + ), + Uo( + 26, + 671744, + null, + 0, + Bk, + [[8, null], [8, null], [8, null], [6, Ux]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ko(2048, null, Zx, null, [Bk]), + Uo(28, 16384, null, 0, Qx, [[4, Zx]], null, null), + Uo( + 29, + 999424, + null, + 0, + xE, + [Ln, Op, [6, Zx], [2, Rk], [2, Hk], Ef, [8, null], CE, Di], + { placeholder: [0, "placeholder"], type: [1, "type"] }, + null + ), + Ko(2048, [[1, 4], [2, 4]], QS, null, [xE]), + (t()(), + Cr( + 31, + 0, + null, + null, + 3, + "mat-list", + [ + ["class", "historyList mat-list mat-list-base"], + ["role", "list"] + ], + null, + null, + null, + rI, + iI + )), + Uo(32, 704512, null, 0, eI, [Ln], null, null), + (t()(), _r(16777216, null, 0, 1, null, yT)), + Uo( + 34, + 278528, + null, + 0, + Os, + [ua, ca, na], + { ngForOf: [0, "ngForOf"] }, + null + ), + (t()(), + Cr( + 35, + 0, + null, + 0, + 10, + "mat-card-actions", + [["class", "mat-card-actions"]], + [[2, "mat-card-actions-align-end", null]], + null, + null, + null, + null + )), + Uo(36, 16384, null, 0, lp, [], null, null), + (t()(), + Cr( + 37, + 0, + null, + null, + 3, + "button", + [ + ["color", "accent"], + ["fast-click", ""], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "click" === e && (a = !1 !== t.component.clickButton1() && a), + a + ); + }, + vP, + yP + )), + Uo( + 38, + 180224, + null, + 0, + Mb, + [Ln, _f, [2, OP]], + { color: [0, "color"] }, + null + ), + Uo(39, 16384, null, 0, xP, [Ln], null, null), + (t()(), Rr(40, 0, ["", ""])), + (t()(), + Cr( + 41, + 0, + null, + null, + 0, + "div", + [["style", "display: inline-block; width: 50%"]], + null, + null, + null, + null, + null + )), + (t()(), + Cr( + 42, + 0, + null, + null, + 3, + "button", + [["fast-click", ""], ["mat-raised-button", ""]], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "click" === e && (a = !1 !== t.component.clickCancel() && a), + a + ); + }, + vP, + yP + )), + Uo(43, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + Uo(44, 16384, null, 0, xP, [Ln], null, null), + (t()(), Rr(45, 0, ["", ""])) + ], + function(t, e) { + var n = e.component; + t(e, 26, 0, n.inputText), + t(e, 29, 0, ao(1, "", n.data.label, ""), "url"), + t(e, 34, 0, n.historyItems), + t(e, 38, 0, "accent"); + }, + function(t, e) { + var n = e.component; + t(e, 6, 0, n.data.title), + t(e, 9, 0, n.data.subTitle), + t(e, 12, 1, [ + "standard" == Io(e, 13).appearance, + "fill" == Io(e, 13).appearance, + "outline" == Io(e, 13).appearance, + "legacy" == Io(e, 13).appearance, + Io(e, 13)._control.errorState, + Io(e, 13)._canLabelFloat, + Io(e, 13)._shouldLabelFloat(), + Io(e, 13)._hasFloatingLabel(), + Io(e, 13)._hideControlPlaceholder(), + Io(e, 13)._control.disabled, + Io(e, 13)._control.autofilled, + Io(e, 13)._control.focused, + "accent" == Io(e, 13).color, + "warn" == Io(e, 13).color, + Io(e, 13)._shouldForward("untouched"), + Io(e, 13)._shouldForward("touched"), + Io(e, 13)._shouldForward("pristine"), + Io(e, 13)._shouldForward("dirty"), + Io(e, 13)._shouldForward("valid"), + Io(e, 13)._shouldForward("invalid"), + Io(e, 13)._shouldForward("pending"), + !Io(e, 13)._animationsEnabled + ]), + t(e, 23, 1, [ + Io(e, 28).ngClassUntouched, + Io(e, 28).ngClassTouched, + Io(e, 28).ngClassPristine, + Io(e, 28).ngClassDirty, + Io(e, 28).ngClassValid, + Io(e, 28).ngClassInvalid, + Io(e, 28).ngClassPending, + Io(e, 29)._isServer, + Io(e, 29).id, + Io(e, 29).placeholder, + Io(e, 29).disabled, + Io(e, 29).required, + (Io(e, 29).readonly && !Io(e, 29)._isNativeSelect) || null, + Io(e, 29)._ariaDescribedby || null, + Io(e, 29).errorState, + Io(e, 29).required.toString() + ]), + t(e, 35, 0, "end" === Io(e, 36).align), + t( + e, + 37, + 0, + Io(e, 38).disabled || null, + "NoopAnimations" === Io(e, 38)._animationMode + ), + t(e, 40, 0, n.data.button1Text || "OK"), + t( + e, + 42, + 0, + Io(e, 43).disabled || null, + "NoopAnimations" === Io(e, 43)._animationMode + ), + t(e, 45, 0, n.data.button2Text || "Cancel"); + } + ); + } + function xT(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 0, + null, + null, + 1, + "app-input-box", + [], + null, + null, + null, + vT, + MT + )), + Uo(1, 114688, null, 0, OT, [gM, pM, PT, Fg], null, null) + ], + function(t, e) { + t(e, 1, 0); + }, + null + ); + } + var kT = Co("app-input-box", OT, xT, {}, {}, []); + class wT { + constructor(t) { + (this.dialog = t), + (this.browserLinks = [ + { title: "Beast Saber", url: "https://bsaber.com" }, + { title: "Beat Saver", url: "https://beatsaver.com" }, + { title: "Google", url: "https://google.com" }, + { + title: "Mods", + url: "https://github.com/RedBrumbler/BeatOnCustomSabers" + } + ]), + (this.linkSelected = new li()); + } + clickLink(t) { + this.linkSelected.emit(t.url); + } + clickUrl() { + this.dialog + .open(OT, { + width: "600px", + height: "450px", + disableClose: !0, + data: { label: "URL", key: "browserUrl" } + }) + .afterClosed() + .subscribe(t => { + null != t && + (t.indexOf("://") < 1 && (t = "http://" + t), + this.linkSelected.emit(t)); + }); + } + ngOnInit() {} + } + var ST = Ia({ + encapsulation: 0, + styles: [ + [ + ".linkbutton[_ngcontent-%COMP%]{max-height:35px;height:35px;display:inline-block}" + ] + ], + data: {} + }); + function ET(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 0, + null, + null, + 4, + "button", + [ + ["class", "linkbutton"], + ["fast-click", ""], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "click" === e && + (a = + !1 !== t.component.clickLink(t.context.$implicit) && a), + a + ); + }, + vP, + yP + )), + Uo(1, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + Uo(2, 16384, null, 0, xP, [Ln], null, null), + (t()(), + Cr( + 3, + 0, + null, + 0, + 1, + "div", + [["class", "title"]], + null, + null, + null, + null, + null + )), + (t()(), Rr(4, null, ["", ""])) + ], + null, + function(t, e) { + t( + e, + 0, + 0, + Io(e, 1).disabled || null, + "NoopAnimations" === Io(e, 1)._animationMode + ), + t(e, 4, 0, e.context.$implicit.title); + } + ); + } + function IT(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 16777216, + null, + null, + 9, + "button", + [ + ["aria-haspopup", "true"], + ["fast-click", ""], + ["mat-button", ""], + ["mat-stroked-button", ""] + ], + [ + [1, "disabled", 0], + [2, "_mat-animation-noopable", null], + [1, "aria-expanded", 0] + ], + [[null, "mousedown"], [null, "keydown"], [null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "mousedown" === e && + (a = !1 !== Io(t, 2)._handleMousedown(n) && a), + "keydown" === e && + (a = !1 !== Io(t, 2)._handleKeydown(n) && a), + "click" === e && (a = !1 !== Io(t, 2)._handleClick(n) && a), + a + ); + }, + vP, + yP + )), + Uo(1, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + Uo( + 2, + 1196032, + null, + 0, + Px, + [rM, Ln, ua, bx, [2, px], [8, null], [2, hp], _f], + { menu: [0, "menu"] }, + null + ), + Uo(3, 16384, null, 0, xP, [Ln], null, null), + (t()(), + Cr( + 4, + 0, + null, + 0, + 2, + "mat-icon", + [["class", "mat-icon notranslate"], ["role", "img"]], + [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], + null, + null, + _b, + bb + )), + Uo( + 5, + 9158656, + null, + 0, + pb, + [Ln, rb, [8, null], [2, ub]], + null, + null + ), + (t()(), Rr(-1, 0, ["public"])), + (t()(), + Cr( + 7, + 0, + null, + 0, + 2, + "mat-icon", + [["class", "mat-icon notranslate"], ["role", "img"]], + [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], + null, + null, + _b, + bb + )), + Uo( + 8, + 9158656, + null, + 0, + pb, + [Ln, rb, [8, null], [2, ub]], + null, + null + ), + (t()(), Rr(-1, 0, ["expand_more"])), + (t()(), + Cr( + 10, + 0, + null, + null, + 14, + "mat-menu", + [], + null, + null, + null, + xx, + yx + )), + Uo( + 11, + 1294336, + [["menu", 4]], + 2, + fx, + [Ln, Di, hx], + { panelClass: [0, "panelClass"] }, + null + ), + vr(603979776, 1, { items: 1 }), + vr(603979776, 2, { lazyContent: 0 }), + Ko(2048, null, px, null, [fx]), + Ko(2048, null, cx, null, [px]), + (t()(), + Cr( + 16, + 0, + null, + 0, + 8, + "div", + [["class", "mat-menu-item"], ["mat-menu-item", ""]], + [ + [1, "role", 0], + [2, "mat-menu-item-highlighted", null], + [2, "mat-menu-item-submenu-trigger", null], + [1, "tabindex", 0], + [1, "aria-disabled", 0], + [1, "disabled", 0] + ], + [[null, "click"], [null, "mouseenter"]], + function(t, e, n) { + var a = !0; + return ( + "click" === e && + (a = !1 !== Io(t, 17)._checkDisabled(n) && a), + "mouseenter" === e && + (a = !1 !== Io(t, 17)._handleMouseEnter() && a), + a + ); + }, + wx, + kx + )), + Uo(17, 180224, [[1, 4]], 0, mx, [Ln, Bs, _f, [2, cx]], null, null), + (t()(), + Cr( + 18, + 0, + null, + 0, + 4, + "button", + [ + ["class", "linkbutton"], + ["fast-click", ""], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "click" === e && (a = !1 !== t.component.clickUrl() && a), a + ); + }, + vP, + yP + )), + Uo(19, 180224, null, 0, Mb, [Ln, _f, [2, OP]], null, null), + Uo(20, 16384, null, 0, xP, [Ln], null, null), + (t()(), + Cr( + 21, + 0, + null, + 0, + 1, + "div", + [["class", "title"]], + null, + null, + null, + null, + null + )), + (t()(), Rr(-1, null, ["URL.."])), + (t()(), _r(16777216, null, 0, 1, null, ET)), + Uo( + 24, + 278528, + null, + 0, + Os, + [ua, ca, na], + { ngForOf: [0, "ngForOf"] }, + null + ) + ], + function(t, e) { + var n = e.component; + t(e, 2, 0, Io(e, 11)), + t(e, 5, 0), + t(e, 8, 0), + t(e, 11, 0, "browserNavMenu"), + t(e, 24, 0, n.browserLinks); + }, + function(t, e) { + t( + e, + 0, + 0, + Io(e, 1).disabled || null, + "NoopAnimations" === Io(e, 1)._animationMode, + Io(e, 2).menuOpen || null + ), + t( + e, + 4, + 0, + Io(e, 5).inline, + "primary" !== Io(e, 5).color && + "accent" !== Io(e, 5).color && + "warn" !== Io(e, 5).color + ), + t( + e, + 7, + 0, + Io(e, 8).inline, + "primary" !== Io(e, 8).color && + "accent" !== Io(e, 8).color && + "warn" !== Io(e, 8).color + ), + t( + e, + 16, + 0, + Io(e, 17).role, + Io(e, 17)._highlighted, + Io(e, 17)._triggersSubmenu, + Io(e, 17)._getTabIndex(), + Io(e, 17).disabled.toString(), + Io(e, 17).disabled || null + ), + t( + e, + 18, + 0, + Io(e, 19).disabled || null, + "NoopAnimations" === Io(e, 19)._animationMode + ); + } + ); + } + class AT extends ow { + constructor() { + super(...arguments), (this.Type = iw.StopDownloads); + } + } + class TT { + constructor(t) { + (this.msgSvc = t), (this.downloads = { Downloads: [] }); + } + ngOnInit() { + this.msgSvc.downloadStatusMessage.subscribe(t => { + console.log("got download update status message"), + (this.downloads = t); + }); + } + getColor() { + return this.downloads.Downloads && this.downloads.Downloads.length > 0 + ? "accent" + : ""; + } + cancelAllDownloads() { + const t = new AT(); + this.msgSvc.sendClientMessage(t); + } + } + var RT = Ia({ + encapsulation: 0, + styles: [ + [ + '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.downloadCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.nodownloads[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}' + ] + ], + data: {} + }); + function DT(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 0, + null, + null, + 1, + "p", + [["class", "nodownloads"], ["color", "primary"]], + null, + null, + null, + null, + null + )), + (t()(), Rr(-1, null, ["No active downloads"])) + ], + null, + null + ); + } + function NT(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 0, + null, + null, + 4, + "button", + [ + ["class", "mat-menu-item"], + ["fast-click", ""], + ["mat-menu-item", ""] + ], + [ + [1, "role", 0], + [2, "mat-menu-item-highlighted", null], + [2, "mat-menu-item-submenu-trigger", null], + [1, "tabindex", 0], + [1, "aria-disabled", 0], + [1, "disabled", 0] + ], + [[null, "click"], [null, "mouseenter"]], + function(t, e, n) { + var a = !0, + o = t.component; + return ( + "click" === e && (a = !1 !== Io(t, 1)._checkDisabled(n) && a), + "mouseenter" === e && + (a = !1 !== Io(t, 1)._handleMouseEnter() && a), + "click" === e && (a = !1 !== o.cancelAllDownloads() && a), + a + ); + }, + wx, + kx + )), + Uo(1, 180224, [[1, 4]], 0, mx, [Ln, Bs, _f, [2, cx]], null, null), + Uo(2, 16384, null, 0, xP, [Ln], null, null), + (t()(), + Cr(3, 0, null, 0, 1, "div", [], null, null, null, null, null)), + (t()(), Rr(-1, null, ["Cancel All Downloads"])) + ], + null, + function(t, e) { + t( + e, + 0, + 0, + Io(e, 1).role, + Io(e, 1)._highlighted, + Io(e, 1)._triggersSubmenu, + Io(e, 1)._getTabIndex(), + Io(e, 1).disabled.toString(), + Io(e, 1).disabled || null + ); + } + ); + } + function zT(t) { + return zr( + 0, + [ + (t()(), + Cr( + 0, + 16777216, + null, + null, + 8, + "button", + [ + ["aria-haspopup", "true"], + ["fast-click", ""], + ["mat-button", ""], + ["mat-raised-button", ""] + ], + [ + [1, "disabled", 0], + [2, "_mat-animation-noopable", null], + [1, "aria-expanded", 0] + ], + [[null, "mousedown"], [null, "keydown"], [null, "click"]], + function(t, e, n) { + var a = !0; + return ( + "mousedown" === e && + (a = !1 !== Io(t, 2)._handleMousedown(n) && a), + "keydown" === e && + (a = !1 !== Io(t, 2)._handleKeydown(n) && a), + "click" === e && (a = !1 !== Io(t, 2)._handleClick(n) && a), + a + ); + }, + vP, + yP + )), + Uo( + 1, + 180224, + null, + 0, + Mb, + [Ln, _f, [2, OP]], + { color: [0, "color"] }, + null + ), Uo( 2, 1196032, @@ -56434,102 +57528,46 @@ null, null ), - (t()(), Rr(-1, 0, ["public"])), + (t()(), Rr(-1, 0, ["cloud_download"])), (t()(), Cr( 7, 0, null, 0, - 2, - "mat-icon", - [["class", "mat-icon notranslate"], ["role", "img"]], - [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], + 1, + "div", + [["class", "downloadCount"]], null, null, - _b, - bb - )), - Uo( - 8, - 9158656, null, - 0, - pb, - [Ln, rb, [8, null], [2, ub]], null, null - ), - (t()(), Rr(-1, 0, ["expand_more"])), + )), + (t()(), Rr(8, null, ["", ""])), (t()(), - Cr(10, 0, null, null, 9, "mat-menu", [], null, null, null, xx, yx)), - Uo( - 11, - 1294336, - [["menu", 4]], - 2, - fx, - [Ln, Di, hx], - { panelClass: [0, "panelClass"] }, - null - ), + Cr(9, 0, null, null, 9, "mat-menu", [], null, null, null, xx, yx)), + Ko(6144, null, px, null, [fx]), + Ko(6144, null, cx, null, [px]), + Uo(12, 1294336, [["menu", 4]], 2, fx, [Ln, Di, hx], null, null), vr(603979776, 1, { items: 1 }), vr(603979776, 2, { lazyContent: 0 }), - Ko(2048, null, px, null, [fx]), - Ko(2048, null, cx, null, [px]), - (t()(), - Cr( - 16, - 0, - null, - 0, - 3, - "div", - [["class", "mat-menu-item"], ["mat-menu-item", ""]], - [ - [1, "role", 0], - [2, "mat-menu-item-highlighted", null], - [2, "mat-menu-item-submenu-trigger", null], - [1, "tabindex", 0], - [1, "aria-disabled", 0], - [1, "disabled", 0] - ], - [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { - var a = !0; - return ( - "click" === e && - (a = !1 !== Io(t, 17)._checkDisabled(n) && a), - "mouseenter" === e && - (a = !1 !== Io(t, 17)._handleMouseEnter() && a), - a - ); - }, - wx, - kx - )), - Uo(17, 180224, [[1, 4]], 0, mx, [Ln, Bs, _f, [2, cx]], null, null), - (t()(), _r(16777216, null, 0, 1, null, MT)), - Uo( - 19, - 278528, - null, - 0, - Os, - [ua, ca, na], - { ngForOf: [0, "ngForOf"] }, - null - ) + (t()(), _r(16777216, null, 0, 1, null, DT)), + Uo(16, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), + (t()(), _r(16777216, null, 0, 1, null, NT)), + Uo(18, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null) ], function(t, e) { var n = e.component; - t(e, 2, 0, Io(e, 11)), + t(e, 1, 0, ao(1, "", n.getColor(), "")), + t(e, 2, 0, Io(e, 12)), t(e, 5, 0), - t(e, 8, 0), - t(e, 11, 0, "browserNavMenu"), - t(e, 19, 0, n.browserLinks); + t(e, 12, 0), + t(e, 16, 0, n.downloads.Downloads.length < 1), + t(e, 18, 0, n.downloads.Downloads.length > 0); }, function(t, e) { + var n = e.component; t( e, 0, @@ -56547,162 +57585,16 @@ "accent" !== Io(e, 5).color && "warn" !== Io(e, 5).color ), - t( - e, - 7, - 0, - Io(e, 8).inline, - "primary" !== Io(e, 8).color && - "accent" !== Io(e, 8).color && - "warn" !== Io(e, 8).color - ), - t( - e, - 16, - 0, - Io(e, 17).role, - Io(e, 17)._highlighted, - Io(e, 17)._triggersSubmenu, - Io(e, 17)._getTabIndex(), - Io(e, 17).disabled.toString(), - Io(e, 17).disabled || null - ); - } - ); - } - class vT { - constructor(t) { - (this.msgSvc = t), (this.downloads = { Downloads: [] }); - } - ngOnInit() { - this.msgSvc.downloadStatusMessage.subscribe(t => { - console.log("got download update status message"), - (this.downloads = t); - }); - } - getColor() { - return this.downloads.Downloads && this.downloads.Downloads.length > 0 - ? "accent" - : ""; - } - } - var xT = Ia({ - encapsulation: 0, - styles: [ - [ - '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.downloadCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.nodownloads[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}' - ] - ], - data: {} - }); - function kT(t) { - return zr( - 0, - [ - (t()(), - Cr( - 0, - 0, - null, - null, - 7, - "button", - [ - ["fast-click", ""], - ["mat-button", ""], - ["mat-raised-button", ""] - ], - [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], - null, - null, - vP, - yP - )), - Uo( - 1, - 180224, - null, - 0, - Mb, - [Ln, _f, [2, OP]], - { color: [0, "color"] }, - null - ), - Uo(2, 16384, null, 0, xP, [Ln], null, null), - (t()(), - Cr( - 3, - 0, - null, - 0, - 2, - "mat-icon", - [["class", "mat-icon notranslate"], ["role", "img"]], - [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], - null, - null, - _b, - bb - )), - Uo( - 4, - 9158656, - null, - 0, - pb, - [Ln, rb, [8, null], [2, ub]], - null, - null - ), - (t()(), Rr(-1, 0, ["cloud_download"])), - (t()(), - Cr( - 6, - 0, - null, - 0, - 1, - "div", - [["class", "downloadCount"]], - null, - null, - null, - null, - null - )), - (t()(), Rr(7, null, ["", ""])) - ], - function(t, e) { - t(e, 1, 0, ao(1, "", e.component.getColor(), "")), t(e, 4, 0); - }, - function(t, e) { - var n = e.component; - t( - e, - 0, - 0, - Io(e, 1).disabled || null, - "NoopAnimations" === Io(e, 1)._animationMode - ), - t( - e, - 3, - 0, - Io(e, 4).inline, - "primary" !== Io(e, 4).color && - "accent" !== Io(e, 4).color && - "warn" !== Io(e, 4).color - ), - t(e, 7, 0, n.downloads.Downloads.length); + t(e, 8, 0, n.downloads.Downloads.length); } ); } - class wT extends ow { + class LT extends ow { constructor() { super(), (this.Type = iw.GetOps); } } - class ST { + class FT { constructor(t, e) { (this.msgSvc = t), (this.appIntegration = e), @@ -56714,7 +57606,7 @@ }), t.connectionStatusChanged.subscribe(t => { if (t == Pg.Connected && !n) { - var e = new wT(); + var e = new LT(); (e.ClearFailedOps = !1), this.msgSvc.sendClientMessage(e); } }); @@ -56745,20 +57637,20 @@ } ngOnInit() {} clickClearFailedOps() { - var t = new wT(); + var t = new LT(); (t.ClearFailedOps = !0), this.msgSvc.sendClientMessage(t); } } - var ET = Ia({ + var BT = Ia({ encapsulation: 0, styles: [ [ - '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.opsCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.noops[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}.opDesc[_ngcontent-%COMP%]{display:inline-block;min-width:100px}.opStatus[_ngcontent-%COMP%]{display:inline-block;min-width:50px;padding-right:3px}.clearFailed[_ngcontent-%COMP%]{margin-left:8px}.opId[_ngcontent-%COMP%]{display:inline-block;min-width:20px;margin-right:4px}.opContainer[_ngcontent-%COMP%]{font-size:12px}.check[_ngcontent-%COMP%]{position:absolute;color:green;top:-3px;left:24px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.sync[_ngcontent-%COMP%]{position:absolute;color:#fff;top:3px;left:0;font-size:32px;padding:0;width:32px;height:32px}.exclamation[_ngcontent-%COMP%]{position:absolute;color:red;top:0;left:22px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.iconContainer[_ngcontent-%COMP%]{width:24px;display:inline-block}.spinny[_ngcontent-%COMP%]{-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}' + '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.opsCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.noops[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}.opDesc[_ngcontent-%COMP%]{display:inline-block;min-width:100px}.opStatus[_ngcontent-%COMP%]{display:inline-block;min-width:50px;padding-right:3px}.clearFailed[_ngcontent-%COMP%]{margin-left:8px}.opId[_ngcontent-%COMP%]{display:inline-block;min-width:20px;margin-right:4px}.opContainer[_ngcontent-%COMP%]{font-size:12px}.check[_ngcontent-%COMP%]{position:absolute;color:green;top:-3px;left:24px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.sync[_ngcontent-%COMP%]{position:absolute;color:#fff;top:3px;left:0;font-size:32px;padding:0;width:32px;height:32px}.exclamation[_ngcontent-%COMP%]{position:absolute;color:red;top:0;left:22px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.iconContainer[_ngcontent-%COMP%]{width:24px;display:inline-block}.spinny[_ngcontent-%COMP%]{-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}' ] ], data: {} }); - function IT(t) { + function VT(t) { return zr( 0, [ @@ -56805,7 +57697,7 @@ } ); } - function AT(t) { + function HT(t) { return zr( 0, [ @@ -56852,7 +57744,7 @@ } ); } - function TT(t) { + function jT(t) { return zr( 0, [ @@ -56877,7 +57769,7 @@ null ); } - function RT(t) { + function UT(t) { return zr( 0, [ @@ -57020,7 +57912,7 @@ } ); } - function DT(t) { + function qT(t) { return zr( 0, [ @@ -57152,9 +58044,9 @@ ), Ar(11, { spinny: 0 }), (t()(), Rr(-1, 0, ["sync"])), - (t()(), _r(16777216, null, null, 1, null, IT)), + (t()(), _r(16777216, null, null, 1, null, VT)), Uo(14, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, null, 1, null, AT)), + (t()(), _r(16777216, null, null, 1, null, HT)), Uo(16, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( @@ -57192,9 +58084,9 @@ Uo(22, 1294336, [["menu", 4]], 2, fx, [Ln, Di, hx], null, null), vr(603979776, 1, { items: 1 }), vr(603979776, 2, { lazyContent: 0 }), - (t()(), _r(16777216, null, 0, 1, null, TT)), + (t()(), _r(16777216, null, 0, 1, null, jT)), Uo(26, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, RT)), + (t()(), _r(16777216, null, 0, 1, null, UT)), Uo( 28, 278528, @@ -57289,14 +58181,14 @@ } ); } - class NT { + class KT { constructor(t) { this._elementRef = t; } } - const zT = vf(NT), - LT = (() => - class extends zT { + const YT = vf(KT), + WT = (() => + class extends YT { constructor(t, e, n) { super(t), (this._platform = e), (this._document = n); } @@ -57328,22 +58220,22 @@ })(); } })(), - FT = (() => class {})(); - var BT = Ia({ + GT = (() => class {})(); + var $T = Ia({ encapsulation: 2, styles: [ "@media (-ms-high-contrast:active){.mat-toolbar{outline:solid 1px}}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width:599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}" ], data: {} }); - function VT(t) { + function ZT(t) { return zr(2, [Er(null, 0), Er(null, 1)], null, null); } - var HT = Ia({ + var QT = Ia({ encapsulation: 0, styles: [ [ - ".app-content[_ngcontent-%COMP%]{display:block;height:100%}.goodCon[_ngcontent-%COMP%]{color:green}.badCon[_ngcontent-%COMP%]{color:red}.orangeCon[_ngcontent-%COMP%]{color:orange}.toolbar[_ngcontent-%COMP%]{min-height:50px;height:50px;display:block!important}.sync-spot[_ngcontent-%COMP%]{width:155px;height:39px}.sync-placeholder[_ngcontent-%COMP%]{margin-top:6px}.undo-spot[_ngcontent-%COMP%]{margin-top:6px;color:#ff5722;margin-left:6px;margin-right:6px}.top-button[_ngcontent-%COMP%]{margin-top:6px;margin-right:1.5em}.sync-button[_ngcontent-%COMP%]{margin-top:7px}.logo[_ngcontent-%COMP%]{background:url(logo.6c1a8c36d9fd1df75fae.png) 50% 50%/contain no-repeat;height:50px;width:150px}.nowifi[_ngcontent-%COMP%]{position:absolute;top:-2px;left:-2px;color:red;font-size:32px}.credits[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-bottom:15px}.connectionStatus[_ngcontent-%COMP%]{margin-top:9px;position:relative;display:inline-block;width:32px;height:32px;cursor:pointer}.wifi[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px;font-size:32}.nosync[_ngcontent-%COMP%]{border-radius:10px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;background-color:#b8860b;height:26px;width:140.63px}.right[_ngcontent-%COMP%]{float:right}.warning[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:1.5s infinite glowing;animation:1.5s infinite glowing}@-webkit-keyframes glowing{0%,100%{background-color:#b20000;-webkit-box-shadow:0 0 3px #b20000}50%{background-color:red;-webkit-box-shadow:0 0 40px red}}@keyframes glowing{0%,100%{background-color:#b20000;box-shadow:0 0 3px #b20000}50%{background-color:red;box-shadow:0 0 40px red}}.happy[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:3.5s infinite glowing-happy;animation:3.5s infinite glowing-happy}@-webkit-keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}@keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}" + ".app-content[_ngcontent-%COMP%]{display:block;height:100%}.goodCon[_ngcontent-%COMP%]{color:green}.badCon[_ngcontent-%COMP%]{color:red}.orangeCon[_ngcontent-%COMP%]{color:orange}.toolbar[_ngcontent-%COMP%]{min-height:50px;height:50px;display:block!important}.sync-spot[_ngcontent-%COMP%]{width:155px;height:39px}.sync-placeholder[_ngcontent-%COMP%]{margin-top:6px}.undo-spot[_ngcontent-%COMP%]{margin-top:6px;color:#ff5722;margin-left:6px;margin-right:6px}.top-button[_ngcontent-%COMP%]{margin-top:6px;margin-right:1.5em}.sync-button[_ngcontent-%COMP%]{margin-top:7px}.logo[_ngcontent-%COMP%]{background:url(logo.png) 50% 50%/contain no-repeat;height:50px;width:150px}.nowifi[_ngcontent-%COMP%]{position:absolute;top:-2px;left:-2px;color:red;font-size:32px}.credits[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-bottom:15px}.connectionStatus[_ngcontent-%COMP%]{margin-top:9px;position:relative;display:inline-block;width:32px;height:32px;cursor:pointer}.wifi[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px;font-size:32}.nosync[_ngcontent-%COMP%]{border-radius:10px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;background-color:#b8860b;height:26px;width:140.63px}.right[_ngcontent-%COMP%]{float:right}.warning[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:1.5s infinite glowing;animation:1.5s infinite glowing}@-webkit-keyframes glowing{0%,100%{background-color:#b20000;-webkit-box-shadow:0 0 3px #b20000}50%{background-color:red;-webkit-box-shadow:0 0 40px red}}@keyframes glowing{0%,100%{background-color:#b20000;box-shadow:0 0 3px #b20000}50%{background-color:red;box-shadow:0 0 40px red}}.happy[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:3.5s infinite glowing-happy;animation:3.5s infinite glowing-happy}@-webkit-keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}@keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}" ] ], data: { @@ -57390,7 +58282,7 @@ ] } }); - function jT(t) { + function XT(t) { return zr( 0, [ @@ -57437,7 +58329,7 @@ } ); } - function UT(t) { + function JT(t) { return zr( 0, [ @@ -57565,7 +58457,7 @@ } ); } - function qT(t) { + function tR(t) { return zr( 0, [ @@ -57623,7 +58515,7 @@ null ); } - function KT(t) { + function eR(t) { return zr( 0, [ @@ -57677,7 +58569,7 @@ null ); } - function YT(t) { + function nR(t) { return zr( 0, [ @@ -57738,7 +58630,7 @@ } ); } - function WT(t) { + function aR(t) { return zr( 0, [ @@ -57796,7 +58688,7 @@ null ); } - function GT(t) { + function oR(t) { return zr( 0, [ @@ -57832,8 +58724,8 @@ a ); }, - yT, - OT + IT, + ST )), Uo( 1, @@ -57845,7 +58737,7 @@ { message: [0, "message"] }, null ), - Uo(2, 114688, null, 0, PT, [], null, { + Uo(2, 114688, null, 0, wT, [CM], null, { linkSelected: "linkSelected" }), (t()(), _r(0, null, null, 0)) @@ -57856,7 +58748,7 @@ null ); } - function $T(t) { + function iR(t) { return zr( 0, [ @@ -57965,7 +58857,7 @@ } ); } - function ZT(t) { + function rR(t) { return zr( 0, [ @@ -58074,7 +58966,7 @@ } ); } - function QT(t) { + function lR(t) { return zr( 0, [ @@ -58103,8 +58995,8 @@ a ); }, - kT, - xT + zT, + RT )), Uo( 1, @@ -58116,7 +59008,7 @@ { message: [0, "message"] }, null ), - Uo(2, 114688, null, 0, vT, [bg], null, null), + Uo(2, 114688, null, 0, TT, [bg], null, null), (t()(), _r(0, null, null, 0)) ], function(t, e) { @@ -58125,7 +59017,7 @@ null ); } - function XT(t) { + function sR(t) { return zr( 0, [ @@ -58157,8 +59049,8 @@ a ); }, - DT, - ET + qT, + BT )), Uo( 1, @@ -58170,7 +59062,7 @@ { message: [0, "message"] }, null ), - Uo(2, 114688, null, 0, ST, [bg, Fg], null, null), + Uo(2, 114688, null, 0, FT, [bg, Fg], null, null), (t()(), _r(0, null, null, 0)) ], function(t, e) { @@ -58185,7 +59077,7 @@ null ); } - function JT(t) { + function cR(t) { return zr( 0, [ @@ -58224,7 +59116,7 @@ null ); } - function tR(t) { + function dR(t) { return zr( 0, [ @@ -58266,7 +59158,7 @@ null ); } - function eR(t) { + function uR(t) { return zr( 0, [ @@ -58286,9 +59178,9 @@ Gf )), Uo(1, 49152, null, 0, cp, [], null, null), - (t()(), _r(16777216, null, 0, 1, null, JT)), + (t()(), _r(16777216, null, 0, 1, null, cR)), Uo(3, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, tR)), + (t()(), _r(16777216, null, 0, 1, null, dR)), Uo(5, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null) ], function(t, e) { @@ -58306,7 +59198,7 @@ null ); } - function nR(t) { + function mR(t) { return zr( 0, [ @@ -58350,10 +59242,10 @@ ], null, null, - VT, - BT + ZT, + $T )), - Uo(3, 4243456, null, 1, LT, [Ln, Op, Bs], null, null), + Uo(3, 4243456, null, 1, WT, [Ln, Op, Bs], null, null), vr(603979776, 1, { _toolbarRows: 1 }), (t()(), Cr( @@ -58417,7 +59309,7 @@ { message: [0, "message"] }, null ), - (t()(), _r(16777216, null, null, 1, null, jT)), + (t()(), _r(16777216, null, null, 1, null, XT)), Uo(13, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( @@ -58445,25 +59337,25 @@ null ), (t()(), Rr(-1, 0, ["wifi"])), - (t()(), _r(16777216, null, 0, 1, null, UT)), + (t()(), _r(16777216, null, 0, 1, null, JT)), Uo(18, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, qT)), + (t()(), _r(16777216, null, 0, 1, null, tR)), Uo(20, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, KT)), + (t()(), _r(16777216, null, 0, 1, null, eR)), Uo(22, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, YT)), + (t()(), _r(16777216, null, 0, 1, null, nR)), Uo(24, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, WT)), + (t()(), _r(16777216, null, 0, 1, null, aR)), Uo(26, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, GT)), + (t()(), _r(16777216, null, 0, 1, null, oR)), Uo(28, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, $T)), + (t()(), _r(16777216, null, 0, 1, null, iR)), Uo(30, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, ZT)), + (t()(), _r(16777216, null, 0, 1, null, rR)), Uo(32, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, QT)), + (t()(), _r(16777216, null, 0, 1, null, lR)), Uo(34, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), - (t()(), _r(16777216, null, 0, 1, null, XT)), + (t()(), _r(16777216, null, 0, 1, null, sR)), Uo(36, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null), (t()(), Cr( @@ -58540,7 +59432,7 @@ { fxLayout: [0, "fxLayout"] }, null ), - (t()(), _r(16777216, null, null, 1, null, eR)), + (t()(), _r(16777216, null, null, 1, null, uR)), Uo(44, 16384, null, 0, ys, [ua, ca], { ngIf: [0, "ngIf"] }, null) ], function(t, e) { @@ -58648,7 +59540,7 @@ } ); } - function aR(t) { + function hR(t) { return zr( 0, [ @@ -58664,8 +59556,8 @@ null, null, null, - nR, - HT + mR, + QT )), Uo( 1, @@ -58684,10 +59576,10 @@ null ); } - var oR = Co("app-root", Ug, aR, {}, {}, []); - class iR {} - const rR = (() => class {})(), - lR = (() => { + var gR = Co("app-root", Ug, hR, {}, {}, []); + class pR {} + const fR = (() => class {})(), + bR = (() => { class t { constructor(t, e) { Us(e) && @@ -58714,20 +59606,20 @@ } return t; })(), - sR = (() => class {})(), - cR = (() => class {})(), - dR = (() => class {})(); - var uR; - const mR = (() => - (uR = class { + _R = (() => class {})(), + CR = (() => class {})(), + PR = (() => class {})(); + var OR; + const MR = (() => + (OR = class { static forRoot(t) { return { - ngModule: uR, + ngModule: OR, providers: [{ provide: "options", useValue: t }] }; } }))(); - var hR = Hl(Ul, [Ug], function(t) { + var yR = Hl(Ul, [Ug], function(t) { return (function(t) { const e = {}, n = []; @@ -58772,7 +59664,8 @@ WA, QA, CT, - oR + kT, + gR ] ], [3, An], @@ -58867,6 +59760,7 @@ co(5120, Cv, Pv, [rM]), co(4608, _I, _I, []), co(4608, MI, MI, []), + co(4608, PT, PT, [Bs, fi]), co(1073742336, Fs, Fs, []), co(1073742336, zg, zg, []), co(1024, Le, Ou, []), @@ -58955,7 +59849,7 @@ [2, Rh] ]), co(1073742336, rg, rg, [[2, ag], [2, jh]]), - co(1073742336, iR, iR, []), + co(1073742336, pR, pR, []), co(1073742336, MP, MP, []), co(1073742336, gp, gp, []), co(1073742336, Mf, Mf, [[2, Of], [2, ru]]), @@ -58964,7 +59858,7 @@ co(1073742336, yb, yb, []), co(1073742336, up, up, []), co(1073742336, fb, fb, []), - co(1073742336, FT, FT, []), + co(1073742336, GT, GT, []), co(1073742336, BP, BP, []), co(1073742336, TO, TO, []), co(1073742336, cM, cM, []), @@ -58978,32 +59872,32 @@ co(1073742336, qM, qM, []), co(1073742336, Xy, Xy, []), co(1073742336, Bx, Bx, []), - co(1073742336, rR, rR, []), - co(1073742336, lR, lR, [[2, $M], fi]), + co(1073742336, fR, fR, []), + co(1073742336, bR, bR, [[2, $M], fi]), co(1073742336, zf, zf, []), co(1073742336, dT, dT, []), - co(1073742336, sR, sR, []), + co(1073742336, _R, _R, []), co(1073742336, jk, jk, []), co(1073742336, Kk, Kk, []), co(1073742336, Ox, Ox, []), co(1073742336, Mx, Mx, []), - co(1073742336, cR, cR, []), + co(1073742336, CR, CR, []), co(1073742336, Jk, Jk, []), co(1073742336, tw, tw, []), co(1073742336, ZS, ZS, []), co(1073742336, RO, RO, []), - co(1073742336, dR, dR, []), + co(1073742336, PR, PR, []), co(1073742336, ox, ox, []), co(1073742336, oE, oE, []), co(1073742336, qk, qk, []), - co(1073742336, ME, ME, []), - co(1073742336, SE, SE, []), + co(1073742336, PE, PE, []), + co(1073742336, kE, kE, []), co(1073742336, vv, vv, []), co(1073742336, NS, NS, []), co(1073742336, Yf, Yf, []), co(1073742336, oI, oI, []), co(1073742336, aI, aI, []), - co(1073742336, mR, mR, []), + co(1073742336, MR, MR, []), co(1073742336, vI, vI, []), co(1073742336, OI, OI, []), co(1073742336, Ul, Ul, []), @@ -59032,7 +59926,7 @@ Fe = !1; })(), Pu() - .bootstrapModuleFactory(hR) + .bootstrapModuleFactory(yR) .catch(t => console.error(t)); }, zfKp: function(t, e, n) { diff --git a/BeatOn/Assets/www/main-es5.fba114a0e9a38eab8372.js b/BeatOn/Assets/www/main-es5.js similarity index 78% rename from BeatOn/Assets/www/main-es5.fba114a0e9a38eab8372.js rename to BeatOn/Assets/www/main-es5.js index f7f76cd..81488d4 100644 --- a/BeatOn/Assets/www/main-es5.fba114a0e9a38eab8372.js +++ b/BeatOn/Assets/www/main-es5.js @@ -1,39 +1,39 @@ (window.webpackJsonp = window.webpackJsonp || []).push([ [1], { - 0: function(t, e, n) { - t.exports = n("zUnb"); + 0: function(t, n, e) { + t.exports = e("zUnb"); }, - "9AGB": function(t, e, n) { + "9AGB": function(t, n, e) { "use strict"; - var o = n("w5QO"); + var o = e("w5QO"); function a(t) { return t ? 1 === t.length ? t[0] - : function(e) { - return t.reduce(function(t, e) { - return e(t); - }, e); + : function(n) { + return t.reduce(function(t, n) { + return n(t); + }, n); } : o.noop; } - (e.pipe = function() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; + (n.pipe = function() { + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; return a(t); }), - (e.pipeFromArray = a); + (n.pipeFromArray = a); }, - FWf1: function(t, e, n) { - var o = n("mrSG").__extends, - a = n("pshJ"), - r = n("GiSu"), - i = n("zB/H"), - l = n("p//D"), - s = n("n3uD"), - c = n("MkmW"), + FWf1: function(t, n, e) { + var o = e("mrSG").__extends, + a = e("pshJ"), + r = e("GiSu"), + i = e("zB/H"), + l = e("p//D"), + s = e("n3uD"), + c = e("MkmW"), u = (function(t) { - function e(n, o, a) { + function n(e, o, a) { var i = t.call(this) || this; switch ( ((i.syncErrorValue = null), @@ -46,59 +46,59 @@ i.destination = r.empty; break; case 1: - if (!n) { + if (!e) { i.destination = r.empty; break; } - if ("object" == typeof n) { - n instanceof e - ? ((i.syncErrorThrowable = n.syncErrorThrowable), - (i.destination = n), - n.add(i)) + if ("object" == typeof e) { + e instanceof n + ? ((i.syncErrorThrowable = e.syncErrorThrowable), + (i.destination = e), + e.add(i)) : ((i.syncErrorThrowable = !0), - (i.destination = new d(i, n))); + (i.destination = new d(i, e))); break; } default: (i.syncErrorThrowable = !0), - (i.destination = new d(i, n, o, a)); + (i.destination = new d(i, e, o, a)); } return i; } return ( - o(e, t), - (e.prototype[l.rxSubscriber] = function() { + o(n, t), + (n.prototype[l.rxSubscriber] = function() { return this; }), - (e.create = function(t, n, o) { - var a = new e(t, n, o); + (n.create = function(t, e, o) { + var a = new n(t, e, o); return (a.syncErrorThrowable = !1), a; }), - (e.prototype.next = function(t) { + (n.prototype.next = function(t) { this.isStopped || this._next(t); }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { this.isStopped || ((this.isStopped = !0), this._error(t)); }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { this.isStopped || ((this.isStopped = !0), this._complete()); }), - (e.prototype.unsubscribe = function() { + (n.prototype.unsubscribe = function() { this.closed || ((this.isStopped = !0), t.prototype.unsubscribe.call(this)); }), - (e.prototype._next = function(t) { + (n.prototype._next = function(t) { this.destination.next(t); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { this.destination.error(t), this.unsubscribe(); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.destination.complete(), this.unsubscribe(); }), - (e.prototype._unsubscribeAndRecycle = function() { + (n.prototype._unsubscribeAndRecycle = function() { var t = this._parent, - e = this._parents; + n = this._parents; return ( (this._parent = null), (this._parents = null), @@ -106,29 +106,29 @@ (this.closed = !1), (this.isStopped = !1), (this._parent = t), - (this._parents = e), + (this._parents = n), this ); }), - e + n ); })(i.Subscription); - e.Subscriber = u; + n.Subscriber = u; var d = (function(t) { - function e(e, n, o, i) { + function n(n, e, o, i) { var l, s = t.call(this) || this; - s._parentSubscriber = e; + s._parentSubscriber = n; var c = s; return ( - a.isFunction(n) - ? (l = n) - : n && - ((l = n.next), - (o = n.error), - (i = n.complete), - n !== r.empty && - ((c = Object.create(n)), + a.isFunction(e) + ? (l = e) + : e && + ((l = e.next), + (o = e.error), + (i = e.complete), + e !== r.empty && + ((c = Object.create(e)), a.isFunction(c.unsubscribe) && s.add(c.unsubscribe.bind(c)), (c.unsubscribe = s.unsubscribe.bind(s)))), (s._context = c), @@ -139,68 +139,68 @@ ); } return ( - o(e, t), - (e.prototype.next = function(t) { + o(n, t), + (n.prototype.next = function(t) { if (!this.isStopped && this._next) { - var e = this._parentSubscriber; + var n = this._parentSubscriber; s.config.useDeprecatedSynchronousErrorHandling && - e.syncErrorThrowable - ? this.__tryOrSetError(e, this._next, t) && this.unsubscribe() + n.syncErrorThrowable + ? this.__tryOrSetError(n, this._next, t) && this.unsubscribe() : this.__tryOrUnsub(this._next, t); } }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { if (!this.isStopped) { - var e = this._parentSubscriber, - n = s.config.useDeprecatedSynchronousErrorHandling; + var n = this._parentSubscriber, + e = s.config.useDeprecatedSynchronousErrorHandling; if (this._error) - n && e.syncErrorThrowable - ? (this.__tryOrSetError(e, this._error, t), + e && n.syncErrorThrowable + ? (this.__tryOrSetError(n, this._error, t), this.unsubscribe()) : (this.__tryOrUnsub(this._error, t), this.unsubscribe()); - else if (e.syncErrorThrowable) - n - ? ((e.syncErrorValue = t), (e.syncErrorThrown = !0)) + else if (n.syncErrorThrowable) + e + ? ((n.syncErrorValue = t), (n.syncErrorThrown = !0)) : c.hostReportError(t), this.unsubscribe(); else { - if ((this.unsubscribe(), n)) throw t; + if ((this.unsubscribe(), e)) throw t; c.hostReportError(t); } } }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { var t = this; if (!this.isStopped) { - var e = this._parentSubscriber; + var n = this._parentSubscriber; if (this._complete) { - var n = function() { + var e = function() { return t._complete.call(t._context); }; s.config.useDeprecatedSynchronousErrorHandling && - e.syncErrorThrowable - ? (this.__tryOrSetError(e, n), this.unsubscribe()) - : (this.__tryOrUnsub(n), this.unsubscribe()); + n.syncErrorThrowable + ? (this.__tryOrSetError(n, e), this.unsubscribe()) + : (this.__tryOrUnsub(e), this.unsubscribe()); } else this.unsubscribe(); } }), - (e.prototype.__tryOrUnsub = function(t, e) { + (n.prototype.__tryOrUnsub = function(t, n) { try { - t.call(this._context, e); - } catch (n) { + t.call(this._context, n); + } catch (e) { if ( (this.unsubscribe(), s.config.useDeprecatedSynchronousErrorHandling) ) - throw n; - c.hostReportError(n); + throw e; + c.hostReportError(e); } }), - (e.prototype.__tryOrSetError = function(t, e, n) { + (n.prototype.__tryOrSetError = function(t, n, e) { if (!s.config.useDeprecatedSynchronousErrorHandling) throw new Error("bad call"); try { - e.call(this._context, n); + n.call(this._context, e); } catch (o) { return s.config.useDeprecatedSynchronousErrorHandling ? ((t.syncErrorValue = o), (t.syncErrorThrown = !0), !0) @@ -208,55 +208,55 @@ } return !1; }), - (e.prototype._unsubscribe = function() { + (n.prototype._unsubscribe = function() { var t = this._parentSubscriber; (this._context = null), (this._parentSubscriber = null), t.unsubscribe(); }), - e + n ); })(u); - e.SafeSubscriber = d; + n.SafeSubscriber = d; }, - FiyT: function(t, e, n) { - var o = n("mrSG").__extends; - e.SubjectSubscription = (function(t) { - function e(e, n) { + FiyT: function(t, n, e) { + var o = e("mrSG").__extends; + n.SubjectSubscription = (function(t) { + function n(n, e) { var o = t.call(this) || this; - return (o.subject = e), (o.subscriber = n), (o.closed = !1), o; + return (o.subject = n), (o.subscriber = e), (o.closed = !1), o; } return ( - o(e, t), - (e.prototype.unsubscribe = function() { + o(n, t), + (n.prototype.unsubscribe = function() { if (!this.closed) { this.closed = !0; var t = this.subject, - e = t.observers; + n = t.observers; if ( ((this.subject = null), - e && 0 !== e.length && !t.isStopped && !t.closed) + n && 0 !== n.length && !t.isStopped && !t.closed) ) { - var n = e.indexOf(this.subscriber); - -1 !== n && e.splice(n, 1); + var e = n.indexOf(this.subscriber); + -1 !== e && n.splice(e, 1); } } }), - e + n ); - })(n("zB/H").Subscription); + })(e("zB/H").Subscription); }, - GMZp: function(t, e, n) { + GMZp: function(t, n, e) { "use strict"; - e.isObject = function(t) { + n.isObject = function(t) { return null !== t && "object" == typeof t; }; }, - GiSu: function(t, e, n) { + GiSu: function(t, n, e) { "use strict"; - var o = n("n3uD"), - a = n("MkmW"); - e.empty = { + var o = e("n3uD"), + a = e("MkmW"); + n.empty = { closed: !0, next: function(t) {}, error: function(t) { @@ -266,7 +266,7 @@ complete: function() {} }; }, - LBXl: function(t, e, n) { + LBXl: function(t, n, e) { "use strict"; function o(t) { return ( @@ -275,8 +275,8 @@ ? t.length + " errors occurred during unsubscription:\n" + t - .map(function(t, e) { - return e + 1 + ") " + t.toString(); + .map(function(t, n) { + return n + 1 + ") " + t.toString(); }) .join("\n ") : ""), @@ -286,17 +286,17 @@ ); } (o.prototype = Object.create(Error.prototype)), - (e.UnsubscriptionError = o); + (n.UnsubscriptionError = o); }, - MkmW: function(t, e, n) { + MkmW: function(t, n, e) { "use strict"; - e.hostReportError = function(t) { + n.hostReportError = function(t) { setTimeout(function() { throw t; }); }; }, - Mxlh: function(t, e, n) { + Mxlh: function(t, n, e) { "use strict"; function o() { return ( @@ -307,32 +307,32 @@ ); } (o.prototype = Object.create(Error.prototype)), - (e.ObjectUnsubscribedError = o); + (n.ObjectUnsubscribedError = o); }, - Q1FS: function(t, e, n) { + Q1FS: function(t, n, e) { "use strict"; - var o = n("yx2s"), - a = n("Xwq/"), - r = n("zfKp"), - i = n("9AGB"), - l = n("n3uD"); + var o = e("yx2s"), + a = e("Xwq/"), + r = e("zfKp"), + i = e("9AGB"), + l = e("n3uD"); function s(t) { if ((t || (t = l.config.Promise || Promise), !t)) throw new Error("no Promise impl found"); return t; } - e.Observable = (function() { + n.Observable = (function() { function t(t) { (this._isScalar = !1), t && (this._subscribe = t); } return ( - (t.prototype.lift = function(e) { - var n = new t(); - return (n.source = this), (n.operator = e), n; + (t.prototype.lift = function(n) { + var e = new t(); + return (e.source = this), (e.operator = n), e; }), - (t.prototype.subscribe = function(t, e, n) { + (t.prototype.subscribe = function(t, n, e) { var o = this.operator, - r = a.toSubscriber(t, e, n); + r = a.toSubscriber(t, n, e); if ( (r.add( o @@ -353,51 +353,51 @@ (t.prototype._trySubscribe = function(t) { try { return this._subscribe(t); - } catch (e) { + } catch (n) { l.config.useDeprecatedSynchronousErrorHandling && - ((t.syncErrorThrown = !0), (t.syncErrorValue = e)), - o.canReportError(t) ? t.error(e) : console.warn(e); + ((t.syncErrorThrown = !0), (t.syncErrorValue = n)), + o.canReportError(t) ? t.error(n) : console.warn(n); } }), - (t.prototype.forEach = function(t, e) { - var n = this; - return new (e = s(e))(function(e, o) { + (t.prototype.forEach = function(t, n) { + var e = this; + return new (n = s(n))(function(n, o) { var a; - a = n.subscribe( - function(e) { + a = e.subscribe( + function(n) { try { - t(e); - } catch (n) { - o(n), a && a.unsubscribe(); + t(n); + } catch (e) { + o(e), a && a.unsubscribe(); } }, o, - e + n ); }); }), (t.prototype._subscribe = function(t) { - var e = this.source; - return e && e.subscribe(t); + var n = this.source; + return n && n.subscribe(t); }), (t.prototype[r.observable] = function() { return this; }), (t.prototype.pipe = function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; return 0 === t.length ? this : i.pipeFromArray(t)(this); }), (t.prototype.toPromise = function(t) { - var e = this; - return new (t = s(t))(function(t, n) { + var n = this; + return new (t = s(t))(function(t, e) { var o; - e.subscribe( + n.subscribe( function(t) { return (o = t); }, function(t) { - return n(t); + return e(t); }, function() { return t(o); @@ -405,105 +405,105 @@ ); }); }), - (t.create = function(e) { - return new t(e); + (t.create = function(n) { + return new t(n); }), t ); })(); }, - "Xwq/": function(t, e, n) { + "Xwq/": function(t, n, e) { "use strict"; - var o = n("FWf1"), - a = n("p//D"), - r = n("GiSu"); - e.toSubscriber = function(t, e, n) { + var o = e("FWf1"), + a = e("p//D"), + r = e("GiSu"); + n.toSubscriber = function(t, n, e) { if (t) { if (t instanceof o.Subscriber) return t; if (t[a.rxSubscriber]) return t[a.rxSubscriber](); } - return t || e || n - ? new o.Subscriber(t, e, n) + return t || n || e + ? new o.Subscriber(t, n, e) : new o.Subscriber(r.empty); }; }, - ds6q: function(t, e, n) { - var o = n("mrSG").__extends, - a = n("Q1FS"), - r = n("FWf1"), - i = n("zB/H"), - l = n("Mxlh"), - s = n("FiyT"), - c = n("p//D"), + ds6q: function(t, n, e) { + var o = e("mrSG").__extends, + a = e("Q1FS"), + r = e("FWf1"), + i = e("zB/H"), + l = e("Mxlh"), + s = e("FiyT"), + c = e("p//D"), u = (function(t) { - function e(e) { - var n = t.call(this, e) || this; - return (n.destination = e), n; + function n(n) { + var e = t.call(this, n) || this; + return (e.destination = n), e; } - return o(e, t), e; + return o(n, t), n; })(r.Subscriber); - e.SubjectSubscriber = u; + n.SubjectSubscriber = u; var d = (function(t) { - function e() { - var e = t.call(this) || this; + function n() { + var n = t.call(this) || this; return ( - (e.observers = []), - (e.closed = !1), - (e.isStopped = !1), - (e.hasError = !1), - (e.thrownError = null), - e + (n.observers = []), + (n.closed = !1), + (n.isStopped = !1), + (n.hasError = !1), + (n.thrownError = null), + n ); } return ( - o(e, t), - (e.prototype[c.rxSubscriber] = function() { + o(n, t), + (n.prototype[c.rxSubscriber] = function() { return new u(this); }), - (e.prototype.lift = function(t) { - var e = new p(this, this); - return (e.operator = t), e; + (n.prototype.lift = function(t) { + var n = new p(this, this); + return (n.operator = t), n; }), - (e.prototype.next = function(t) { + (n.prototype.next = function(t) { if (this.closed) throw new l.ObjectUnsubscribedError(); if (!this.isStopped) for ( - var e = this.observers, n = e.length, o = e.slice(), a = 0; - a < n; + var n = this.observers, e = n.length, o = n.slice(), a = 0; + a < e; a++ ) o[a].next(t); }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { if (this.closed) throw new l.ObjectUnsubscribedError(); (this.hasError = !0), (this.thrownError = t), (this.isStopped = !0); for ( - var e = this.observers, n = e.length, o = e.slice(), a = 0; - a < n; + var n = this.observers, e = n.length, o = n.slice(), a = 0; + a < e; a++ ) o[a].error(t); this.observers.length = 0; }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { if (this.closed) throw new l.ObjectUnsubscribedError(); this.isStopped = !0; for ( - var t = this.observers, e = t.length, n = t.slice(), o = 0; - o < e; + var t = this.observers, n = t.length, e = t.slice(), o = 0; + o < n; o++ ) - n[o].complete(); + e[o].complete(); this.observers.length = 0; }), - (e.prototype.unsubscribe = function() { + (n.prototype.unsubscribe = function() { (this.isStopped = !0), (this.closed = !0), (this.observers = null); }), - (e.prototype._trySubscribe = function(e) { + (n.prototype._trySubscribe = function(n) { if (this.closed) throw new l.ObjectUnsubscribedError(); - return t.prototype._trySubscribe.call(this, e); + return t.prototype._trySubscribe.call(this, n); }), - (e.prototype._subscribe = function(t) { + (n.prototype._subscribe = function(t) { if (this.closed) throw new l.ObjectUnsubscribedError(); return this.hasError ? (t.error(this.thrownError), i.Subscription.EMPTY) @@ -511,217 +511,217 @@ ? (t.complete(), i.Subscription.EMPTY) : (this.observers.push(t), new s.SubjectSubscription(this, t)); }), - (e.prototype.asObservable = function() { + (n.prototype.asObservable = function() { var t = new a.Observable(); return (t.source = this), t; }), - (e.create = function(t, e) { - return new p(t, e); + (n.create = function(t, n) { + return new p(t, n); }), - e + n ); })(a.Observable); - e.Subject = d; + n.Subject = d; var p = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o.destination = e), (o.source = n), o; + return (o.destination = n), (o.source = e), o; } return ( - o(e, t), - (e.prototype.next = function(t) { - var e = this.destination; - e && e.next && e.next(t); + o(n, t), + (n.prototype.next = function(t) { + var n = this.destination; + n && n.next && n.next(t); }), - (e.prototype.error = function(t) { - var e = this.destination; - e && e.error && this.destination.error(t); + (n.prototype.error = function(t) { + var n = this.destination; + n && n.error && this.destination.error(t); }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { var t = this.destination; t && t.complete && this.destination.complete(); }), - (e.prototype._subscribe = function(t) { + (n.prototype._subscribe = function(t) { return this.source ? this.source.subscribe(t) : i.Subscription.EMPTY; }), - e + n ); })(d); - e.AnonymousSubject = p; + n.AnonymousSubject = p; }, - mbIT: function(t, e, n) { + mbIT: function(t, n, e) { "use strict"; - e.isArray = + n.isArray = Array.isArray || function(t) { return t && "number" == typeof t.length; }; }, - mrSG: function(t, e, n) { + mrSG: function(t, n, e) { "use strict"; - n.r(e), - n.d(e, "__extends", function() { + e.r(n), + e.d(n, "__extends", function() { return a; }), - n.d(e, "__assign", function() { + e.d(n, "__assign", function() { return r; }), - n.d(e, "__rest", function() { + e.d(n, "__rest", function() { return i; }), - n.d(e, "__decorate", function() { + e.d(n, "__decorate", function() { return l; }), - n.d(e, "__param", function() { + e.d(n, "__param", function() { return s; }), - n.d(e, "__metadata", function() { + e.d(n, "__metadata", function() { return c; }), - n.d(e, "__awaiter", function() { + e.d(n, "__awaiter", function() { return u; }), - n.d(e, "__generator", function() { + e.d(n, "__generator", function() { return d; }), - n.d(e, "__exportStar", function() { + e.d(n, "__exportStar", function() { return p; }), - n.d(e, "__values", function() { + e.d(n, "__values", function() { return m; }), - n.d(e, "__read", function() { + e.d(n, "__read", function() { return g; }), - n.d(e, "__spread", function() { + e.d(n, "__spread", function() { return f; }), - n.d(e, "__spreadArrays", function() { + e.d(n, "__spreadArrays", function() { return h; }), - n.d(e, "__await", function() { + e.d(n, "__await", function() { return b; }), - n.d(e, "__asyncGenerator", function() { + e.d(n, "__asyncGenerator", function() { return _; }), - n.d(e, "__asyncDelegator", function() { + e.d(n, "__asyncDelegator", function() { return y; }), - n.d(e, "__asyncValues", function() { + e.d(n, "__asyncValues", function() { return C; }), - n.d(e, "__makeTemplateObject", function() { + e.d(n, "__makeTemplateObject", function() { return v; }), - n.d(e, "__importStar", function() { + e.d(n, "__importStar", function() { return O; }), - n.d(e, "__importDefault", function() { + e.d(n, "__importDefault", function() { return P; }); - var o = function(t, e) { + var o = function(t, n) { return (o = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && - function(t, e) { - t.__proto__ = e; + function(t, n) { + t.__proto__ = n; }) || - function(t, e) { - for (var n in e) e.hasOwnProperty(n) && (t[n] = e[n]); - })(t, e); + function(t, n) { + for (var e in n) n.hasOwnProperty(e) && (t[e] = n[e]); + })(t, n); }; - function a(t, e) { - function n() { + function a(t, n) { + function e() { this.constructor = t; } - o(t, e), + o(t, n), (t.prototype = - null === e - ? Object.create(e) - : ((n.prototype = e.prototype), new n())); + null === n + ? Object.create(n) + : ((e.prototype = n.prototype), new e())); } var r = function() { return (r = Object.assign || function(t) { - for (var e, n = 1, o = arguments.length; n < o; n++) - for (var a in (e = arguments[n])) - Object.prototype.hasOwnProperty.call(e, a) && (t[a] = e[a]); + for (var n, e = 1, o = arguments.length; e < o; e++) + for (var a in (n = arguments[e])) + Object.prototype.hasOwnProperty.call(n, a) && (t[a] = n[a]); return t; }).apply(this, arguments); }; - function i(t, e) { - var n = {}; + function i(t, n) { + var e = {}; for (var o in t) Object.prototype.hasOwnProperty.call(t, o) && - e.indexOf(o) < 0 && - (n[o] = t[o]); + n.indexOf(o) < 0 && + (e[o] = t[o]); if (null != t && "function" == typeof Object.getOwnPropertySymbols) { var a = 0; for (o = Object.getOwnPropertySymbols(t); a < o.length; a++) - e.indexOf(o[a]) < 0 && + n.indexOf(o[a]) < 0 && Object.prototype.propertyIsEnumerable.call(t, o[a]) && - (n[o[a]] = t[o[a]]); + (e[o[a]] = t[o[a]]); } - return n; + return e; } - function l(t, e, n, o) { + function l(t, n, e, o) { var a, r = arguments.length, i = r < 3 - ? e + ? n : null === o - ? (o = Object.getOwnPropertyDescriptor(e, n)) + ? (o = Object.getOwnPropertyDescriptor(n, e)) : o; if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) - i = Reflect.decorate(t, e, n, o); + i = Reflect.decorate(t, n, e, o); else for (var l = t.length - 1; l >= 0; l--) (a = t[l]) && - (i = (r < 3 ? a(i) : r > 3 ? a(e, n, i) : a(e, n)) || i); - return r > 3 && i && Object.defineProperty(e, n, i), i; + (i = (r < 3 ? a(i) : r > 3 ? a(n, e, i) : a(n, e)) || i); + return r > 3 && i && Object.defineProperty(n, e, i), i; } - function s(t, e) { - return function(n, o) { - e(n, o, t); + function s(t, n) { + return function(e, o) { + n(e, o, t); }; } - function c(t, e) { + function c(t, n) { if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) - return Reflect.metadata(t, e); + return Reflect.metadata(t, n); } - function u(t, e, n, o) { - return new (n || (n = Promise))(function(a, r) { + function u(t, n, e, o) { + return new (e || (e = Promise))(function(a, r) { function i(t) { try { s(o.next(t)); - } catch (e) { - r(e); + } catch (n) { + r(n); } } function l(t) { try { s(o.throw(t)); - } catch (e) { - r(e); + } catch (n) { + r(n); } } function s(t) { t.done ? a(t.value) - : new n(function(e) { - e(t.value); + : new e(function(n) { + n(t.value); }).then(i, l); } - s((o = o.apply(t, e || [])).next()); + s((o = o.apply(t, n || [])).next()); }); } - function d(t, e) { - var n, + function d(t, n) { + var e, o, a, r, @@ -745,11 +745,11 @@ function l(r) { return function(l) { return (function(r) { - if (n) throw new TypeError("Generator is already executing."); + if (e) throw new TypeError("Generator is already executing."); for (; i; ) try { if ( - ((n = 1), + ((e = 1), o && (a = 2 & r[0] @@ -796,11 +796,11 @@ a[2] && i.ops.pop(), i.trys.pop(); continue; } - r = e.call(t, i); + r = n.call(t, i); } catch (l) { (r = [6, l]), (o = 0); } finally { - n = a = 0; + e = a = 0; } if (5 & r[0]) throw r[1]; return { value: r[0] ? r[1] : void 0, done: !0 }; @@ -808,38 +808,38 @@ }; } } - function p(t, e) { - for (var n in t) e.hasOwnProperty(n) || (e[n] = t[n]); + function p(t, n) { + for (var e in t) n.hasOwnProperty(e) || (n[e] = t[e]); } function m(t) { - var e = "function" == typeof Symbol && t[Symbol.iterator], - n = 0; - return e - ? e.call(t) + var n = "function" == typeof Symbol && t[Symbol.iterator], + e = 0; + return n + ? n.call(t) : { next: function() { return ( - t && n >= t.length && (t = void 0), - { value: t && t[n++], done: !t } + t && e >= t.length && (t = void 0), + { value: t && t[e++], done: !t } ); } }; } - function g(t, e) { - var n = "function" == typeof Symbol && t[Symbol.iterator]; - if (!n) return t; + function g(t, n) { + var e = "function" == typeof Symbol && t[Symbol.iterator]; + if (!e) return t; var o, a, - r = n.call(t), + r = e.call(t), i = []; try { - for (; (void 0 === e || e-- > 0) && !(o = r.next()).done; ) + for (; (void 0 === n || n-- > 0) && !(o = r.next()).done; ) i.push(o.value); } catch (l) { a = { error: l }; } finally { try { - o && !o.done && (n = r.return) && n.call(r); + o && !o.done && (e = r.return) && e.call(r); } finally { if (a) throw a.error; } @@ -847,28 +847,28 @@ return i; } function f() { - for (var t = [], e = 0; e < arguments.length; e++) - t = t.concat(g(arguments[e])); + for (var t = [], n = 0; n < arguments.length; n++) + t = t.concat(g(arguments[n])); return t; } function h() { - for (var t = 0, e = 0, n = arguments.length; e < n; e++) - t += arguments[e].length; + for (var t = 0, n = 0, e = arguments.length; n < e; n++) + t += arguments[n].length; var o = Array(t), a = 0; - for (e = 0; e < n; e++) - for (var r = arguments[e], i = 0, l = r.length; i < l; i++, a++) + for (n = 0; n < e; n++) + for (var r = arguments[n], i = 0, l = r.length; i < l; i++, a++) o[a] = r[i]; return o; } function b(t) { return this instanceof b ? ((this.v = t), this) : new b(t); } - function _(t, e, n) { + function _(t, n, e) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var o, - a = n.apply(t, e || []), + a = e.apply(t, n || []), r = []; return ( (o = {}), @@ -882,21 +882,21 @@ ); function i(t) { a[t] && - (o[t] = function(e) { - return new Promise(function(n, o) { - r.push([t, e, n, o]) > 1 || l(t, e); + (o[t] = function(n) { + return new Promise(function(e, o) { + r.push([t, n, e, o]) > 1 || l(t, n); }); }); } - function l(t, e) { + function l(t, n) { try { - (n = a[t](e)).value instanceof b - ? Promise.resolve(n.value.v).then(s, c) - : u(r[0][2], n); + (e = a[t](n)).value instanceof b + ? Promise.resolve(e.value.v).then(s, c) + : u(r[0][2], e); } catch (o) { u(r[0][3], o); } - var n; + var e; } function s(t) { l("next", t); @@ -904,32 +904,32 @@ function c(t) { l("throw", t); } - function u(t, e) { - t(e), r.shift(), r.length && l(r[0][0], r[0][1]); + function u(t, n) { + t(n), r.shift(), r.length && l(r[0][0], r[0][1]); } } function y(t) { - var e, n; + var n, e; return ( - (e = {}), + (n = {}), o("next"), o("throw", function(t) { throw t; }), o("return"), - (e[Symbol.iterator] = function() { + (n[Symbol.iterator] = function() { return this; }), - e + n ); function o(o, a) { - e[o] = t[o] - ? function(e) { - return (n = !n) - ? { value: b(t[o](e)), done: "return" === o } + n[o] = t[o] + ? function(n) { + return (e = !e) + ? { value: b(t[o](n)), done: "return" === o } : a - ? a(e) - : e; + ? a(n) + : n; } : a; } @@ -937,56 +937,56 @@ function C(t) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); - var e, - n = t[Symbol.asyncIterator]; - return n - ? n.call(t) + var n, + e = t[Symbol.asyncIterator]; + return e + ? e.call(t) : ((t = m(t)), - (e = {}), + (n = {}), o("next"), o("throw"), o("return"), - (e[Symbol.asyncIterator] = function() { + (n[Symbol.asyncIterator] = function() { return this; }), - e); - function o(n) { - e[n] = - t[n] && - function(e) { + n); + function o(e) { + n[e] = + t[e] && + function(n) { return new Promise(function(o, a) { - !(function(t, e, n, o) { - Promise.resolve(o).then(function(e) { - t({ value: e, done: n }); - }, e); - })(o, a, (e = t[n](e)).done, e.value); + !(function(t, n, e, o) { + Promise.resolve(o).then(function(n) { + t({ value: n, done: e }); + }, n); + })(o, a, (n = t[e](n)).done, n.value); }); }; } } - function v(t, e) { + function v(t, n) { return ( Object.defineProperty - ? Object.defineProperty(t, "raw", { value: e }) - : (t.raw = e), + ? Object.defineProperty(t, "raw", { value: n }) + : (t.raw = n), t ); } function O(t) { if (t && t.__esModule) return t; - var e = {}; + var n = {}; if (null != t) - for (var n in t) Object.hasOwnProperty.call(t, n) && (e[n] = t[n]); - return (e.default = t), e; + for (var e in t) Object.hasOwnProperty.call(t, e) && (n[e] = t[e]); + return (n.default = t), n; } function P(t) { return t && t.__esModule ? t : { default: t }; } }, - n3uD: function(t, e, n) { + n3uD: function(t, n, e) { "use strict"; var o = !1; - e.config = { + n.config = { Promise: void 0, set useDeprecatedSynchronousErrorHandling(t) { o = t; @@ -996,25 +996,25 @@ } }; }, - "p//D": function(t, e, n) { + "p//D": function(t, n, e) { "use strict"; - (e.rxSubscriber = + (n.rxSubscriber = "function" == typeof Symbol ? Symbol("rxSubscriber") : "@@rxSubscriber_" + Math.random()), - (e.$$rxSubscriber = e.rxSubscriber); + (n.$$rxSubscriber = n.rxSubscriber); }, - pshJ: function(t, e, n) { + pshJ: function(t, n, e) { "use strict"; - e.isFunction = function(t) { + n.isFunction = function(t) { return "function" == typeof t; }; }, - w5QO: function(t, e, n) { + w5QO: function(t, n, e) { "use strict"; - e.noop = function() {}; + n.noop = function() {}; }, - yLV6: function(t, e, n) { + yLV6: function(t, n, e) { var o; !(function(a, r, i, l) { "use strict"; @@ -1025,33 +1025,33 @@ p = Math.round, m = Math.abs, g = Date.now; - function f(t, e, n) { - return setTimeout(O(t, n), e); + function f(t, n, e) { + return setTimeout(O(t, e), n); } - function h(t, e, n) { - return !!Array.isArray(t) && (b(t, n[e], n), !0); + function h(t, n, e) { + return !!Array.isArray(t) && (b(t, e[n], e), !0); } - function b(t, e, n) { + function b(t, n, e) { var o; if (t) - if (t.forEach) t.forEach(e, n); + if (t.forEach) t.forEach(n, e); else if (t.length !== l) - for (o = 0; o < t.length; ) e.call(n, t[o], o, t), o++; - else for (o in t) t.hasOwnProperty(o) && e.call(n, t[o], o, t); + for (o = 0; o < t.length; ) n.call(e, t[o], o, t), o++; + else for (o in t) t.hasOwnProperty(o) && n.call(e, t[o], o, t); } - function _(t, e, n) { - var o = "DEPRECATED METHOD: " + e + "\n" + n + " AT \n"; + function _(t, n, e) { + var o = "DEPRECATED METHOD: " + n + "\n" + e + " AT \n"; return function() { - var e = new Error("get-stack-trace"), - n = - e && e.stack - ? e.stack + var n = new Error("get-stack-trace"), + e = + n && n.stack + ? n.stack .replace(/^[^\(]+?[\n$]/gm, "") .replace(/^\s+at\s+/gm, "") .replace(/^Object.\s*\(/gm, "{anonymous}()@") : "Unknown Stack Trace", r = a.console && (a.console.warn || a.console.log); - return r && r.call(a.console, o, n), t.apply(this, arguments); + return r && r.call(a.console, o, e), t.apply(this, arguments); }; } s = @@ -1061,75 +1061,75 @@ throw new TypeError( "Cannot convert undefined or null to object" ); - for (var e = Object(t), n = 1; n < arguments.length; n++) { - var o = arguments[n]; + for (var n = Object(t), e = 1; e < arguments.length; e++) { + var o = arguments[e]; if (o !== l && null !== o) - for (var a in o) o.hasOwnProperty(a) && (e[a] = o[a]); + for (var a in o) o.hasOwnProperty(a) && (n[a] = o[a]); } - return e; + return n; } : Object.assign; var y = _( - function(t, e, n) { - for (var o = Object.keys(e), a = 0; a < o.length; ) - (!n || (n && t[o[a]] === l)) && (t[o[a]] = e[o[a]]), a++; + function(t, n, e) { + for (var o = Object.keys(n), a = 0; a < o.length; ) + (!e || (e && t[o[a]] === l)) && (t[o[a]] = n[o[a]]), a++; return t; }, "extend", "Use `assign`." ), C = _( - function(t, e) { - return y(t, e, !0); + function(t, n) { + return y(t, n, !0); }, "merge", "Use `assign`." ); - function v(t, e, n) { + function v(t, n, e) { var o, - a = e.prototype; + a = n.prototype; ((o = t.prototype = Object.create(a)).constructor = t), (o._super = a), - n && s(o, n); + e && s(o, e); } - function O(t, e) { + function O(t, n) { return function() { - return t.apply(e, arguments); + return t.apply(n, arguments); }; } - function P(t, e) { - return typeof t == d ? t.apply((e && e[0]) || l, e) : t; + function P(t, n) { + return typeof t == d ? t.apply((n && n[0]) || l, n) : t; } - function M(t, e) { - return t === l ? e : t; + function M(t, n) { + return t === l ? n : t; } - function x(t, e, n) { - b(E(e), function(e) { - t.addEventListener(e, n, !1); + function x(t, n, e) { + b(E(n), function(n) { + t.addEventListener(n, e, !1); }); } - function k(t, e, n) { - b(E(e), function(e) { - t.removeEventListener(e, n, !1); + function k(t, n, e) { + b(E(n), function(n) { + t.removeEventListener(n, e, !1); }); } - function w(t, e) { + function w(t, n) { for (; t; ) { - if (t == e) return !0; + if (t == n) return !0; t = t.parentNode; } return !1; } - function S(t, e) { - return t.indexOf(e) > -1; + function S(t, n) { + return t.indexOf(n) > -1; } function E(t) { return t.trim().split(/\s+/g); } - function I(t, e, n) { - if (t.indexOf && !n) return t.indexOf(e); + function I(t, n, e) { + if (t.indexOf && !e) return t.indexOf(n); for (var o = 0; o < t.length; ) { - if ((n && t[o][n] == e) || (!n && t[o] === e)) return o; + if ((e && t[o][e] == n) || (!e && t[o] === n)) return o; o++; } return -1; @@ -1137,36 +1137,36 @@ function A(t) { return Array.prototype.slice.call(t, 0); } - function T(t, e, n) { + function T(t, n, e) { for (var o = [], a = [], r = 0; r < t.length; ) { - var i = e ? t[r][e] : t[r]; + var i = n ? t[r][n] : t[r]; I(a, i) < 0 && o.push(t[r]), (a[r] = i), r++; } return ( - n && - (o = e - ? o.sort(function(t, n) { - return t[e] > n[e]; + e && + (o = n + ? o.sort(function(t, e) { + return t[n] > e[n]; }) : o.sort()), o ); } - function R(t, e) { + function R(t, n) { for ( - var n, o, a = e[0].toUpperCase() + e.slice(1), r = 0; + var e, o, a = n[0].toUpperCase() + n.slice(1), r = 0; r < c.length; ) { - if ((o = (n = c[r]) ? n + a : e) in t) return o; + if ((o = (e = c[r]) ? e + a : n) in t) return o; r++; } return l; } var D = 1; function N(t) { - var e = t.ownerDocument || t; - return e.defaultView || e.parentWindow || a; + var n = t.ownerDocument || t; + return n.defaultView || n.parentWindow || a; } var z = "ontouchstart" in a, L = R(a, "PointerEvent") !== l, @@ -1187,146 +1187,146 @@ Q = G | Z, X = ["x", "y"], J = ["clientX", "clientY"]; - function $(t, e) { - var n = this; + function $(t, n) { + var e = this; (this.manager = t), - (this.callback = e), + (this.callback = n), (this.element = t.element), (this.target = t.options.inputTarget), - (this.domHandler = function(e) { - P(t.options.enable, [t]) && n.handler(e); + (this.domHandler = function(n) { + P(t.options.enable, [t]) && e.handler(n); }), this.init(); } - function tt(t, e, n) { - var o = n.pointers.length, - a = n.changedPointers.length, - r = e & B && o - a == 0, - i = e & (V | H) && o - a == 0; - (n.isFirst = !!r), - (n.isFinal = !!i), + function tt(t, n, e) { + var o = e.pointers.length, + a = e.changedPointers.length, + r = n & B && o - a == 0, + i = n & (V | H) && o - a == 0; + (e.isFirst = !!r), + (e.isFinal = !!i), r && (t.session = {}), - (n.eventType = e), - (function(t, e) { - var n = t.session, - o = e.pointers, + (e.eventType = n), + (function(t, n) { + var e = t.session, + o = n.pointers, a = o.length; - n.firstInput || (n.firstInput = et(e)), - a > 1 && !n.firstMultiple - ? (n.firstMultiple = et(e)) - : 1 === a && (n.firstMultiple = !1); - var r = n.firstInput, - i = n.firstMultiple, + e.firstInput || (e.firstInput = nt(n)), + a > 1 && !e.firstMultiple + ? (e.firstMultiple = nt(n)) + : 1 === a && (e.firstMultiple = !1); + var r = e.firstInput, + i = e.firstMultiple, s = i ? i.center : r.center, - c = (e.center = nt(o)); - (e.timeStamp = g()), - (e.deltaTime = e.timeStamp - r.timeStamp), - (e.angle = it(s, c)), - (e.distance = rt(s, c)), - (function(t, e) { - var n = e.center, + c = (n.center = et(o)); + (n.timeStamp = g()), + (n.deltaTime = n.timeStamp - r.timeStamp), + (n.angle = it(s, c)), + (n.distance = rt(s, c)), + (function(t, n) { + var e = n.center, o = t.offsetDelta || {}, a = t.prevDelta || {}, r = t.prevInput || {}; - (e.eventType !== B && r.eventType !== V) || + (n.eventType !== B && r.eventType !== V) || ((a = t.prevDelta = { x: r.deltaX || 0, y: r.deltaY || 0 }), - (o = t.offsetDelta = { x: n.x, y: n.y })), - (e.deltaX = a.x + (n.x - o.x)), - (e.deltaY = a.y + (n.y - o.y)); - })(n, e), - (e.offsetDirection = at(e.deltaX, e.deltaY)); + (o = t.offsetDelta = { x: e.x, y: e.y })), + (n.deltaX = a.x + (e.x - o.x)), + (n.deltaY = a.y + (e.y - o.y)); + })(e, n), + (n.offsetDirection = at(n.deltaX, n.deltaY)); var u, d, - p = ot(e.deltaTime, e.deltaX, e.deltaY); - (e.overallVelocityX = p.x), - (e.overallVelocityY = p.y), - (e.overallVelocity = m(p.x) > m(p.y) ? p.x : p.y), - (e.scale = i + p = ot(n.deltaTime, n.deltaX, n.deltaY); + (n.overallVelocityX = p.x), + (n.overallVelocityY = p.y), + (n.overallVelocity = m(p.x) > m(p.y) ? p.x : p.y), + (n.scale = i ? ((u = i.pointers), rt((d = o)[0], d[1], J) / rt(u[0], u[1], J)) : 1), - (e.rotation = i - ? (function(t, e) { + (n.rotation = i + ? (function(t, n) { return it(o[1], o[0], J) + it(t[1], t[0], J); })(i.pointers) : 0), - (e.maxPointers = n.prevInput - ? e.pointers.length > n.prevInput.maxPointers - ? e.pointers.length - : n.prevInput.maxPointers - : e.pointers.length), - (function(t, e) { - var n, + (n.maxPointers = e.prevInput + ? n.pointers.length > e.prevInput.maxPointers + ? n.pointers.length + : e.prevInput.maxPointers + : n.pointers.length), + (function(t, n) { + var e, o, a, r, - i = t.lastInterval || e, - s = e.timeStamp - i.timeStamp; - if (e.eventType != H && (s > F || i.velocity === l)) { - var c = e.deltaX - i.deltaX, - u = e.deltaY - i.deltaY, + i = t.lastInterval || n, + s = n.timeStamp - i.timeStamp; + if (n.eventType != H && (s > F || i.velocity === l)) { + var c = n.deltaX - i.deltaX, + u = n.deltaY - i.deltaY, d = ot(s, c, u); (o = d.x), (a = d.y), - (n = m(d.x) > m(d.y) ? d.x : d.y), + (e = m(d.x) > m(d.y) ? d.x : d.y), (r = at(c, u)), - (t.lastInterval = e); + (t.lastInterval = n); } else - (n = i.velocity), + (e = i.velocity), (o = i.velocityX), (a = i.velocityY), (r = i.direction); - (e.velocity = n), - (e.velocityX = o), - (e.velocityY = a), - (e.direction = r); - })(n, e); + (n.velocity = e), + (n.velocityX = o), + (n.velocityY = a), + (n.direction = r); + })(e, n); var f = t.element; - w(e.srcEvent.target, f) && (f = e.srcEvent.target), - (e.target = f); - })(t, n), - t.emit("hammer.input", n), - t.recognize(n), - (t.session.prevInput = n); + w(n.srcEvent.target, f) && (f = n.srcEvent.target), + (n.target = f); + })(t, e), + t.emit("hammer.input", e), + t.recognize(e), + (t.session.prevInput = e); } - function et(t) { - for (var e = [], n = 0; n < t.pointers.length; ) - (e[n] = { - clientX: p(t.pointers[n].clientX), - clientY: p(t.pointers[n].clientY) + function nt(t) { + for (var n = [], e = 0; e < t.pointers.length; ) + (n[e] = { + clientX: p(t.pointers[e].clientX), + clientY: p(t.pointers[e].clientY) }), - n++; + e++; return { timeStamp: g(), - pointers: e, - center: nt(e), + pointers: n, + center: et(n), deltaX: t.deltaX, deltaY: t.deltaY }; } - function nt(t) { - var e = t.length; - if (1 === e) return { x: p(t[0].clientX), y: p(t[0].clientY) }; - for (var n = 0, o = 0, a = 0; a < e; ) - (n += t[a].clientX), (o += t[a].clientY), a++; - return { x: p(n / e), y: p(o / e) }; + function et(t) { + var n = t.length; + if (1 === n) return { x: p(t[0].clientX), y: p(t[0].clientY) }; + for (var e = 0, o = 0, a = 0; a < n; ) + (e += t[a].clientX), (o += t[a].clientY), a++; + return { x: p(e / n), y: p(o / n) }; } - function ot(t, e, n) { - return { x: e / t || 0, y: n / t || 0 }; + function ot(t, n, e) { + return { x: n / t || 0, y: e / t || 0 }; } - function at(t, e) { - return t === e ? U : m(t) >= m(e) ? (t < 0 ? q : K) : e < 0 ? Y : W; + function at(t, n) { + return t === n ? U : m(t) >= m(n) ? (t < 0 ? q : K) : n < 0 ? Y : W; } - function rt(t, e, n) { - n || (n = X); - var o = e[n[0]] - t[n[0]], - a = e[n[1]] - t[n[1]]; + function rt(t, n, e) { + e || (e = X); + var o = n[e[0]] - t[e[0]], + a = n[e[1]] - t[e[1]]; return Math.sqrt(o * o + a * a); } - function it(t, e, n) { + function it(t, n, e) { return ( - n || (n = X), - (180 * Math.atan2(e[n[1]] - t[n[1]], e[n[0]] - t[n[0]])) / Math.PI + e || (e = X), + (180 * Math.atan2(n[e[1]] - t[e[1]], n[e[0]] - t[e[0]])) / Math.PI ); } $.prototype = { @@ -1353,12 +1353,12 @@ } v(ut, $, { handler: function(t) { - var e = lt[t.type]; - e & B && 0 === t.button && (this.pressed = !0), - 2 & e && 1 !== t.which && (e = V), + var n = lt[t.type]; + n & B && 0 === t.button && (this.pressed = !0), + 2 & n && 1 !== t.which && (n = V), this.pressed && - (e & V && (this.pressed = !1), - this.callback(this.manager, e, { + (n & V && (this.pressed = !1), + this.callback(this.manager, n, { pointers: [t], changedPointers: [t], pointerType: "mouse", @@ -1388,25 +1388,25 @@ (gt = "MSPointerMove MSPointerUp MSPointerCancel")), v(ft, $, { handler: function(t) { - var e = this.store, - n = !1, + var n = this.store, + e = !1, o = t.type.toLowerCase().replace("ms", ""), a = dt[o], r = pt[t.pointerType] || t.pointerType, i = "touch" == r, - l = I(e, t.pointerId, "pointerId"); + l = I(n, t.pointerId, "pointerId"); a & B && (0 === t.button || i) - ? l < 0 && (e.push(t), (l = e.length - 1)) - : a & (V | H) && (n = !0), + ? l < 0 && (n.push(t), (l = n.length - 1)) + : a & (V | H) && (e = !0), l < 0 || - ((e[l] = t), + ((n[l] = t), this.callback(this.manager, a, { - pointers: e, + pointers: n, changedPointers: [t], pointerType: r, srcEvent: t }), - n && e.splice(l, 1)); + e && n.splice(l, 1)); } }); var ht = { touchstart: B, touchmove: 2, touchend: V, touchcancel: H }, @@ -1420,21 +1420,21 @@ } v(yt, $, { handler: function(t) { - var e = ht[t.type]; - if ((e === B && (this.started = !0), this.started)) { - var n = function(t, e) { - var n = A(t.touches), + var n = ht[t.type]; + if ((n === B && (this.started = !0), this.started)) { + var e = function(t, n) { + var e = A(t.touches), o = A(t.changedTouches); return ( - e & (V | H) && (n = T(n.concat(o), "identifier", !0)), [n, o] + n & (V | H) && (e = T(e.concat(o), "identifier", !0)), [e, o] ); - }.call(this, t, e); - e & (V | H) && - n[0].length - n[1].length == 0 && + }.call(this, t, n); + n & (V | H) && + e[0].length - e[1].length == 0 && (this.started = !1), - this.callback(this.manager, e, { - pointers: n[0], - changedPointers: n[1], + this.callback(this.manager, n, { + pointers: e[0], + changedPointers: e[1], pointerType: "touch", srcEvent: t }); @@ -1448,36 +1448,36 @@ } v(Ot, $, { handler: function(t) { - var e = Ct[t.type], - n = function(t, e) { - var n = A(t.touches), + var n = Ct[t.type], + e = function(t, n) { + var e = A(t.touches), o = this.targetIds; - if (e & (2 | B) && 1 === n.length) - return (o[n[0].identifier] = !0), [n, n]; + if (n & (2 | B) && 1 === e.length) + return (o[e[0].identifier] = !0), [e, e]; var a, r, i = A(t.changedTouches), l = [], s = this.target; if ( - ((r = n.filter(function(t) { + ((r = e.filter(function(t) { return w(t.target, s); })), - e === B) + n === B) ) for (a = 0; a < r.length; ) (o[r[a].identifier] = !0), a++; for (a = 0; a < i.length; ) o[i[a].identifier] && l.push(i[a]), - e & (V | H) && delete o[i[a].identifier], + n & (V | H) && delete o[i[a].identifier], a++; return l.length ? [T(r.concat(l), "identifier", !0), l] : void 0; - }.call(this, t, e); - n && - this.callback(this.manager, e, { - pointers: n[0], - changedPointers: n[1], + }.call(this, t, n); + e && + this.callback(this.manager, n, { + pointers: e[0], + changedPointers: e[1], pointerType: "touch", srcEvent: t }); @@ -1493,52 +1493,52 @@ (this.lastTouches = []); } function xt(t) { - var e = t.changedPointers[0]; - if (e.identifier === this.primaryTouch) { - var n = { x: e.clientX, y: e.clientY }; - this.lastTouches.push(n); + var n = t.changedPointers[0]; + if (n.identifier === this.primaryTouch) { + var e = { x: n.clientX, y: n.clientY }; + this.lastTouches.push(e); var o = this.lastTouches; setTimeout(function() { - var t = o.indexOf(n); + var t = o.indexOf(e); t > -1 && o.splice(t, 1); }, Pt); } } v(Mt, $, { - handler: function(t, e, n) { - var o = "mouse" == n.pointerType; + handler: function(t, n, e) { + var o = "mouse" == e.pointerType; if ( !( o && - n.sourceCapabilities && - n.sourceCapabilities.firesTouchEvents + e.sourceCapabilities && + e.sourceCapabilities.firesTouchEvents ) ) { - if ("touch" == n.pointerType) - (function(t, e) { + if ("touch" == e.pointerType) + (function(t, n) { t & B - ? ((this.primaryTouch = e.changedPointers[0].identifier), - xt.call(this, e)) - : t & (V | H) && xt.call(this, e); - }.call(this, e, n)); + ? ((this.primaryTouch = n.changedPointers[0].identifier), + xt.call(this, n)) + : t & (V | H) && xt.call(this, n); + }.call(this, n, e)); else if ( o && function(t) { for ( - var e = t.srcEvent.clientX, n = t.srcEvent.clientY, o = 0; + var n = t.srcEvent.clientX, e = t.srcEvent.clientY, o = 0; o < this.lastTouches.length; o++ ) { var a = this.lastTouches[o], - r = Math.abs(e - a.x), - i = Math.abs(n - a.y); + r = Math.abs(n - a.x), + i = Math.abs(e - a.y); if (r <= 25 && i <= 25) return !0; } return !1; - }.call(this, n) + }.call(this, e) ) return; - this.callback(t, e, n); + this.callback(t, n, e); } }, destroy: function() { @@ -1550,7 +1550,7 @@ St = (function() { if (!wt) return !1; var t = {}, - e = a.CSS && a.CSS.supports; + n = a.CSS && a.CSS.supports; return ( [ "auto", @@ -1559,14 +1559,14 @@ "pan-x", "pan-x pan-y", "none" - ].forEach(function(n) { - t[n] = !e || a.CSS.supports("touch-action", n); + ].forEach(function(e) { + t[e] = !n || a.CSS.supports("touch-action", e); }), t ); })(); - function Et(t, e) { - (this.manager = t), this.set(e); + function Et(t, n) { + (this.manager = t), this.set(n); } Et.prototype = { set: function(t) { @@ -1583,17 +1583,17 @@ compute: function() { var t = []; return ( - b(this.manager.recognizers, function(e) { - P(e.options.enable, [e]) && (t = t.concat(e.getTouchAction())); + b(this.manager.recognizers, function(n) { + P(n.options.enable, [n]) && (t = t.concat(n.getTouchAction())); }), (function(t) { if (S(t, "none")) return "none"; - var e = S(t, "pan-x"), - n = S(t, "pan-y"); - return e && n + var n = S(t, "pan-x"), + e = S(t, "pan-y"); + return n && e ? "none" - : e || n - ? e + : n || e + ? n ? "pan-x" : "pan-y" : S(t, "manipulation") @@ -1603,9 +1603,9 @@ ); }, preventDefaults: function(t) { - var e = t.srcEvent, - n = t.offsetDirection; - if (this.manager.session.prevented) e.preventDefault(); + var n = t.srcEvent, + e = t.offsetDirection; + if (this.manager.session.prevented) n.preventDefault(); else { var o = this.actions, a = S(o, "none") && !St.none, @@ -1619,8 +1619,8 @@ ) return; if (!i || !r) - return a || (r && n & G) || (i && n & Z) - ? this.preventSrc(e) + return a || (r && e & G) || (i && e & Z) + ? this.preventSrc(n) : void 0; } }, @@ -1665,9 +1665,9 @@ ? "right" : ""; } - function Ft(t, e) { - var n = e.manager; - return n ? n.get(t) : t; + function Ft(t, n) { + var e = n.manager; + return e ? e.get(t) : t; } function Bt() { zt.apply(this, arguments); @@ -1695,45 +1695,45 @@ (this._input = null), (this.count = 0); } - function Wt(t, e) { + function Wt(t, n) { return ( - ((e = e || {}).recognizers = M(e.recognizers, Wt.defaults.preset)), - new Gt(t, e) + ((n = n || {}).recognizers = M(n.recognizers, Wt.defaults.preset)), + new Gt(t, n) ); } - function Gt(t, e) { - var n; - (this.options = s({}, Wt.defaults, e || {})), + function Gt(t, n) { + var e; + (this.options = s({}, Wt.defaults, n || {})), (this.options.inputTarget = this.options.inputTarget || t), (this.handlers = {}), (this.session = {}), (this.recognizers = []), (this.oldCssProps = {}), (this.element = t), - (this.input = new ((n = this).options.inputClass || - (L ? ft : j ? Ot : z ? Mt : ut))(n, tt)), + (this.input = new ((e = this).options.inputClass || + (L ? ft : j ? Ot : z ? Mt : ut))(e, tt)), (this.touchAction = new Et(this, this.options.touchAction)), Zt(this, !0), b( this.options.recognizers, function(t) { - var e = this.add(new t[0](t[1])); - t[2] && e.recognizeWith(t[2]), t[3] && e.requireFailure(t[3]); + var n = this.add(new t[0](t[1])); + t[2] && n.recognizeWith(t[2]), t[3] && n.requireFailure(t[3]); }, this ); } - function Zt(t, e) { - var n, + function Zt(t, n) { + var e, o = t.element; o.style && (b(t.options.cssProps, function(a, r) { - (n = R(o.style, r)), - e - ? ((t.oldCssProps[n] = o.style[n]), (o.style[n] = a)) - : (o.style[n] = t.oldCssProps[n] || ""); + (e = R(o.style, r)), + n + ? ((t.oldCssProps[e] = o.style[e]), (o.style[e] = a)) + : (o.style[e] = t.oldCssProps[e] || ""); }), - e || (t.oldCssProps = {})); + n || (t.oldCssProps = {})); } (zt.prototype = { defaults: {}, @@ -1746,9 +1746,9 @@ }, recognizeWith: function(t) { if (h(t, "recognizeWith", this)) return this; - var e = this.simultaneous; + var n = this.simultaneous; return ( - e[(t = Ft(t, this)).id] || ((e[t.id] = t), t.recognizeWith(this)), + n[(t = Ft(t, this)).id] || ((n[t.id] = t), t.recognizeWith(this)), this ); }, @@ -1759,18 +1759,18 @@ }, requireFailure: function(t) { if (h(t, "requireFailure", this)) return this; - var e = this.requireFail; + var n = this.requireFail; return ( - -1 === I(e, (t = Ft(t, this))) && - (e.push(t), t.requireFailure(this)), + -1 === I(n, (t = Ft(t, this))) && + (n.push(t), t.requireFailure(this)), this ); }, dropRequireFailure: function(t) { if (h(t, "dropRequireFailure", this)) return this; t = Ft(t, this); - var e = I(this.requireFail, t); - return e > -1 && this.requireFail.splice(e, 1), this; + var n = I(this.requireFail, t); + return n > -1 && this.requireFail.splice(n, 1), this; }, hasRequireFailures: function() { return this.requireFail.length > 0; @@ -1779,15 +1779,15 @@ return !!this.simultaneous[t.id]; }, emit: function(t) { - var e = this, - n = this.state; - function o(n) { - e.manager.emit(n, t); + var n = this, + e = this.state; + function o(e) { + n.manager.emit(e, t); } - n < Rt && o(e.options.event + Lt(n)), - o(e.options.event), + e < Rt && o(n.options.event + Lt(e)), + o(n.options.event), t.additionalEvent && o(t.additionalEvent), - n >= Rt && o(e.options.event + Lt(n)); + e >= Rt && o(n.options.event + Lt(e)); }, tryEmit: function(t) { if (this.canEmit()) return this.emit(t); @@ -1801,12 +1801,12 @@ return !0; }, recognize: function(t) { - var e = s({}, t); - if (!P(this.options.enable, [this, e])) + var n = s({}, t); + if (!P(this.options.enable, [this, n])) return this.reset(), void (this.state = 32); this.state & (Dt | Nt | 32) && (this.state = It), - (this.state = this.process(e)), - this.state & (At | Tt | Rt | Nt) && this.tryEmit(e); + (this.state = this.process(n)), + this.state & (At | Tt | Rt | Nt) && this.tryEmit(n); }, process: function(t) {}, getTouchAction: function() {}, @@ -1815,21 +1815,21 @@ v(Bt, zt, { defaults: { pointers: 1 }, attrTest: function(t) { - var e = this.options.pointers; - return 0 === e || t.pointers.length === e; + var n = this.options.pointers; + return 0 === n || t.pointers.length === n; }, process: function(t) { - var e = this.state, - n = t.eventType, - o = e & (At | Tt), + var n = this.state, + e = t.eventType, + o = n & (At | Tt), a = this.attrTest(t); - return o && (n & H || !a) - ? e | Nt + return o && (e & H || !a) + ? n | Nt : o || a - ? n & V - ? e | Rt - : e & At - ? e | Tt + ? e & V + ? n | Rt + : n & At + ? n | Tt : At : 32; } @@ -1843,27 +1843,27 @@ }, getTouchAction: function() { var t = this.options.direction, - e = []; - return t & G && e.push("pan-y"), t & Z && e.push("pan-x"), e; + n = []; + return t & G && n.push("pan-y"), t & Z && n.push("pan-x"), n; }, directionTest: function(t) { - var e = this.options, - n = !0, + var n = this.options, + e = !0, o = t.distance, a = t.direction, r = t.deltaX, i = t.deltaY; return ( - a & e.direction || - (e.direction & G + a & n.direction || + (n.direction & G ? ((a = 0 === r ? U : r < 0 ? q : K), - (n = r != this.pX), + (e = r != this.pX), (o = Math.abs(t.deltaX))) : ((a = 0 === i ? U : i < 0 ? Y : W), - (n = i != this.pY), + (e = i != this.pY), (o = Math.abs(t.deltaY)))), (t.direction = a), - n && o > e.threshold && a & e.direction + e && o > n.threshold && a & n.direction ); }, attrTest: function(t) { @@ -1875,8 +1875,8 @@ }, emit: function(t) { (this.pX = t.deltaX), (this.pY = t.deltaY); - var e = jt(t.direction); - e && (t.additionalEvent = this.options.event + e), + var n = jt(t.direction); + n && (t.additionalEvent = this.options.event + n), this._super.emit.call(this, t); } }), @@ -1905,12 +1905,12 @@ return ["auto"]; }, process: function(t) { - var e = this.options, - n = t.pointers.length === e.pointers, - o = t.distance < e.threshold, - a = t.deltaTime > e.time; + var n = this.options, + e = t.pointers.length === n.pointers, + o = t.distance < n.threshold, + a = t.deltaTime > n.time; if ( - ((this._input = t), !o || !n || (t.eventType & (V | H) && !a)) + ((this._input = t), !o || !e || (t.eventType & (V | H) && !a)) ) this.reset(); else if (t.eventType & B) @@ -1919,7 +1919,7 @@ function() { (this.state = Dt), this.tryEmit(); }, - e.time, + n.time, this )); else if (t.eventType & V) return Dt; @@ -1961,25 +1961,25 @@ return Vt.prototype.getTouchAction.call(this); }, attrTest: function(t) { - var e, - n = this.options.direction; + var n, + e = this.options.direction; return ( - n & (G | Z) - ? (e = t.overallVelocity) - : n & G - ? (e = t.overallVelocityX) - : n & Z && (e = t.overallVelocityY), + e & (G | Z) + ? (n = t.overallVelocity) + : e & G + ? (n = t.overallVelocityX) + : e & Z && (n = t.overallVelocityY), this._super.attrTest.call(this, t) && - n & t.offsetDirection && + e & t.offsetDirection && t.distance > this.options.threshold && t.maxPointers == this.options.pointers && - m(e) > this.options.velocity && + m(n) > this.options.velocity && t.eventType & V ); }, emit: function(t) { - var e = jt(t.offsetDirection); - e && this.manager.emit(this.options.event + e, t), + var n = jt(t.offsetDirection); + n && this.manager.emit(this.options.event + n, t), this.manager.emit(this.options.event, t); } }), @@ -1997,31 +1997,31 @@ return ["manipulation"]; }, process: function(t) { - var e = this.options, - n = t.pointers.length === e.pointers, - o = t.distance < e.threshold, - a = t.deltaTime < e.time; + var n = this.options, + e = t.pointers.length === n.pointers, + o = t.distance < n.threshold, + a = t.deltaTime < n.time; if ((this.reset(), t.eventType & B && 0 === this.count)) return this.failTimeout(); - if (o && a && n) { + if (o && a && e) { if (t.eventType != V) return this.failTimeout(); - var r = !this.pTime || t.timeStamp - this.pTime < e.interval, + var r = !this.pTime || t.timeStamp - this.pTime < n.interval, i = !this.pCenter || - rt(this.pCenter, t.center) < e.posThreshold; + rt(this.pCenter, t.center) < n.posThreshold; if ( ((this.pTime = t.timeStamp), (this.pCenter = t.center), i && r ? (this.count += 1) : (this.count = 1), (this._input = t), - 0 == this.count % e.taps) + 0 == this.count % n.taps) ) return this.hasRequireFailures() ? ((this._timer = f( function() { (this.state = Dt), this.tryEmit(); }, - e.interval, + n.interval, this )), At) @@ -2091,33 +2091,33 @@ this.session.stopped = t ? 2 : 1; }, recognize: function(t) { - var e = this.session; - if (!e.stopped) { - var n; + var n = this.session; + if (!n.stopped) { + var e; this.touchAction.preventDefaults(t); var o = this.recognizers, - a = e.curRecognizer; - (!a || (a && a.state & Dt)) && (a = e.curRecognizer = null); + a = n.curRecognizer; + (!a || (a && a.state & Dt)) && (a = n.curRecognizer = null); for (var r = 0; r < o.length; ) - (n = o[r]), - 2 === e.stopped || (a && n != a && !n.canRecognizeWith(a)) - ? n.reset() - : n.recognize(t), - !a && n.state & (At | Tt | Rt) && (a = e.curRecognizer = n), + (e = o[r]), + 2 === n.stopped || (a && e != a && !e.canRecognizeWith(a)) + ? e.reset() + : e.recognize(t), + !a && e.state & (At | Tt | Rt) && (a = n.curRecognizer = e), r++; } }, get: function(t) { if (t instanceof zt) return t; - for (var e = this.recognizers, n = 0; n < e.length; n++) - if (e[n].options.event == t) return e[n]; + for (var n = this.recognizers, e = 0; e < n.length; e++) + if (n[e].options.event == t) return n[e]; return null; }, add: function(t) { if (h(t, "add", this)) return this; - var e = this.get(t.options.event); + var n = this.get(t.options.event); return ( - e && this.remove(e), + n && this.remove(n), this.recognizers.push(t), (t.manager = this), this.touchAction.update(), @@ -2127,49 +2127,49 @@ remove: function(t) { if (h(t, "remove", this)) return this; if ((t = this.get(t))) { - var e = this.recognizers, - n = I(e, t); - -1 !== n && (e.splice(n, 1), this.touchAction.update()); + var n = this.recognizers, + e = I(n, t); + -1 !== e && (n.splice(e, 1), this.touchAction.update()); } return this; }, - on: function(t, e) { - if (t !== l && e !== l) { - var n = this.handlers; + on: function(t, n) { + if (t !== l && n !== l) { + var e = this.handlers; return ( b(E(t), function(t) { - (n[t] = n[t] || []), n[t].push(e); + (e[t] = e[t] || []), e[t].push(n); }), this ); } }, - off: function(t, e) { + off: function(t, n) { if (t !== l) { - var n = this.handlers; + var e = this.handlers; return ( b(E(t), function(t) { - e ? n[t] && n[t].splice(I(n[t], e), 1) : delete n[t]; + n ? e[t] && e[t].splice(I(e[t], n), 1) : delete e[t]; }), this ); } }, - emit: function(t, e) { + emit: function(t, n) { this.options.domEvents && - (function(t, e) { - var n = r.createEvent("Event"); - n.initEvent(t, !0, !0), - (n.gesture = e), - e.target.dispatchEvent(n); - })(t, e); - var n = this.handlers[t] && this.handlers[t].slice(); - if (n && n.length) { - (e.type = t), - (e.preventDefault = function() { - e.srcEvent.preventDefault(); + (function(t, n) { + var e = r.createEvent("Event"); + e.initEvent(t, !0, !0), + (e.gesture = n), + n.target.dispatchEvent(e); + })(t, n); + var e = this.handlers[t] && this.handlers[t].slice(); + if (e && e.length) { + (n.type = t), + (n.preventDefault = function() { + n.srcEvent.preventDefault(); }); - for (var o = 0; o < n.length; ) n[o](e), o++; + for (var o = 0; o < e.length; ) e[o](n), o++; } }, destroy: function() { @@ -2234,33 +2234,33 @@ ).Hammer = Wt), (o = function() { return Wt; - }.call(e, n, e, t)) === l || (t.exports = o); + }.call(n, e, n, t)) === l || (t.exports = o); })(window, document); }, - yx2s: function(t, e, n) { + yx2s: function(t, n, e) { "use strict"; - var o = n("FWf1"); - e.canReportError = function(t) { + var o = e("FWf1"); + n.canReportError = function(t) { for (; t; ) { - var e = t.destination; + var n = t.destination; if (t.closed || t.isStopped) return !1; - t = e && e instanceof o.Subscriber ? e : null; + t = n && n instanceof o.Subscriber ? n : null; } return !0; }; }, - "zB/H": function(t, e, n) { + "zB/H": function(t, n, e) { "use strict"; - var o = n("mbIT"), - a = n("GMZp"), - r = n("pshJ"), - i = n("LBXl"); + var o = e("mbIT"), + a = e("GMZp"), + r = e("pshJ"), + i = e("LBXl"); function l(t) { - return t.reduce(function(t, e) { - return t.concat(e instanceof i.UnsubscriptionError ? e.errors : e); + return t.reduce(function(t, n) { + return t.concat(n instanceof i.UnsubscriptionError ? n.errors : n); }, []); } - e.Subscription = (function() { + n.Subscription = (function() { function t(t) { (this.closed = !1), (this._parent = null), @@ -2268,13 +2268,13 @@ (this._subscriptions = null), t && (this._unsubscribe = t); } - var e; + var n; return ( (t.prototype.unsubscribe = function() { var t, - e = !1; + n = !1; if (!this.closed) { - var n = this._parent, + var e = this._parent, s = this._parents, c = this._unsubscribe, u = this._subscriptions; @@ -2282,13 +2282,13 @@ (this._parent = null), (this._parents = null), (this._subscriptions = null); - for (var d = -1, p = s ? s.length : 0; n; ) - n.remove(this), (n = (++d < p && s[d]) || null); + for (var d = -1, p = s ? s.length : 0; e; ) + e.remove(this), (e = (++d < p && s[d]) || null); if (r.isFunction(c)) try { c.call(this); } catch (g) { - (e = !0), + (n = !0), (t = g instanceof i.UnsubscriptionError ? l(g.errors) : [g]); } @@ -2299,74 +2299,74 @@ try { m.unsubscribe(); } catch (g) { - (e = !0), + (n = !0), (t = t || []), g instanceof i.UnsubscriptionError ? (t = t.concat(l(g.errors))) : t.push(g); } } - if (e) throw new i.UnsubscriptionError(t); + if (n) throw new i.UnsubscriptionError(t); } }), - (t.prototype.add = function(e) { - var n = e; - switch (typeof e) { + (t.prototype.add = function(n) { + var e = n; + switch (typeof n) { case "function": - n = new t(e); + e = new t(n); case "object": if ( - n === this || - n.closed || - "function" != typeof n.unsubscribe + e === this || + e.closed || + "function" != typeof e.unsubscribe ) - return n; - if (this.closed) return n.unsubscribe(), n; - if (!(n instanceof t)) { - var o = n; - (n = new t())._subscriptions = [o]; + return e; + if (this.closed) return e.unsubscribe(), e; + if (!(e instanceof t)) { + var o = e; + (e = new t())._subscriptions = [o]; } break; default: - if (!e) return t.EMPTY; + if (!n) return t.EMPTY; throw new Error( - "unrecognized teardown " + e + " added to Subscription." + "unrecognized teardown " + n + " added to Subscription." ); } - if (n._addParent(this)) { + if (e._addParent(this)) { var a = this._subscriptions; - a ? a.push(n) : (this._subscriptions = [n]); + a ? a.push(e) : (this._subscriptions = [e]); } - return n; + return e; }), (t.prototype.remove = function(t) { - var e = this._subscriptions; - if (e) { - var n = e.indexOf(t); - -1 !== n && e.splice(n, 1); + var n = this._subscriptions; + if (n) { + var e = n.indexOf(t); + -1 !== e && n.splice(e, 1); } }), (t.prototype._addParent = function(t) { - var e = this._parent, - n = this._parents; + var n = this._parent, + e = this._parents; return ( - e !== t && - (e - ? n - ? -1 === n.indexOf(t) && (n.push(t), !0) + n !== t && + (n + ? e + ? -1 === e.indexOf(t) && (e.push(t), !0) : ((this._parents = [t]), !0) : ((this._parent = t), !0)) ); }), - (t.EMPTY = (((e = new t()).closed = !0), e)), + (t.EMPTY = (((n = new t()).closed = !0), n)), t ); })(); }, - zUnb: function(t, e, n) { + zUnb: function(t, n, e) { "use strict"; - n.r(e), n("yLV6"); - var o = n("mrSG"), + e.r(n), e("yLV6"); + var o = e("mrSG"), a = Array.isArray || function(t) { @@ -2385,8 +2385,8 @@ ? t.length + " errors occurred during unsubscription:\n" + t - .map(function(t, e) { - return e + 1 + ") " + t.toString(); + .map(function(t, n) { + return n + 1 + ") " + t.toString(); }) .join("\n ") : ""), @@ -2405,13 +2405,13 @@ (this._subscriptions = null), t && (this._unsubscribe = t); } - var e; + var n; return ( (t.prototype.unsubscribe = function() { var t, - e = !1; + n = !1; if (!this.closed) { - var n = this._parent, + var e = this._parent, o = this._parents, l = this._unsubscribe, c = this._subscriptions; @@ -2419,13 +2419,13 @@ (this._parent = null), (this._parents = null), (this._subscriptions = null); - for (var d = -1, p = o ? o.length : 0; n; ) - n.remove(this), (n = (++d < p && o[d]) || null); + for (var d = -1, p = o ? o.length : 0; e; ) + e.remove(this), (e = (++d < p && o[d]) || null); if (i(l)) try { l.call(this); } catch (g) { - (e = !0), (t = g instanceof s ? u(g.errors) : [g]); + (n = !0), (t = g instanceof s ? u(g.errors) : [g]); } if (a(c)) for (d = -1, p = c.length; ++d < p; ) { @@ -2434,72 +2434,72 @@ try { m.unsubscribe(); } catch (g) { - (e = !0), + (n = !0), (t = t || []), g instanceof s ? (t = t.concat(u(g.errors))) : t.push(g); } } - if (e) throw new s(t); + if (n) throw new s(t); } }), - (t.prototype.add = function(e) { - var n = e; - switch (typeof e) { + (t.prototype.add = function(n) { + var e = n; + switch (typeof n) { case "function": - n = new t(e); + e = new t(n); case "object": if ( - n === this || - n.closed || - "function" != typeof n.unsubscribe + e === this || + e.closed || + "function" != typeof e.unsubscribe ) - return n; - if (this.closed) return n.unsubscribe(), n; - if (!(n instanceof t)) { - var o = n; - (n = new t())._subscriptions = [o]; + return e; + if (this.closed) return e.unsubscribe(), e; + if (!(e instanceof t)) { + var o = e; + (e = new t())._subscriptions = [o]; } break; default: - if (!e) return t.EMPTY; + if (!n) return t.EMPTY; throw new Error( - "unrecognized teardown " + e + " added to Subscription." + "unrecognized teardown " + n + " added to Subscription." ); } - if (n._addParent(this)) { + if (e._addParent(this)) { var a = this._subscriptions; - a ? a.push(n) : (this._subscriptions = [n]); + a ? a.push(e) : (this._subscriptions = [e]); } - return n; + return e; }), (t.prototype.remove = function(t) { - var e = this._subscriptions; - if (e) { - var n = e.indexOf(t); - -1 !== n && e.splice(n, 1); + var n = this._subscriptions; + if (n) { + var e = n.indexOf(t); + -1 !== e && n.splice(e, 1); } }), (t.prototype._addParent = function(t) { - var e = this._parent, - n = this._parents; + var n = this._parent, + e = this._parents; return ( - e !== t && - (e - ? n - ? -1 === n.indexOf(t) && (n.push(t), !0) + n !== t && + (n + ? e + ? -1 === e.indexOf(t) && (e.push(t), !0) : ((this._parents = [t]), !0) : ((this._parent = t), !0)) ); }), - (t.EMPTY = (((e = new t()).closed = !0), e)), + (t.EMPTY = (((n = new t()).closed = !0), n)), t ); })(); function u(t) { - return t.reduce(function(t, e) { - return t.concat(e instanceof s ? e.errors : e); + return t.reduce(function(t, n) { + return t.concat(n instanceof s ? n.errors : n); }, []); } var d = !1, @@ -2531,7 +2531,7 @@ ? Symbol("rxSubscriber") : "@@rxSubscriber_" + Math.random(), h = (function(t) { - function e(n, o, a) { + function n(e, o, a) { var r = t.call(this) || this; switch ( ((r.syncErrorValue = null), @@ -2544,59 +2544,59 @@ r.destination = g; break; case 1: - if (!n) { + if (!e) { r.destination = g; break; } - if ("object" == typeof n) { - n instanceof e - ? ((r.syncErrorThrowable = n.syncErrorThrowable), - (r.destination = n), - n.add(r)) + if ("object" == typeof e) { + e instanceof n + ? ((r.syncErrorThrowable = e.syncErrorThrowable), + (r.destination = e), + e.add(r)) : ((r.syncErrorThrowable = !0), - (r.destination = new b(r, n))); + (r.destination = new b(r, e))); break; } default: (r.syncErrorThrowable = !0), - (r.destination = new b(r, n, o, a)); + (r.destination = new b(r, e, o, a)); } return r; } return ( - o.__extends(e, t), - (e.prototype[f] = function() { + o.__extends(n, t), + (n.prototype[f] = function() { return this; }), - (e.create = function(t, n, o) { - var a = new e(t, n, o); + (n.create = function(t, e, o) { + var a = new n(t, e, o); return (a.syncErrorThrowable = !1), a; }), - (e.prototype.next = function(t) { + (n.prototype.next = function(t) { this.isStopped || this._next(t); }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { this.isStopped || ((this.isStopped = !0), this._error(t)); }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { this.isStopped || ((this.isStopped = !0), this._complete()); }), - (e.prototype.unsubscribe = function() { + (n.prototype.unsubscribe = function() { this.closed || ((this.isStopped = !0), t.prototype.unsubscribe.call(this)); }), - (e.prototype._next = function(t) { + (n.prototype._next = function(t) { this.destination.next(t); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { this.destination.error(t), this.unsubscribe(); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.destination.complete(), this.unsubscribe(); }), - (e.prototype._unsubscribeAndRecycle = function() { + (n.prototype._unsubscribeAndRecycle = function() { var t = this._parent, - e = this._parents; + n = this._parents; return ( (this._parent = null), (this._parents = null), @@ -2604,28 +2604,28 @@ (this.closed = !1), (this.isStopped = !1), (this._parent = t), - (this._parents = e), + (this._parents = n), this ); }), - e + n ); })(c), b = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r, l = t.call(this) || this; - l._parentSubscriber = e; + l._parentSubscriber = n; var s = l; return ( - i(n) - ? (r = n) - : n && - ((r = n.next), - (o = n.error), - (a = n.complete), - n !== g && - (i((s = Object.create(n)).unsubscribe) && + i(e) + ? (r = e) + : e && + ((r = e.next), + (o = e.error), + (a = e.complete), + e !== g && + (i((s = Object.create(e)).unsubscribe) && l.add(s.unsubscribe.bind(s)), (s.unsubscribe = l.unsubscribe.bind(l)))), (l._context = s), @@ -2636,64 +2636,64 @@ ); } return ( - o.__extends(e, t), - (e.prototype.next = function(t) { + o.__extends(n, t), + (n.prototype.next = function(t) { if (!this.isStopped && this._next) { - var e = this._parentSubscriber; - p.useDeprecatedSynchronousErrorHandling && e.syncErrorThrowable - ? this.__tryOrSetError(e, this._next, t) && this.unsubscribe() + var n = this._parentSubscriber; + p.useDeprecatedSynchronousErrorHandling && n.syncErrorThrowable + ? this.__tryOrSetError(n, this._next, t) && this.unsubscribe() : this.__tryOrUnsub(this._next, t); } }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { if (!this.isStopped) { - var e = this._parentSubscriber, - n = p.useDeprecatedSynchronousErrorHandling; + var n = this._parentSubscriber, + e = p.useDeprecatedSynchronousErrorHandling; if (this._error) - n && e.syncErrorThrowable - ? (this.__tryOrSetError(e, this._error, t), + e && n.syncErrorThrowable + ? (this.__tryOrSetError(n, this._error, t), this.unsubscribe()) : (this.__tryOrUnsub(this._error, t), this.unsubscribe()); - else if (e.syncErrorThrowable) - n ? ((e.syncErrorValue = t), (e.syncErrorThrown = !0)) : m(t), + else if (n.syncErrorThrowable) + e ? ((n.syncErrorValue = t), (n.syncErrorThrown = !0)) : m(t), this.unsubscribe(); else { - if ((this.unsubscribe(), n)) throw t; + if ((this.unsubscribe(), e)) throw t; m(t); } } }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { var t = this; if (!this.isStopped) { - var e = this._parentSubscriber; + var n = this._parentSubscriber; if (this._complete) { - var n = function() { + var e = function() { return t._complete.call(t._context); }; p.useDeprecatedSynchronousErrorHandling && - e.syncErrorThrowable - ? (this.__tryOrSetError(e, n), this.unsubscribe()) - : (this.__tryOrUnsub(n), this.unsubscribe()); + n.syncErrorThrowable + ? (this.__tryOrSetError(n, e), this.unsubscribe()) + : (this.__tryOrUnsub(e), this.unsubscribe()); } else this.unsubscribe(); } }), - (e.prototype.__tryOrUnsub = function(t, e) { + (n.prototype.__tryOrUnsub = function(t, n) { try { - t.call(this._context, e); - } catch (n) { + t.call(this._context, n); + } catch (e) { if ( (this.unsubscribe(), p.useDeprecatedSynchronousErrorHandling) ) - throw n; - m(n); + throw e; + m(e); } }), - (e.prototype.__tryOrSetError = function(t, e, n) { + (n.prototype.__tryOrSetError = function(t, n, e) { if (!p.useDeprecatedSynchronousErrorHandling) throw new Error("bad call"); try { - e.call(this._context, n); + n.call(this._context, e); } catch (o) { return p.useDeprecatedSynchronousErrorHandling ? ((t.syncErrorValue = o), (t.syncErrorThrown = !0), !0) @@ -2701,30 +2701,30 @@ } return !1; }), - (e.prototype._unsubscribe = function() { + (n.prototype._unsubscribe = function() { var t = this._parentSubscriber; (this._context = null), (this._parentSubscriber = null), t.unsubscribe(); }), - e + n ); })(h), _ = ("function" == typeof Symbol && Symbol.observable) || "@@observable"; function y() {} function C() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; return v(t); } function v(t) { return t ? 1 === t.length ? t[0] - : function(e) { - return t.reduce(function(t, e) { - return e(t); - }, e); + : function(n) { + return t.reduce(function(t, n) { + return n(t); + }, n); } : y; } @@ -2733,19 +2733,19 @@ (this._isScalar = !1), t && (this._subscribe = t); } return ( - (t.prototype.lift = function(e) { - var n = new t(); - return (n.source = this), (n.operator = e), n; + (t.prototype.lift = function(n) { + var e = new t(); + return (e.source = this), (e.operator = n), e; }), - (t.prototype.subscribe = function(t, e, n) { + (t.prototype.subscribe = function(t, n, e) { var o = this.operator, - a = (function(t, e, n) { + a = (function(t, n, e) { if (t) { if (t instanceof h) return t; if (t[f]) return t[f](); } - return t || e || n ? new h(t, e, n) : new h(g); - })(t, e, n); + return t || n || e ? new h(t, n, e) : new h(g); + })(t, n, e); if ( (a.add( o @@ -2766,60 +2766,60 @@ (t.prototype._trySubscribe = function(t) { try { return this._subscribe(t); - } catch (e) { + } catch (n) { p.useDeprecatedSynchronousErrorHandling && - ((t.syncErrorThrown = !0), (t.syncErrorValue = e)), + ((t.syncErrorThrown = !0), (t.syncErrorValue = n)), (function(t) { for (; t; ) { - var e = t.destination; + var n = t.destination; if (t.closed || t.isStopped) return !1; - t = e && e instanceof h ? e : null; + t = n && n instanceof h ? n : null; } return !0; })(t) - ? t.error(e) - : console.warn(e); + ? t.error(n) + : console.warn(n); } }), - (t.prototype.forEach = function(t, e) { - var n = this; - return new (e = P(e))(function(e, o) { + (t.prototype.forEach = function(t, n) { + var e = this; + return new (n = P(n))(function(n, o) { var a; - a = n.subscribe( - function(e) { + a = e.subscribe( + function(n) { try { - t(e); - } catch (n) { - o(n), a && a.unsubscribe(); + t(n); + } catch (e) { + o(e), a && a.unsubscribe(); } }, o, - e + n ); }); }), (t.prototype._subscribe = function(t) { - var e = this.source; - return e && e.subscribe(t); + var n = this.source; + return n && n.subscribe(t); }), (t.prototype[_] = function() { return this; }), (t.prototype.pipe = function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; return 0 === t.length ? this : v(t)(this); }), (t.prototype.toPromise = function(t) { - var e = this; - return new (t = P(t))(function(t, n) { + var n = this; + return new (t = P(t))(function(t, e) { var o; - e.subscribe( + n.subscribe( function(t) { return (o = t); }, function(t) { - return n(t); + return e(t); }, function() { return t(o); @@ -2827,8 +2827,8 @@ ); }); }), - (t.create = function(e) { - return new t(e); + (t.create = function(n) { + return new t(n); }), t ); @@ -2849,101 +2849,101 @@ M.prototype = Object.create(Error.prototype); var x = M, k = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o.subject = e), (o.subscriber = n), (o.closed = !1), o; + return (o.subject = n), (o.subscriber = e), (o.closed = !1), o; } return ( - o.__extends(e, t), - (e.prototype.unsubscribe = function() { + o.__extends(n, t), + (n.prototype.unsubscribe = function() { if (!this.closed) { this.closed = !0; var t = this.subject, - e = t.observers; + n = t.observers; if ( ((this.subject = null), - e && 0 !== e.length && !t.isStopped && !t.closed) + n && 0 !== n.length && !t.isStopped && !t.closed) ) { - var n = e.indexOf(this.subscriber); - -1 !== n && e.splice(n, 1); + var e = n.indexOf(this.subscriber); + -1 !== e && n.splice(e, 1); } } }), - e + n ); })(c), w = (function(t) { - function e(e) { - var n = t.call(this, e) || this; - return (n.destination = e), n; + function n(n) { + var e = t.call(this, n) || this; + return (e.destination = n), e; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(h), S = (function(t) { - function e() { - var e = t.call(this) || this; + function n() { + var n = t.call(this) || this; return ( - (e.observers = []), - (e.closed = !1), - (e.isStopped = !1), - (e.hasError = !1), - (e.thrownError = null), - e + (n.observers = []), + (n.closed = !1), + (n.isStopped = !1), + (n.hasError = !1), + (n.thrownError = null), + n ); } return ( - o.__extends(e, t), - (e.prototype[f] = function() { + o.__extends(n, t), + (n.prototype[f] = function() { return new w(this); }), - (e.prototype.lift = function(t) { - var e = new E(this, this); - return (e.operator = t), e; + (n.prototype.lift = function(t) { + var n = new E(this, this); + return (n.operator = t), n; }), - (e.prototype.next = function(t) { + (n.prototype.next = function(t) { if (this.closed) throw new x(); if (!this.isStopped) for ( - var e = this.observers, n = e.length, o = e.slice(), a = 0; - a < n; + var n = this.observers, e = n.length, o = n.slice(), a = 0; + a < e; a++ ) o[a].next(t); }), - (e.prototype.error = function(t) { + (n.prototype.error = function(t) { if (this.closed) throw new x(); (this.hasError = !0), (this.thrownError = t), (this.isStopped = !0); for ( - var e = this.observers, n = e.length, o = e.slice(), a = 0; - a < n; + var n = this.observers, e = n.length, o = n.slice(), a = 0; + a < e; a++ ) o[a].error(t); this.observers.length = 0; }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { if (this.closed) throw new x(); this.isStopped = !0; for ( - var t = this.observers, e = t.length, n = t.slice(), o = 0; - o < e; + var t = this.observers, n = t.length, e = t.slice(), o = 0; + o < n; o++ ) - n[o].complete(); + e[o].complete(); this.observers.length = 0; }), - (e.prototype.unsubscribe = function() { + (n.prototype.unsubscribe = function() { (this.isStopped = !0), (this.closed = !0), (this.observers = null); }), - (e.prototype._trySubscribe = function(e) { + (n.prototype._trySubscribe = function(n) { if (this.closed) throw new x(); - return t.prototype._trySubscribe.call(this, e); + return t.prototype._trySubscribe.call(this, n); }), - (e.prototype._subscribe = function(t) { + (n.prototype._subscribe = function(t) { if (this.closed) throw new x(); return this.hasError ? (t.error(this.thrownError), c.EMPTY) @@ -2951,58 +2951,58 @@ ? (t.complete(), c.EMPTY) : (this.observers.push(t), new k(this, t)); }), - (e.prototype.asObservable = function() { + (n.prototype.asObservable = function() { var t = new O(); return (t.source = this), t; }), - (e.create = function(t, e) { - return new E(t, e); + (n.create = function(t, n) { + return new E(t, n); }), - e + n ); })(O), E = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o.destination = e), (o.source = n), o; + return (o.destination = n), (o.source = e), o; } return ( - o.__extends(e, t), - (e.prototype.next = function(t) { - var e = this.destination; - e && e.next && e.next(t); + o.__extends(n, t), + (n.prototype.next = function(t) { + var n = this.destination; + n && n.next && n.next(t); }), - (e.prototype.error = function(t) { - var e = this.destination; - e && e.error && this.destination.error(t); + (n.prototype.error = function(t) { + var n = this.destination; + n && n.error && this.destination.error(t); }), - (e.prototype.complete = function() { + (n.prototype.complete = function() { var t = this.destination; t && t.complete && this.destination.complete(); }), - (e.prototype._subscribe = function(t) { + (n.prototype._subscribe = function(t) { return this.source ? this.source.subscribe(t) : c.EMPTY; }), - e + n ); })(S); function I(t) { return t && "function" == typeof t.schedule; } var A = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a.parent = e), - (a.outerValue = n), + (a.parent = n), + (a.outerValue = e), (a.outerIndex = o), (a.index = 0), a ); } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { this.parent.notifyNext( this.outerValue, t, @@ -3011,35 +3011,35 @@ this ); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { this.parent.notifyError(t, this), this.unsubscribe(); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.parent.notifyComplete(this), this.unsubscribe(); }), - e + n ); })(h), T = function(t) { - return function(e) { - for (var n = 0, o = t.length; n < o && !e.closed; n++) e.next(t[n]); - e.closed || e.complete(); + return function(n) { + for (var e = 0, o = t.length; e < o && !n.closed; e++) n.next(t[e]); + n.closed || n.complete(); }; }, R = function(t) { - return function(e) { + return function(n) { return ( t .then( function(t) { - e.closed || (e.next(t), e.complete()); + n.closed || (n.next(t), n.complete()); }, function(t) { - return e.error(t); + return n.error(t); } ) .then(null, m), - e + n ); }; }; @@ -3050,32 +3050,32 @@ } var N = D(), z = function(t) { - return function(e) { - for (var n = t[N](); ; ) { - var o = n.next(); + return function(n) { + for (var e = t[N](); ; ) { + var o = e.next(); if (o.done) { - e.complete(); + n.complete(); break; } - if ((e.next(o.value), e.closed)) break; + if ((n.next(o.value), n.closed)) break; } return ( - "function" == typeof n.return && - e.add(function() { - n.return && n.return(); + "function" == typeof e.return && + n.add(function() { + e.return && e.return(); }), - e + n ); }; }, L = function(t) { - return function(e) { - var n = t[_](); - if ("function" != typeof n.subscribe) + return function(n) { + var e = t[_](); + if ("function" != typeof e.subscribe) throw new TypeError( "Provided object does not correctly implement Symbol.observable" ); - return n.subscribe(e); + return e.subscribe(n); }; }, j = function(t) { @@ -3088,94 +3088,94 @@ } var B = function(t) { if (t instanceof O) - return function(e) { + return function(n) { return t._isScalar - ? (e.next(t.value), void e.complete()) - : t.subscribe(e); + ? (n.next(t.value), void n.complete()) + : t.subscribe(n); }; if (t && "function" == typeof t[_]) return L(t); if (j(t)) return T(t); if (F(t)) return R(t); if (t && "function" == typeof t[N]) return z(t); - var e = r(t) ? "an invalid object" : "'" + t + "'"; + var n = r(t) ? "an invalid object" : "'" + t + "'"; throw new TypeError( "You provided " + - e + + n + " where a stream was expected. You can provide an Observable, Promise, Array, or Iterable." ); }; - function V(t, e, n, o, a) { - if ((void 0 === a && (a = new A(t, n, o)), !a.closed)) return B(e)(a); + function V(t, n, e, o, a) { + if ((void 0 === a && (a = new A(t, e, o)), !a.closed)) return B(n)(a); } var H = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - o.__extends(e, t), - (e.prototype.notifyNext = function(t, e, n, o, a) { - this.destination.next(e); + o.__extends(n, t), + (n.prototype.notifyNext = function(t, n, e, o, a) { + this.destination.next(n); }), - (e.prototype.notifyError = function(t, e) { + (n.prototype.notifyError = function(t, n) { this.destination.error(t); }), - (e.prototype.notifyComplete = function(t) { + (n.prototype.notifyComplete = function(t) { this.destination.complete(); }), - e + n ); })(h); - function U(t, e) { - return function(n) { + function U(t, n) { + return function(e) { if ("function" != typeof t) throw new TypeError( "argument is not a function. Are you looking for `mapTo()`?" ); - return n.lift(new q(t, e)); + return e.lift(new q(t, n)); }; } var q = (function() { - function t(t, e) { - (this.project = t), (this.thisArg = e); + function t(t, n) { + (this.project = t), (this.thisArg = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new K(t, this.project, this.thisArg)); + (t.prototype.call = function(t, n) { + return n.subscribe(new K(t, this.project, this.thisArg)); }), t ); })(), K = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - return (a.project = n), (a.count = 0), (a.thisArg = o || a), a; + function n(n, e, o) { + var a = t.call(this, n) || this; + return (a.project = e), (a.count = 0), (a.thisArg = o || a), a; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { - var e; + o.__extends(n, t), + (n.prototype._next = function(t) { + var n; try { - e = this.project.call(this.thisArg, t, this.count++); - } catch (n) { - return void this.destination.error(n); + n = this.project.call(this.thisArg, t, this.count++); + } catch (e) { + return void this.destination.error(e); } - this.destination.next(e); + this.destination.next(n); }), - e + n ); })(h); - function Y(t, e) { + function Y(t, n) { return new O( - e - ? function(n) { + n + ? function(e) { var o = new c(), a = 0; return ( o.add( - e.schedule(function() { + n.schedule(function() { a !== t.length - ? (n.next(t[a++]), n.closed || o.add(this.schedule())) - : n.complete(); + ? (e.next(t[a++]), e.closed || o.add(this.schedule())) + : e.complete(); }) ), o @@ -3184,43 +3184,43 @@ : T(t) ); } - function W(t, e) { - if (!e) return t instanceof O ? t : new O(B(t)); + function W(t, n) { + if (!n) return t instanceof O ? t : new O(B(t)); if (null != t) { if ( (function(t) { return t && "function" == typeof t[_]; })(t) ) - return (function(t, e) { + return (function(t, n) { return new O( - e - ? function(n) { + n + ? function(e) { var o = new c(); return ( o.add( - e.schedule(function() { + n.schedule(function() { var a = t[_](); o.add( a.subscribe({ next: function(t) { o.add( - e.schedule(function() { - return n.next(t); + n.schedule(function() { + return e.next(t); }) ); }, error: function(t) { o.add( - e.schedule(function() { - return n.error(t); + n.schedule(function() { + return e.error(t); }) ); }, complete: function() { o.add( - e.schedule(function() { - return n.complete(); + n.schedule(function() { + return e.complete(); }) ); } @@ -3233,24 +3233,24 @@ } : L(t) ); - })(t, e); + })(t, n); if (F(t)) - return (function(t, e) { + return (function(t, n) { return new O( - e - ? function(n) { + n + ? function(e) { var o = new c(); return ( o.add( - e.schedule(function() { + n.schedule(function() { return t.then( function(t) { o.add( - e.schedule(function() { - n.next(t), + n.schedule(function() { + e.next(t), o.add( - e.schedule(function() { - return n.complete(); + n.schedule(function() { + return e.complete(); }) ); }) @@ -3258,8 +3258,8 @@ }, function(t) { o.add( - e.schedule(function() { - return n.error(t); + n.schedule(function() { + return e.error(t); }) ); } @@ -3271,19 +3271,19 @@ } : R(t) ); - })(t, e); - if (j(t)) return Y(t, e); + })(t, n); + if (j(t)) return Y(t, n); if ( (function(t) { return t && "function" == typeof t[N]; })(t) || "string" == typeof t ) - return (function(t, e) { + return (function(t, n) { if (!t) throw new Error("Iterable cannot be null"); return new O( - e - ? function(n) { + n + ? function(e) { var o, a = new c(); return ( @@ -3291,21 +3291,21 @@ o && "function" == typeof o.return && o.return(); }), a.add( - e.schedule(function() { + n.schedule(function() { (o = t[N]()), a.add( - e.schedule(function() { - if (!n.closed) { - var t, e; + n.schedule(function() { + if (!e.closed) { + var t, n; try { var a = o.next(); - (t = a.value), (e = a.done); + (t = a.value), (n = a.done); } catch (r) { - return void n.error(r); + return void e.error(r); } - e - ? n.complete() - : (n.next(t), this.schedule()); + n + ? e.complete() + : (e.next(t), this.schedule()); } }) ); @@ -3316,52 +3316,52 @@ } : z(t) ); - })(t, e); + })(t, n); } throw new TypeError( ((null !== t && typeof t) || t) + " is not observable" ); } - function G(t, e, n) { + function G(t, n, e) { return ( - void 0 === n && (n = Number.POSITIVE_INFINITY), - "function" == typeof e + void 0 === e && (e = Number.POSITIVE_INFINITY), + "function" == typeof n ? function(o) { return o.pipe( - G(function(n, o) { - return W(t(n, o)).pipe( + G(function(e, o) { + return W(t(e, o)).pipe( U(function(t, a) { - return e(n, t, o, a); + return n(e, t, o, a); }) ); - }, n) + }, e) ); } - : ("number" == typeof e && (n = e), - function(e) { - return e.lift(new Z(t, n)); + : ("number" == typeof n && (e = n), + function(n) { + return n.lift(new Z(t, e)); }) ); } var Z = (function() { - function t(t, e) { - void 0 === e && (e = Number.POSITIVE_INFINITY), + function t(t, n) { + void 0 === n && (n = Number.POSITIVE_INFINITY), (this.project = t), - (this.concurrent = e); + (this.concurrent = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Q(t, this.project, this.concurrent)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Q(t, this.project, this.concurrent)); }), t ); })(), Q = (function(t) { - function e(e, n, o) { + function n(n, e, o) { void 0 === o && (o = Number.POSITIVE_INFINITY); - var a = t.call(this, e) || this; + var a = t.call(this, n) || this; return ( - (a.project = n), + (a.project = e), (a.concurrent = o), (a.hasCompleted = !1), (a.buffer = []), @@ -3371,47 +3371,47 @@ ); } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { this.active < this.concurrent ? this._tryNext(t) : this.buffer.push(t); }), - (e.prototype._tryNext = function(t) { - var e, - n = this.index++; + (n.prototype._tryNext = function(t) { + var n, + e = this.index++; try { - e = this.project(t, n); + n = this.project(t, e); } catch (o) { return void this.destination.error(o); } - this.active++, this._innerSub(e, t, n); + this.active++, this._innerSub(n, t, e); }), - (e.prototype._innerSub = function(t, e, n) { + (n.prototype._innerSub = function(t, n, e) { var o = new A(this, void 0, void 0); - this.destination.add(o), V(this, t, e, n, o); + this.destination.add(o), V(this, t, n, e, o); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { (this.hasCompleted = !0), 0 === this.active && 0 === this.buffer.length && this.destination.complete(), this.unsubscribe(); }), - (e.prototype.notifyNext = function(t, e, n, o, a) { - this.destination.next(e); + (n.prototype.notifyNext = function(t, n, e, o, a) { + this.destination.next(n); }), - (e.prototype.notifyComplete = function(t) { - var e = this.buffer; + (n.prototype.notifyComplete = function(t) { + var n = this.buffer; this.remove(t), this.active--, - e.length > 0 - ? this._next(e.shift()) + n.length > 0 + ? this._next(n.shift()) : 0 === this.active && this.hasCompleted && this.destination.complete(); }), - e + n ); })(H); function X(t) { @@ -3421,8 +3421,8 @@ return void 0 === t && (t = Number.POSITIVE_INFINITY), G(X, t); } function $() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; - var n = Number.POSITIVE_INFINITY, + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; + var e = Number.POSITIVE_INFINITY, o = null, a = t[t.length - 1]; return ( @@ -3430,82 +3430,82 @@ ? ((o = t.pop()), t.length > 1 && "number" == typeof t[t.length - 1] && - (n = t.pop())) - : "number" == typeof a && (n = t.pop()), + (e = t.pop())) + : "number" == typeof a && (e = t.pop()), null === o && 1 === t.length && t[0] instanceof O ? t[0] - : J(n)(Y(t, o)) + : J(e)(Y(t, o)) ); } function tt() { return function(t) { - return t.lift(new et(t)); + return t.lift(new nt(t)); }; } - var et = (function() { + var nt = (function() { function t(t) { this.connectable = t; } return ( - (t.prototype.call = function(t, e) { - var n = this.connectable; - n._refCount++; - var o = new nt(t, n), - a = e.subscribe(o); - return o.closed || (o.connection = n.connect()), a; + (t.prototype.call = function(t, n) { + var e = this.connectable; + e._refCount++; + var o = new et(t, e), + a = n.subscribe(o); + return o.closed || (o.connection = e.connect()), a; }), t ); })(), - nt = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.connectable = n), o; + et = (function(t) { + function n(n, e) { + var o = t.call(this, n) || this; + return (o.connectable = e), o; } return ( - o.__extends(e, t), - (e.prototype._unsubscribe = function() { + o.__extends(n, t), + (n.prototype._unsubscribe = function() { var t = this.connectable; if (t) { this.connectable = null; - var e = t._refCount; - if (e <= 0) this.connection = null; - else if (((t._refCount = e - 1), e > 1)) this.connection = null; + var n = t._refCount; + if (n <= 0) this.connection = null; + else if (((t._refCount = n - 1), n > 1)) this.connection = null; else { - var n = this.connection, + var e = this.connection, o = t._connection; (this.connection = null), - !o || (n && o !== n) || o.unsubscribe(); + !o || (e && o !== e) || o.unsubscribe(); } } else this.connection = null; }), - e + n ); })(h), ot = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o.source = e), - (o.subjectFactory = n), + (o.source = n), + (o.subjectFactory = e), (o._refCount = 0), (o._isComplete = !1), o ); } return ( - o.__extends(e, t), - (e.prototype._subscribe = function(t) { + o.__extends(n, t), + (n.prototype._subscribe = function(t) { return this.getSubject().subscribe(t); }), - (e.prototype.getSubject = function() { + (n.prototype.getSubject = function() { var t = this._subject; return ( (t && !t.isStopped) || (this._subject = this.subjectFactory()), this._subject ); }), - (e.prototype.connect = function() { + (n.prototype.connect = function() { var t = this._connection; return ( t || @@ -3519,10 +3519,10 @@ t ); }), - (e.prototype.refCount = function() { + (n.prototype.refCount = function() { return tt()(this); }), - e + n ); })(O).prototype, at = { @@ -3537,32 +3537,32 @@ refCount: { value: ot.refCount } }, rt = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.connectable = n), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.connectable = e), o; } return ( - o.__extends(e, t), - (e.prototype._error = function(e) { - this._unsubscribe(), t.prototype._error.call(this, e); + o.__extends(n, t), + (n.prototype._error = function(n) { + this._unsubscribe(), t.prototype._error.call(this, n); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { (this.connectable._isComplete = !0), this._unsubscribe(), t.prototype._complete.call(this); }), - (e.prototype._unsubscribe = function() { + (n.prototype._unsubscribe = function() { var t = this.connectable; if (t) { this.connectable = null; - var e = t._connection; + var n = t._connection; (t._refCount = 0), (t._subject = null), (t._connection = null), - e && e.unsubscribe(); + n && n.unsubscribe(); } }), - e + n ); })(w); function it() { @@ -3571,86 +3571,86 @@ function lt() { return function(t) { return tt()( - ((e = it), + ((n = it), function(t) { - var n; - n = - "function" == typeof e - ? e + var e; + e = + "function" == typeof n + ? n : function() { - return e; + return n; }; var o = Object.create(t, at); - return (o.source = t), (o.subjectFactory = n), o; + return (o.source = t), (o.subjectFactory = e), o; })(t) ); - var e; + var n; }; } var st = "__parameters__", ct = "__prop__metadata__"; function ut(t) { return function() { - for (var e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; + for (var n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; if (t) { - var a = t.apply(void 0, Object(o.__spread)(e)); + var a = t.apply(void 0, Object(o.__spread)(n)); for (var r in a) this[r] = a[r]; } }; } - function dt(t, e, n) { - var a = ut(e); + function dt(t, n, e) { + var a = ut(n); function r() { - for (var t, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - if (this instanceof r) return a.apply(this, e), this; + for (var t, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + if (this instanceof r) return a.apply(this, n), this; var i = new ((t = r).bind.apply( t, - Object(o.__spread)([void 0], e) + Object(o.__spread)([void 0], n) ))(); return (l.annotation = i), l; - function l(t, e, n) { + function l(t, n, e) { for ( var o = t.hasOwnProperty(st) ? t[st] : Object.defineProperty(t, st, { value: [] })[st]; - o.length <= n; + o.length <= e; ) o.push(null); - return (o[n] = o[n] || []).push(i), t; + return (o[e] = o[e] || []).push(i), t; } } return ( - n && (r.prototype = Object.create(n.prototype)), + e && (r.prototype = Object.create(e.prototype)), (r.prototype.ngMetadataName = t), (r.annotationCls = r), r ); } - function pt(t, e, n, a) { - var r = ut(e); + function pt(t, n, e, a) { + var r = ut(n); function i() { - for (var t, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - if (this instanceof i) return r.apply(this, e), this; + for (var t, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + if (this instanceof i) return r.apply(this, n), this; var l = new ((t = i).bind.apply( t, - Object(o.__spread)([void 0], e) + Object(o.__spread)([void 0], n) ))(); - return function(t, n) { + return function(t, e) { var r = t.constructor, i = r.hasOwnProperty(ct) ? r[ct] : Object.defineProperty(r, ct, { value: {} })[ct]; - (i[n] = (i.hasOwnProperty(n) && i[n]) || []), - i[n].unshift(l), - a && a.apply(void 0, Object(o.__spread)([t, n], e)); + (i[e] = (i.hasOwnProperty(e) && i[e]) || []), + i[e].unshift(l), + a && a.apply(void 0, Object(o.__spread)([t, e], n)); }; } return ( - n && (i.prototype = Object.create(n.prototype)), + e && (i.prototype = Object.create(e.prototype)), (i.prototype.ngMetadataName = t), (i.annotationCls = i), i @@ -3673,7 +3673,7 @@ ); })({}); function _t(t) { - for (var e in t) if (t[e] === _t) return e; + for (var n in t) if (t[n] === _t) return n; throw Error("Could not find renamed property on target object."); } function yt(t) { @@ -3694,10 +3694,10 @@ if (null == t) return "" + t; if (t.overriddenName) return "" + t.overriddenName; if (t.name) return "" + t.name; - var e = t.toString(); - if (null == e) return "" + e; - var n = e.indexOf("\n"); - return -1 === n ? e : e.substring(0, n); + var n = t.toString(); + if (null == n) return "" + n; + var e = n.indexOf("\n"); + return -1 === e ? n : n.substring(0, e); } var Mt = _t({ __forward_ref__: _t }); function xt(t) { @@ -3710,52 +3710,52 @@ ); } function kt(t) { - var e = t; - return "function" == typeof e && - e.hasOwnProperty(Mt) && - e.__forward_ref__ === xt - ? e() + var n = t; + return "function" == typeof n && + n.hasOwnProperty(Mt) && + n.__forward_ref__ === xt + ? n() : t; } function wt() { var t = "undefined" != typeof globalThis && globalThis, - e = "undefined" != typeof window && window, - n = + n = "undefined" != typeof window && window, + e = "undefined" != typeof self && "undefined" != typeof WorkerGlobalScope && self instanceof WorkerGlobalScope && self, o = "undefined" != typeof global && global; - return t || o || e || n; + return t || o || n || e; } var St, Et = wt(), It = void 0; function At(t) { - var e = It; - return (It = t), e; + var n = It; + return (It = t), n; } - function Tt(t, e) { + function Tt(t, n) { return ( - void 0 === e && (e = bt.Default), + void 0 === n && (n = bt.Default), (St || - function(t, e) { - if ((void 0 === e && (e = bt.Default), void 0 === It)) + function(t, n) { + if ((void 0 === n && (n = bt.Default), void 0 === It)) throw new Error( "inject() must be called from an injection context" ); return null === It - ? (function(t, e, n) { + ? (function(t, n, e) { var o = vt(t); if (o && "root" == o.providedIn) return void 0 === o.value ? (o.value = o.factory()) : o.value; - if (n & bt.Optional) return null; + if (e & bt.Optional) return null; throw new Error("Injector: NOT_FOUND [" + Pt(t) + "]"); - })(t, 0, e) - : It.get(t, e & bt.Optional ? null : void 0, e); - })(t, e) + })(t, 0, n) + : It.get(t, n & bt.Optional ? null : void 0, n); + })(t, n) ); } var Rt = Tt, @@ -3777,27 +3777,27 @@ }), (t.prototype.factory = function(t) { return function() { - for (var e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - return new (t.bind.apply(t, Object(o.__spread)([void 0], e)))(); + for (var n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + return new (t.bind.apply(t, Object(o.__spread)([void 0], n)))(); }; }), - (t.prototype._zipTypesAndAnnotations = function(t, e) { - var n; - n = void 0 === t ? new Array(e.length) : new Array(t.length); - for (var o = 0; o < n.length; o++) - (n[o] = void 0 === t ? [] : t[o] != Object ? [t[o]] : []), - e && null != e[o] && (n[o] = n[o].concat(e[o])); - return n; + (t.prototype._zipTypesAndAnnotations = function(t, n) { + var e; + e = void 0 === t ? new Array(n.length) : new Array(t.length); + for (var o = 0; o < e.length; o++) + (e[o] = void 0 === t ? [] : t[o] != Object ? [t[o]] : []), + n && null != n[o] && (e[o] = e[o].concat(n[o])); + return e; }), - (t.prototype._ownParameters = function(t, e) { - var n = t.toString(); - if (zt.exec(n) || Ft.exec(n) || (Lt.exec(n) && !jt.exec(n))) + (t.prototype._ownParameters = function(t, n) { + var e = t.toString(); + if (zt.exec(e) || Ft.exec(e) || (Lt.exec(e) && !jt.exec(e))) return null; - if (t.parameters && t.parameters !== e.parameters) + if (t.parameters && t.parameters !== n.parameters) return t.parameters; var o = t.ctorParameters; - if (o && o !== e.ctorParameters) { + if (o && o !== n.ctorParameters) { var a = "function" == typeof o ? o() : o, r = a.map(function(t) { return t && t.type; @@ -3818,21 +3818,21 @@ }), (t.prototype.parameters = function(t) { if (!Nt(t)) return []; - var e = Ht(t), - n = this._ownParameters(t, e); - return n || e === Object || (n = this.parameters(e)), n || []; + var n = Ht(t), + e = this._ownParameters(t, n); + return e || n === Object || (e = this.parameters(n)), e || []; }), - (t.prototype._ownAnnotations = function(t, e) { - if (t.annotations && t.annotations !== e.annotations) { - var n = t.annotations; + (t.prototype._ownAnnotations = function(t, n) { + if (t.annotations && t.annotations !== n.annotations) { + var e = t.annotations; return ( - "function" == typeof n && - n.annotations && - (n = n.annotations), - n + "function" == typeof e && + e.annotations && + (e = e.annotations), + e ); } - return t.decorators && t.decorators !== e.decorators + return t.decorators && t.decorators !== n.decorators ? Vt(t.decorators) : t.hasOwnProperty("__annotations__") ? t.__annotations__ @@ -3840,21 +3840,21 @@ }), (t.prototype.annotations = function(t) { if (!Nt(t)) return []; - var e = Ht(t), - n = this._ownAnnotations(t, e) || []; - return (e !== Object ? this.annotations(e) : []).concat(n); + var n = Ht(t), + e = this._ownAnnotations(t, n) || []; + return (n !== Object ? this.annotations(n) : []).concat(e); }), - (t.prototype._ownPropMetadata = function(t, e) { - if (t.propMetadata && t.propMetadata !== e.propMetadata) { - var n = t.propMetadata; + (t.prototype._ownPropMetadata = function(t, n) { + if (t.propMetadata && t.propMetadata !== n.propMetadata) { + var e = t.propMetadata; return ( - "function" == typeof n && - n.propMetadata && - (n = n.propMetadata), - n + "function" == typeof e && + e.propMetadata && + (e = e.propMetadata), + e ); } - if (t.propDecorators && t.propDecorators !== e.propDecorators) { + if (t.propDecorators && t.propDecorators !== n.propDecorators) { var o = t.propDecorators, a = {}; return ( @@ -3868,32 +3868,32 @@ }), (t.prototype.propMetadata = function(t) { if (!Nt(t)) return {}; - var e = Ht(t), - n = {}; - if (e !== Object) { - var a = this.propMetadata(e); + var n = Ht(t), + e = {}; + if (n !== Object) { + var a = this.propMetadata(n); Object.keys(a).forEach(function(t) { - n[t] = a[t]; + e[t] = a[t]; }); } - var r = this._ownPropMetadata(t, e); + var r = this._ownPropMetadata(t, n); return ( r && Object.keys(r).forEach(function(t) { - var e = []; - n.hasOwnProperty(t) && - e.push.apply(e, Object(o.__spread)(n[t])), - e.push.apply(e, Object(o.__spread)(r[t])), - (n[t] = e); + var n = []; + e.hasOwnProperty(t) && + n.push.apply(n, Object(o.__spread)(e[t])), + n.push.apply(n, Object(o.__spread)(r[t])), + (e[t] = n); }), - n + e ); }), (t.prototype.ownPropMetadata = function(t) { return (Nt(t) && this._ownPropMetadata(t, Ht(t))) || {}; }), - (t.prototype.hasLifecycleHook = function(t, e) { - return t instanceof Dt && e in t.prototype; + (t.prototype.hasLifecycleHook = function(t, n) { + return t instanceof Dt && n in t.prototype; }), (t.prototype.guards = function(t) { return {}; @@ -3925,11 +3925,11 @@ (t.prototype.resourceUri = function(t) { return "./" + Pt(t); }), - (t.prototype.resolveIdentifier = function(t, e, n, o) { + (t.prototype.resolveIdentifier = function(t, n, e, o) { return o; }), - (t.prototype.resolveEnum = function(t, e) { - return t[e]; + (t.prototype.resolveEnum = function(t, n) { + return t[n]; }), t ); @@ -3937,27 +3937,27 @@ function Vt(t) { return t ? t.map(function(t) { - var e = t.type.annotationCls, - n = t.args ? t.args : []; - return new (e.bind.apply(e, Object(o.__spread)([void 0], n)))(); + var n = t.type.annotationCls, + e = t.args ? t.args : []; + return new (n.bind.apply(n, Object(o.__spread)([void 0], e)))(); }) : []; } function Ht(t) { - var e = t.prototype ? Object.getPrototypeOf(t.prototype) : null; - return (e ? e.constructor : null) || Object; + var n = t.prototype ? Object.getPrototypeOf(t.prototype) : null; + return (n ? n.constructor : null) || Object; } var Ut = (function() { - function t(t, e) { + function t(t, n) { (this._desc = t), (this.ngMetadataName = "InjectionToken"), (this.ngInjectableDef = void 0), - "number" == typeof e - ? (this.__NG_ELEMENT_ID__ = e) - : void 0 !== e && + "number" == typeof n + ? (this.__NG_ELEMENT_ID__ = n) + : void 0 !== n && (this.ngInjectableDef = yt({ - providedIn: e.providedIn || "root", - factory: e.factory + providedIn: n.providedIn || "root", + factory: n.factory })); } return ( @@ -3974,14 +3974,14 @@ Gt = (function() { function t() {} return ( - (t.prototype.get = function(t, e) { - if ((void 0 === e && (e = Kt), e === Kt)) { - var n = new Error( + (t.prototype.get = function(t, n) { + if ((void 0 === n && (n = Kt), n === Kt)) { + var e = new Error( "NullInjectorError: No provider for " + Pt(t) + "!" ); - throw ((n.name = "NullInjectorError"), n); + throw ((e.name = "NullInjectorError"), e); } - return e; + return n; }), t ); @@ -3989,10 +3989,10 @@ Zt = (function() { function t() {} return ( - (t.create = function(t, e) { + (t.create = function(t, n) { return Array.isArray(t) - ? new oe(t, e) - : new oe(t.providers, t.parent, t.name || null); + ? new on(t, n) + : new on(t.providers, t.parent, t.name || null); }), (t.THROW_IF_NOT_FOUND = Kt), (t.NULL = new Gt()), @@ -4014,15 +4014,15 @@ $t = function() { return Array.prototype.slice.call(arguments); }, - te = _t({ provide: String, useValue: _t }), - ee = /\n/gm, - ne = "\u0275", - oe = (function() { - function t(t, e, n) { - void 0 === e && (e = Zt.NULL), - void 0 === n && (n = null), - (this.parent = e), - (this.source = n); + tn = _t({ provide: String, useValue: _t }), + nn = /\n/gm, + en = "\u0275", + on = (function() { + function t(t, n, e) { + void 0 === n && (n = Zt.NULL), + void 0 === e && (e = null), + (this.parent = n), + (this.source = e); var o = (this._records = new Map()); o.set(Zt, { token: Zt, fn: Qt, deps: Xt, value: this, useNew: !1 }), o.set(Wt, { @@ -4032,25 +4032,25 @@ value: this, useNew: !1 }), - (function t(e, n) { - if (n) - if ((n = kt(n)) instanceof Array) - for (var o = 0; o < n.length; o++) t(e, n[o]); + (function t(n, e) { + if (e) + if ((e = kt(e)) instanceof Array) + for (var o = 0; o < e.length; o++) t(n, e[o]); else { - if ("function" == typeof n) - throw ie("Function/Class not supported", n); - if (!n || "object" != typeof n || !n.provide) - throw ie("Unexpected provider", n); - var a = kt(n.provide), + if ("function" == typeof e) + throw ln("Function/Class not supported", e); + if (!e || "object" != typeof e || !e.provide) + throw ln("Unexpected provider", e); + var a = kt(e.provide), r = (function(t) { - var e = (function(t) { - var e = Xt, - n = t.deps; - if (n && n.length) { - e = []; - for (var o = 0; o < n.length; o++) { + var n = (function(t) { + var n = Xt, + e = t.deps; + if (e && e.length) { + n = []; + for (var o = 0; o < e.length; o++) { var a = 6; - if ((s = kt(n[o])) instanceof Array) + if ((s = kt(e[o])) instanceof Array) for (var r = 0, i = s; r < i.length; r++) { var l = i[r]; l instanceof gt || l == gt @@ -4061,77 +4061,77 @@ ? (a &= -5) : (s = l instanceof mt ? l.token : kt(l)); } - e.push({ token: s, options: a }); + n.push({ token: s, options: a }); } } else if (t.useExisting) { var s; - e = [ + n = [ { token: (s = kt(t.useExisting)), options: 6 } ]; - } else if (!(n || te in t)) - throw ie("'deps' required", t); - return e; + } else if (!(e || tn in t)) + throw ln("'deps' required", t); + return n; })(t), - n = Qt, + e = Qt, o = Xt, a = !1, r = kt(t.provide); - if (te in t) o = t.useValue; - else if (t.useFactory) n = t.useFactory; + if (tn in t) o = t.useValue; + else if (t.useFactory) e = t.useFactory; else if (t.useExisting); - else if (t.useClass) (a = !0), (n = kt(t.useClass)); + else if (t.useClass) (a = !0), (e = kt(t.useClass)); else { if ("function" != typeof r) - throw ie( + throw ln( "StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable", t ); - (a = !0), (n = r); + (a = !0), (e = r); } - return { deps: e, fn: n, useNew: a, value: o }; - })(n); - if (!0 === n.multi) { - var i = e.get(a); + return { deps: n, fn: e, useNew: a, value: o }; + })(e); + if (!0 === e.multi) { + var i = n.get(a); if (i) { - if (i.fn !== $t) throw ae(a); + if (i.fn !== $t) throw an(a); } else - e.set( + n.set( a, (i = { - token: n.provide, + token: e.provide, deps: [], useNew: !1, fn: $t, value: Xt }) ); - i.deps.push({ token: (a = n), options: 6 }); + i.deps.push({ token: (a = e), options: 6 }); } - var l = e.get(a); - if (l && l.fn == $t) throw ae(a); - e.set(a, r); + var l = n.get(a); + if (l && l.fn == $t) throw an(a); + n.set(a, r); } })(o, t); } return ( - (t.prototype.get = function(t, e, n) { - void 0 === n && (n = bt.Default); + (t.prototype.get = function(t, n, e) { + void 0 === e && (e = bt.Default); var a = this._records.get(t); try { - return (function t(e, n, a, r, i, l) { + return (function t(n, e, a, r, i, l) { try { - return (function(e, n, a, r, i, l) { + return (function(n, e, a, r, i, l) { var s, c; - if (!n || l & bt.SkipSelf) - l & bt.Self || (c = r.get(e, i, bt.Default)); + if (!e || l & bt.SkipSelf) + l & bt.Self || (c = r.get(n, i, bt.Default)); else { - if ((c = n.value) == Jt) - throw Error(ne + "Circular dependency"); + if ((c = e.value) == Jt) + throw Error(en + "Circular dependency"); if (c === Xt) { - n.value = Jt; - var u = n.useNew, - d = n.fn, - p = n.deps, + e.value = Jt; + var u = e.useNew, + d = e.fn, + p = e.deps, m = Xt; if (p.length) { m = []; @@ -4151,7 +4151,7 @@ ); } } - n.value = c = u + e.value = c = u ? new ((s = d).bind.apply( s, Object(o.__spread)([void 0], m) @@ -4160,19 +4160,19 @@ } } return c; - })(e, n, a, r, i, l); + })(n, e, a, r, i, l); } catch (s) { throw (s instanceof Error || (s = new Error(s)), - (s.ngTempTokenPath = s.ngTempTokenPath || []).unshift(e), - n && n.value == Jt && (n.value = Xt), + (s.ngTempTokenPath = s.ngTempTokenPath || []).unshift(n), + e && e.value == Jt && (e.value = Xt), s); } - })(t, a, this._records, this.parent, e, n); + })(t, a, this._records, this.parent, n, e); } catch (r) { - return (function(t, e, n, o) { + return (function(t, n, e, o) { var a = t.ngTempTokenPath; - throw (e[qt] && a.unshift(e[qt]), - (t.message = re( + throw (n[qt] && a.unshift(n[qt]), + (t.message = rn( "\n" + t.message, a, "StaticInjectorError", @@ -4187,8 +4187,8 @@ (t.prototype.toString = function() { var t = []; return ( - this._records.forEach(function(e, n) { - return t.push(Pt(n)); + this._records.forEach(function(n, e) { + return t.push(Pt(e)); }), "StaticInjector[" + t.join(", ") + "]" ); @@ -4196,20 +4196,20 @@ t ); })(); - function ae(t) { - return ie("Cannot mix multi providers and regular providers", t); + function an(t) { + return ln("Cannot mix multi providers and regular providers", t); } - function re(t, e, n, o) { + function rn(t, n, e, o) { void 0 === o && (o = null), (t = - t && "\n" === t.charAt(0) && t.charAt(1) == ne ? t.substr(2) : t); - var a = Pt(e); - if (e instanceof Array) a = e.map(Pt).join(" -> "); - else if ("object" == typeof e) { + t && "\n" === t.charAt(0) && t.charAt(1) == en ? t.substr(2) : t); + var a = Pt(n); + if (n instanceof Array) a = n.map(Pt).join(" -> "); + else if ("object" == typeof n) { var r = []; - for (var i in e) - if (e.hasOwnProperty(i)) { - var l = e[i]; + for (var i in n) + if (n.hasOwnProperty(i)) { + var l = n[i]; r.push( i + ":" + ("string" == typeof l ? JSON.stringify(l) : Pt(l)) ); @@ -4217,24 +4217,24 @@ a = "{" + r.join(", ") + "}"; } return ( - n + (o ? "(" + o + ")" : "") + "[" + a + "]: " + t.replace(ee, "\n ") + e + (o ? "(" + o + ")" : "") + "[" + a + "]: " + t.replace(nn, "\n ") ); } - function ie(t, e) { - return new Error(re(t, e, "StaticInjectorError")); + function ln(t, n) { + return new Error(rn(t, n, "StaticInjectorError")); } - var le = "ngDebugContext", - se = "ngOriginalError", - ce = "ngErrorLogger"; - function ue(t) { + var sn = "ngDebugContext", + cn = "ngOriginalError", + un = "ngErrorLogger"; + function dn(t) { return t.length > 1 ? " (" + (function(t) { - for (var e = [], n = 0; n < t.length; ++n) { - if (e.indexOf(t[n]) > -1) return e.push(t[n]), e; - e.push(t[n]); + for (var n = [], e = 0; e < t.length; ++e) { + if (n.indexOf(t[e]) > -1) return n.push(t[e]), n; + n.push(t[e]); } - return e; + return n; })(t.slice().reverse()) .map(function(t) { return Pt(t.token); @@ -4243,59 +4243,59 @@ ")" : ""; } - function de(t, e, n, o) { - var a = [e], - r = n(a), + function pn(t, n, e, o) { + var a = [n], + r = e(a), i = o - ? (function(t, e) { - var n = - r + " caused by: " + (e instanceof Error ? e.message : e), - o = Error(n); - return (o[se] = e), o; + ? (function(t, n) { + var e = + r + " caused by: " + (n instanceof Error ? n.message : n), + o = Error(e); + return (o[cn] = n), o; })(0, o) : Error(r); return ( - (i.addKey = pe), + (i.addKey = mn), (i.keys = a), (i.injectors = [t]), - (i.constructResolvingMessage = n), - (i[se] = o), + (i.constructResolvingMessage = e), + (i[cn] = o), i ); } - function pe(t, e) { + function mn(t, n) { this.injectors.push(t), - this.keys.push(e), + this.keys.push(n), (this.message = this.constructResolvingMessage(this.keys)); } - function me(t, e) { - for (var n = [], o = 0, a = e.length; o < a; o++) { - var r = e[o]; - n.push(r && 0 != r.length ? r.map(Pt).join(" ") : "?"); + function gn(t, n) { + for (var e = [], o = 0, a = n.length; o < a; o++) { + var r = n[o]; + e.push(r && 0 != r.length ? r.map(Pt).join(" ") : "?"); } return Error( "Cannot resolve all parameters for '" + Pt(t) + "'(" + - n.join(", ") + + e.join(", ") + "). Make sure that all the parameters are decorated with Inject or have valid type annotations and that '" + Pt(t) + "' is decorated with Injectable." ); } - var ge = (function() { - function t(t, e) { - if (((this.token = t), (this.id = e), !t)) + var fn = (function() { + function t(t, n) { + if (((this.token = t), (this.id = n), !t)) throw new Error("Token must be defined!"); this.displayName = Pt(this.token); } return ( (t.get = function(t) { - return fe.get(kt(t)); + return hn.get(kt(t)); }), Object.defineProperty(t, "numberOfKeys", { get: function() { - return fe.numberOfKeys; + return hn.numberOfKeys; }, enumerable: !0, configurable: !0 @@ -4303,16 +4303,16 @@ t ); })(), - fe = new ((function() { + hn = new ((function() { function t() { this._allKeys = new Map(); } return ( (t.prototype.get = function(t) { - if (t instanceof ge) return t; + if (t instanceof fn) return t; if (this._allKeys.has(t)) return this._allKeys.get(t); - var e = new ge(t, ge.numberOfKeys); - return this._allKeys.set(t, e), e; + var n = new fn(t, fn.numberOfKeys); + return this._allKeys.set(t, n), n; }), Object.defineProperty(t.prototype, "numberOfKeys", { get: function() { @@ -4324,7 +4324,7 @@ t ); })())(), - he = new ((function() { + bn = new ((function() { function t(t) { this.reflectionCapabilities = t; } @@ -4344,8 +4344,8 @@ (t.prototype.propMetadata = function(t) { return this.reflectionCapabilities.propMetadata(t); }), - (t.prototype.hasLifecycleHook = function(t, e) { - return this.reflectionCapabilities.hasLifecycleHook(t, e); + (t.prototype.hasLifecycleHook = function(t, n) { + return this.reflectionCapabilities.hasLifecycleHook(t, n); }), (t.prototype.getter = function(t) { return this.reflectionCapabilities.getter(t); @@ -4362,93 +4362,93 @@ (t.prototype.resourceUri = function(t) { return this.reflectionCapabilities.resourceUri(t); }), - (t.prototype.resolveIdentifier = function(t, e, n, o) { - return this.reflectionCapabilities.resolveIdentifier(t, e, n, o); + (t.prototype.resolveIdentifier = function(t, n, e, o) { + return this.reflectionCapabilities.resolveIdentifier(t, n, e, o); }), - (t.prototype.resolveEnum = function(t, e) { - return this.reflectionCapabilities.resolveEnum(t, e); + (t.prototype.resolveEnum = function(t, n) { + return this.reflectionCapabilities.resolveEnum(t, n); }), t ); })())(new Bt()), - be = (function() { - function t(t, e, n) { - (this.key = t), (this.optional = e), (this.visibility = n); + _n = (function() { + function t(t, n, e) { + (this.key = t), (this.optional = n), (this.visibility = e); } return ( - (t.fromKey = function(e) { - return new t(e, !1, null); + (t.fromKey = function(n) { + return new t(n, !1, null); }), t ); })(), - _e = [], - ye = (function() { - return function(t, e, n) { + yn = [], + Cn = (function() { + return function(t, n, e) { (this.key = t), - (this.resolvedFactories = e), - (this.multiProvider = n), + (this.resolvedFactories = n), + (this.multiProvider = e), (this.resolvedFactory = this.resolvedFactories[0]); }; })(), - Ce = (function() { - return function(t, e) { - (this.factory = t), (this.dependencies = e); + vn = (function() { + return function(t, n) { + (this.factory = t), (this.dependencies = n); }; })(); - function ve(t) { - var e, n; + function On(t) { + var n, e; if (t.useClass) { var o = kt(t.useClass); - (e = he.factory(o)), (n = Pe(o)); + (n = bn.factory(o)), (e = Mn(o)); } else t.useExisting - ? ((e = function(t) { + ? ((n = function(t) { return t; }), - (n = [be.fromKey(ge.get(t.useExisting))])) + (e = [_n.fromKey(fn.get(t.useExisting))])) : t.useFactory - ? ((e = t.useFactory), - (n = (function(t, e) { - if (e) { - var n = e.map(function(t) { + ? ((n = t.useFactory), + (e = (function(t, n) { + if (n) { + var e = n.map(function(t) { return [t]; }); - return e.map(function(e) { - return Me(t, e, n); + return n.map(function(n) { + return xn(t, n, e); }); } - return Pe(t); + return Mn(t); })(t.useFactory, t.deps))) - : ((e = function() { + : ((n = function() { return t.useValue; }), - (n = _e)); - return new Ce(e, n); + (e = yn)); + return new vn(n, e); } - function Oe(t) { - return new ye(ge.get(t.provide), [ve(t)], t.multi || !1); + function Pn(t) { + return new Cn(fn.get(t.provide), [On(t)], t.multi || !1); } - function Pe(t) { - var e = he.parameters(t); - if (!e) return []; + function Mn(t) { + var n = bn.parameters(t); + if (!n) return []; if ( - e.some(function(t) { + n.some(function(t) { return null == t; }) ) - throw me(t, e); - return e.map(function(n) { - return Me(t, n, e); + throw gn(t, n); + return n.map(function(e) { + return xn(t, e, n); }); } - function Me(t, e, n) { + function xn(t, n, e) { var o = null, a = !1; - if (!Array.isArray(e)) - return xe(e instanceof mt ? e.token : e, a, null); - for (var r = null, i = 0; i < e.length; ++i) { - var l = e[i]; + if (!Array.isArray(n)) + return kn(n instanceof mt ? n.token : n, a, null); + for (var r = null, i = 0; i < n.length; ++i) { + var l = n[i]; l instanceof Dt ? (o = l) : l instanceof mt @@ -4459,22 +4459,22 @@ ? (r = l) : l instanceof Ut && (o = l); } - if (null != (o = kt(o))) return xe(o, a, r); - throw me(t, n); + if (null != (o = kt(o))) return kn(o, a, r); + throw gn(t, e); } - function xe(t, e, n) { - return new be(ge.get(t), e, n); + function kn(t, n, e) { + return new _n(fn.get(t), n, e); } - var ke = new Object(), - we = (function() { + var wn = new Object(), + Sn = (function() { function t() {} return ( (t.resolve = function(t) { return (function(t) { - var e = (function(t, e) { - for (var n = 0; n < t.length; n++) { - var o = t[n], - a = e.get(o.key.id); + var n = (function(t, n) { + for (var e = 0; e < t.length; e++) { + var o = t[e], + a = n.get(o.key.id); if (a) { if (o.multiProvider !== a.multiProvider) throw Error( @@ -4486,85 +4486,85 @@ if (o.multiProvider) for (var r = 0; r < o.resolvedFactories.length; r++) a.resolvedFactories.push(o.resolvedFactories[r]); - else e.set(o.key.id, o); + else n.set(o.key.id, o); } else { var i; (i = o.multiProvider - ? new ye( + ? new Cn( o.key, o.resolvedFactories.slice(), o.multiProvider ) : o), - e.set(o.key.id, i); + n.set(o.key.id, i); } } - return e; + return n; })( - (function t(e, n) { + (function t(n, e) { return ( - e.forEach(function(e) { - if (e instanceof Dt) - n.push({ provide: e, useClass: e }); + n.forEach(function(n) { + if (n instanceof Dt) + e.push({ provide: n, useClass: n }); else if ( - e && - "object" == typeof e && - void 0 !== e.provide + n && + "object" == typeof n && + void 0 !== n.provide ) - n.push(e); + e.push(n); else { - if (!(e instanceof Array)) + if (!(n instanceof Array)) throw Error( "Invalid provider - only instances of Provider and Type are allowed, got: " + - e + n ); - t(e, n); + t(n, e); } }), - n + e ); - })(t, []).map(Oe), + })(t, []).map(Pn), new Map() ); - return Array.from(e.values()); + return Array.from(n.values()); })(t); }), - (t.resolveAndCreate = function(e, n) { - var o = t.resolve(e); - return t.fromResolvedProviders(o, n); + (t.resolveAndCreate = function(n, e) { + var o = t.resolve(n); + return t.fromResolvedProviders(o, e); }), - (t.fromResolvedProviders = function(t, e) { - return new Se(t, e); + (t.fromResolvedProviders = function(t, n) { + return new En(t, n); }), t ); })(), - Se = (function() { - function t(t, e) { + En = (function() { + function t(t, n) { (this._constructionCounter = 0), (this._providers = t), - (this.parent = e || null); - var n = t.length; - (this.keyIds = new Array(n)), (this.objs = new Array(n)); - for (var o = 0; o < n; o++) - (this.keyIds[o] = t[o].key.id), (this.objs[o] = ke); + (this.parent = n || null); + var e = t.length; + (this.keyIds = new Array(e)), (this.objs = new Array(e)); + for (var o = 0; o < e; o++) + (this.keyIds[o] = t[o].key.id), (this.objs[o] = wn); } return ( - (t.prototype.get = function(t, e) { + (t.prototype.get = function(t, n) { return ( - void 0 === e && (e = Yt), this._getByKey(ge.get(t), null, e) + void 0 === n && (n = Yt), this._getByKey(fn.get(t), null, n) ); }), (t.prototype.resolveAndCreateChild = function(t) { - var e = we.resolve(t); - return this.createChildFromResolved(e); + var n = Sn.resolve(t); + return this.createChildFromResolved(n); }), - (t.prototype.createChildFromResolved = function(e) { - var n = new t(e); - return (n.parent = this), n; + (t.prototype.createChildFromResolved = function(n) { + var e = new t(n); + return (e.parent = this), e; }), (t.prototype.resolveAndInstantiate = function(t) { - return this.instantiateResolved(we.resolve([t])[0]); + return this.instantiateResolved(Sn.resolve([t])[0]); }), (t.prototype.instantiateResolved = function(t) { return this._instantiateProvider(t); @@ -4578,8 +4578,8 @@ }), (t.prototype._new = function(t) { if (this._constructionCounter++ > this._getMaxNumberOfObjects()) - throw de(this, t.key, function(t) { - return "Cannot instantiate cyclic dependency!" + ue(t); + throw pn(this, t.key, function(t) { + return "Cannot instantiate cyclic dependency!" + dn(t); }); return this._instantiateProvider(t); }), @@ -4589,42 +4589,42 @@ (t.prototype._instantiateProvider = function(t) { if (t.multiProvider) { for ( - var e = new Array(t.resolvedFactories.length), n = 0; - n < t.resolvedFactories.length; - ++n + var n = new Array(t.resolvedFactories.length), e = 0; + e < t.resolvedFactories.length; + ++e ) - e[n] = this._instantiate(t, t.resolvedFactories[n]); - return e; + n[e] = this._instantiate(t, t.resolvedFactories[e]); + return n; } return this._instantiate(t, t.resolvedFactories[0]); }), - (t.prototype._instantiate = function(t, e) { - var n, + (t.prototype._instantiate = function(t, n) { + var e, a, r, i = this, - l = e.factory; + l = n.factory; try { - n = e.dependencies.map(function(t) { + e = n.dependencies.map(function(t) { return i._getByReflectiveDependency(t); }); } catch (s) { throw (s.addKey && s.addKey(this, t.key), s); } try { - a = l.apply(void 0, Object(o.__spread)(n)); + a = l.apply(void 0, Object(o.__spread)(e)); } catch (s) { - throw de( + throw pn( this, t.key, function(t) { - var e = Pt(t[0].token); + var n = Pt(t[0].token); return ( r.message + ": Error during instantiation of " + - e + + n + "!" + - ue(t) + + dn(t) + "." ); }, @@ -4640,58 +4640,58 @@ t.optional ? null : Yt ); }), - (t.prototype._getByKey = function(e, n, o) { - return e === t.INJECTOR_KEY + (t.prototype._getByKey = function(n, e, o) { + return n === t.INJECTOR_KEY ? this - : n instanceof ft - ? this._getByKeySelf(e, o) - : this._getByKeyDefault(e, o, n); + : e instanceof ft + ? this._getByKeySelf(n, o) + : this._getByKeyDefault(n, o, e); }), (t.prototype._getObjByKeyId = function(t) { - for (var e = 0; e < this.keyIds.length; e++) - if (this.keyIds[e] === t) + for (var n = 0; n < this.keyIds.length; n++) + if (this.keyIds[n] === t) return ( - this.objs[e] === ke && - (this.objs[e] = this._new(this._providers[e])), - this.objs[e] + this.objs[n] === wn && + (this.objs[n] = this._new(this._providers[n])), + this.objs[n] ); - return ke; + return wn; }), - (t.prototype._throwOrNull = function(t, e) { - if (e !== Yt) return e; - throw (function(t, e) { - return de(t, e, function(t) { - return "No provider for " + Pt(t[0].token) + "!" + ue(t); + (t.prototype._throwOrNull = function(t, n) { + if (n !== Yt) return n; + throw (function(t, n) { + return pn(t, n, function(t) { + return "No provider for " + Pt(t[0].token) + "!" + dn(t); }); })(this, t); }), - (t.prototype._getByKeySelf = function(t, e) { - var n = this._getObjByKeyId(t.id); - return n !== ke ? n : this._throwOrNull(t, e); + (t.prototype._getByKeySelf = function(t, n) { + var e = this._getObjByKeyId(t.id); + return e !== wn ? e : this._throwOrNull(t, n); }), - (t.prototype._getByKeyDefault = function(e, n, o) { + (t.prototype._getByKeyDefault = function(n, e, o) { var a; for (a = o instanceof ht ? this.parent : this; a instanceof t; ) { var r = a, - i = r._getObjByKeyId(e.id); - if (i !== ke) return i; + i = r._getObjByKeyId(n.id); + if (i !== wn) return i; a = r.parent; } - return null !== a ? a.get(e.token, n) : this._throwOrNull(e, n); + return null !== a ? a.get(n.token, e) : this._throwOrNull(n, e); }), Object.defineProperty(t.prototype, "displayName", { get: function() { return ( "ReflectiveInjector(providers: [" + - (function(t, e) { + (function(t, n) { for ( - var n = new Array(t._providers.length), o = 0; + var e = new Array(t._providers.length), o = 0; o < t._providers.length; ++o ) - n[o] = + e[o] = ' "' + t.getProviderAtIndex(o).key.displayName + '" '; - return n; + return e; })(this).join(", ") + "])" ); @@ -4702,12 +4702,12 @@ (t.prototype.toString = function() { return this.displayName; }), - (t.INJECTOR_KEY = ge.get(Zt)), + (t.INJECTOR_KEY = fn.get(Zt)), t ); })(), - Ee = new Ut("AnalyzeForEntryComponents"), - Ie = (function(t) { + In = new Ut("AnalyzeForEntryComponents"), + An = (function(t) { return ( (t[(t.Emulated = 0)] = "Emulated"), (t[(t.Native = 1)] = "Native"), @@ -4716,55 +4716,55 @@ t ); })({}), - Ae = (function() { + Tn = (function() { return ( ("undefined" != typeof requestAnimationFrame && requestAnimationFrame) || setTimeout ).bind(Et); })(); - function Te(t) { - return t[le]; + function Rn(t) { + return t[sn]; } - function Re(t) { - return t[se]; + function Dn(t) { + return t[cn]; } - function De(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; - t.error.apply(t, Object(o.__spread)(e)); + function Nn(t) { + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; + t.error.apply(t, Object(o.__spread)(n)); } - var Ne = (function() { + var zn = (function() { function t() { this._console = console; } return ( (t.prototype.handleError = function(t) { - var e = this._findOriginalError(t), - n = this._findContext(t), + var n = this._findOriginalError(t), + e = this._findContext(t), o = (function(t) { - return t[ce] || De; + return t[un] || Nn; })(t); o(this._console, "ERROR", t), - e && o(this._console, "ORIGINAL ERROR", e), - n && o(this._console, "ERROR CONTEXT", n); + n && o(this._console, "ORIGINAL ERROR", n), + e && o(this._console, "ERROR CONTEXT", e); }), (t.prototype._findContext = function(t) { - return t ? (Te(t) ? Te(t) : this._findContext(Re(t))) : null; + return t ? (Rn(t) ? Rn(t) : this._findContext(Dn(t))) : null; }), (t.prototype._findOriginalError = function(t) { - for (var e = Re(t); e && Re(e); ) e = Re(e); - return e; + for (var n = Dn(t); n && Dn(n); ) n = Dn(n); + return n; }), t ); })(), - ze = !0, - Le = !1; - function je() { - return (Le = !0), ze; + Ln = !0, + jn = !1; + function Fn() { + return (jn = !0), Ln; } - var Fe = (function() { + var Bn = (function() { function t(t) { if ( ((this.defaultDoc = t), @@ -4774,12 +4774,12 @@ (this.inertBodyElement = this.inertDocument.body), null == this.inertBodyElement) ) { - var e = this.inertDocument.createElement("html"); - this.inertDocument.appendChild(e), + var n = this.inertDocument.createElement("html"); + this.inertDocument.appendChild(n), (this.inertBodyElement = this.inertDocument.createElement( "body" )), - e.appendChild(this.inertBodyElement); + n.appendChild(this.inertBodyElement); } (this.inertBodyElement.innerHTML = ''), @@ -4809,35 +4809,35 @@ } catch (o) { return null; } - var e = new XMLHttpRequest(); - (e.responseType = "document"), - e.open("GET", "data:text/html;charset=utf-8," + t, !1), - e.send(void 0); - var n = e.response.body; - return n.removeChild(n.firstChild), n; + var n = new XMLHttpRequest(); + (n.responseType = "document"), + n.open("GET", "data:text/html;charset=utf-8," + t, !1), + n.send(void 0); + var e = n.response.body; + return e.removeChild(e.firstChild), e; }), (t.prototype.getInertBodyElement_DOMParser = function(t) { t = "" + t + ""; try { - var e = new window.DOMParser().parseFromString(t, "text/html") + var n = new window.DOMParser().parseFromString(t, "text/html") .body; - return e.removeChild(e.firstChild), e; - } catch (n) { + return n.removeChild(n.firstChild), n; + } catch (e) { return null; } }), (t.prototype.getInertBodyElement_InertDocument = function(t) { - var e = this.inertDocument.createElement("template"); - return "content" in e - ? ((e.innerHTML = t), e) + var n = this.inertDocument.createElement("template"); + return "content" in n + ? ((n.innerHTML = t), n) : ((this.inertBodyElement.innerHTML = t), this.defaultDoc.documentMode && this.stripCustomNsAttrs(this.inertBodyElement), this.inertBodyElement); }), (t.prototype.stripCustomNsAttrs = function(t) { - for (var e = t.attributes, n = e.length - 1; 0 < n; n--) { - var o = e.item(n).name; + for (var n = t.attributes, e = n.length - 1; 0 < e; e--) { + var o = n.item(e).name; ("xmlns:ns1" !== o && 0 !== o.indexOf("ns1:")) || t.removeAttribute(o); } @@ -4848,12 +4848,12 @@ t ); })(), - Be = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi, - Ve = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i; - function He(t) { - return (t = String(t)).match(Be) || t.match(Ve) + Vn = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi, + Hn = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i; + function Un(t) { + return (t = String(t)).match(Vn) || t.match(Hn) ? t - : (je() && + : (Fn() && console.warn( "WARNING: sanitizing unsafe URL value " + t + @@ -4861,9 +4861,9 @@ ), "unsafe:" + t); } - function Ue(t) { - var e, - n, + function qn(t) { + var n, + e, a = {}; try { for ( @@ -4873,23 +4873,23 @@ ) a[i.value] = !0; } catch (l) { - e = { error: l }; + n = { error: l }; } finally { try { - i && !i.done && (n = r.return) && n.call(r); + i && !i.done && (e = r.return) && e.call(r); } finally { - if (e) throw e.error; + if (n) throw n.error; } } return a; } - function qe() { - for (var t, e, n = [], a = 0; a < arguments.length; a++) - n[a] = arguments[a]; + function Kn() { + for (var t, n, e = [], a = 0; a < arguments.length; a++) + e[a] = arguments[a]; var r = {}; try { for ( - var i = Object(o.__values)(n), l = i.next(); + var i = Object(o.__values)(e), l = i.next(); !l.done; l = i.next() ) { @@ -4900,114 +4900,114 @@ t = { error: u }; } finally { try { - l && !l.done && (e = i.return) && e.call(i); + l && !l.done && (n = i.return) && n.call(i); } finally { if (t) throw t.error; } } return r; } - var Ke, - Ye = Ue("area,br,col,hr,img,wbr"), - We = Ue("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"), - Ge = Ue("rp,rt"), - Ze = qe(Ge, We), - Qe = qe( - Ye, - qe( - We, - Ue( + var Yn, + Wn = qn("area,br,col,hr,img,wbr"), + Gn = qn("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"), + Zn = qn("rp,rt"), + Qn = Kn(Zn, Gn), + Xn = Kn( + Wn, + Kn( + Gn, + qn( "address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul" ) ), - qe( - Ge, - Ue( + Kn( + Zn, + qn( "a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video" ) ), - Ze + Qn ), - Xe = Ue("background,cite,href,itemtype,longdesc,poster,src,xlink:href"), - Je = Ue("srcset"), - $e = qe( - Xe, - Je, - Ue( + Jn = qn("background,cite,href,itemtype,longdesc,poster,src,xlink:href"), + $n = qn("srcset"), + te = Kn( + Jn, + $n, + qn( "abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width" ), - Ue( + qn( "aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext" ) ), - tn = Ue("script,style,template"), - en = (function() { + ne = qn("script,style,template"), + ee = (function() { function t() { (this.sanitizedSomething = !1), (this.buf = []); } return ( (t.prototype.sanitizeChildren = function(t) { - for (var e = t.firstChild, n = !0; e; ) + for (var n = t.firstChild, e = !0; n; ) if ( - (e.nodeType === Node.ELEMENT_NODE - ? (n = this.startElement(e)) - : e.nodeType === Node.TEXT_NODE - ? this.chars(e.nodeValue) + (n.nodeType === Node.ELEMENT_NODE + ? (e = this.startElement(n)) + : n.nodeType === Node.TEXT_NODE + ? this.chars(n.nodeValue) : (this.sanitizedSomething = !0), - n && e.firstChild) + e && n.firstChild) ) - e = e.firstChild; + n = n.firstChild; else - for (; e; ) { - e.nodeType === Node.ELEMENT_NODE && this.endElement(e); - var o = this.checkClobberedElement(e, e.nextSibling); + for (; n; ) { + n.nodeType === Node.ELEMENT_NODE && this.endElement(n); + var o = this.checkClobberedElement(n, n.nextSibling); if (o) { - e = o; + n = o; break; } - e = this.checkClobberedElement(e, e.parentNode); + n = this.checkClobberedElement(n, n.parentNode); } return this.buf.join(""); }), (t.prototype.startElement = function(t) { - var e, - n = t.nodeName.toLowerCase(); - if (!Qe.hasOwnProperty(n)) - return (this.sanitizedSomething = !0), !tn.hasOwnProperty(n); - this.buf.push("<"), this.buf.push(n); + var n, + e = t.nodeName.toLowerCase(); + if (!Xn.hasOwnProperty(e)) + return (this.sanitizedSomething = !0), !ne.hasOwnProperty(e); + this.buf.push("<"), this.buf.push(e); for (var o = t.attributes, a = 0; a < o.length; a++) { var r = o.item(a), i = r.name, l = i.toLowerCase(); - if ($e.hasOwnProperty(l)) { + if (te.hasOwnProperty(l)) { var s = r.value; - Xe[l] && (s = He(s)), - Je[l] && - ((e = s), - (s = (e = String(e)) + Jn[l] && (s = Un(s)), + $n[l] && + ((n = s), + (s = (n = String(n)) .split(",") .map(function(t) { - return He(t.trim()); + return Un(t.trim()); }) .join(", "))), - this.buf.push(" ", i, '="', an(s), '"'); + this.buf.push(" ", i, '="', re(s), '"'); } else this.sanitizedSomething = !0; } return this.buf.push(">"), !0; }), (t.prototype.endElement = function(t) { - var e = t.nodeName.toLowerCase(); - Qe.hasOwnProperty(e) && - !Ye.hasOwnProperty(e) && - (this.buf.push("")); + var n = t.nodeName.toLowerCase(); + Xn.hasOwnProperty(n) && + !Wn.hasOwnProperty(n) && + (this.buf.push("")); }), (t.prototype.chars = function(t) { - this.buf.push(an(t)); + this.buf.push(re(t)); }), - (t.prototype.checkClobberedElement = function(t, e) { + (t.prototype.checkClobberedElement = function(t, n) { if ( - e && - (t.compareDocumentPosition(e) & + n && + (t.compareDocumentPosition(n) & Node.DOCUMENT_POSITION_CONTAINED_BY) === Node.DOCUMENT_POSITION_CONTAINED_BY ) @@ -5015,17 +5015,17 @@ "Failed to sanitize html because the element is clobbered: " + t.outerHTML ); - return e; + return n; }), t ); })(), - nn = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, - on = /([^\#-~ |!])/g; - function an(t) { + oe = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + ae = /([^\#-~ |!])/g; + function re(t) { return t .replace(/&/g, "&") - .replace(nn, function(t) { + .replace(oe, function(t) { return ( "&#" + (1024 * (t.charCodeAt(0) - 55296) + @@ -5034,13 +5034,13 @@ ";" ); }) - .replace(on, function(t) { + .replace(ae, function(t) { return "&#" + t.charCodeAt(0) + ";"; }) .replace(//g, ">"); } - function rn(t) { + function ie(t) { return "content" in t && (function(t) { return ( @@ -5050,7 +5050,7 @@ ? t.content : null; } - var ln = (function(t) { + var le = (function(t) { return ( (t[(t.NONE = 0)] = "NONE"), (t[(t.HTML = 1)] = "HTML"), @@ -5061,106 +5061,106 @@ t ); })({}), - sn = (function() { + se = (function() { return function() {}; })(), - cn = new RegExp( + ce = new RegExp( "^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$", "g" ), - un = /^url\(([^)]+)\)$/, - dn = /([A-Z])/g; - function pn(t) { + ue = /^url\(([^)]+)\)$/, + de = /([A-Z])/g; + function pe(t) { try { return null != t ? t.toString().slice(0, 30) : t; - } catch (e) { + } catch (n) { return "[ERROR] Exception while trying to serialize the value"; } } - function mn(t) { + function me(t) { return !!t && "function" == typeof t.then; } - function gn(t) { + function ge(t) { return !!t && "function" == typeof t.subscribe; } - var fn = null; - function hn() { - if (!fn) { + var fe = null; + function he() { + if (!fe) { var t = Et.Symbol; - if (t && t.iterator) fn = t.iterator; + if (t && t.iterator) fe = t.iterator; else for ( - var e = Object.getOwnPropertyNames(Map.prototype), n = 0; - n < e.length; - ++n + var n = Object.getOwnPropertyNames(Map.prototype), e = 0; + e < n.length; + ++e ) { - var o = e[n]; + var o = n[e]; "entries" !== o && "size" !== o && Map.prototype[o] === Map.prototype.entries && - (fn = o); + (fe = o); } } - return fn; + return fe; } - function bn(t, e) { + function be(t, n) { return ( - t === e || - ("number" == typeof t && "number" == typeof e && isNaN(t) && isNaN(e)) + t === n || + ("number" == typeof t && "number" == typeof n && isNaN(t) && isNaN(n)) ); } - function _n(t, e) { - var n = Cn(t), - o = Cn(e); - return n && o - ? (function(t, e, n) { - for (var o = t[hn()](), a = e[hn()](); ; ) { + function _e(t, n) { + var e = Ce(t), + o = Ce(n); + return e && o + ? (function(t, n, e) { + for (var o = t[he()](), a = n[he()](); ; ) { var r = o.next(), i = a.next(); if (r.done && i.done) return !0; if (r.done || i.done) return !1; - if (!n(r.value, i.value)) return !1; + if (!e(r.value, i.value)) return !1; } - })(t, e, _n) + })(t, n, _e) : !( - n || + e || !t || ("object" != typeof t && "function" != typeof t) || o || - !e || - ("object" != typeof e && "function" != typeof e) - ) || bn(t, e); + !n || + ("object" != typeof n && "function" != typeof n) + ) || be(t, n); } - var yn = (function() { + var ye = (function() { function t(t) { this.wrapped = t; } return ( - (t.wrap = function(e) { - return new t(e); + (t.wrap = function(n) { + return new t(n); }), - (t.unwrap = function(e) { - return t.isWrapped(e) ? e.wrapped : e; + (t.unwrap = function(n) { + return t.isWrapped(n) ? n.wrapped : n; }), - (t.isWrapped = function(e) { - return e instanceof t; + (t.isWrapped = function(n) { + return n instanceof t; }), t ); })(); - function Cn(t) { + function Ce(t) { return ( - !!vn(t) && (Array.isArray(t) || (!(t instanceof Map) && hn() in t)) + !!ve(t) && (Array.isArray(t) || (!(t instanceof Map) && he() in t)) ); } - function vn(t) { + function ve(t) { return null !== t && ("function" == typeof t || "object" == typeof t); } - var On = (function() { - function t(t, e, n) { + var Oe = (function() { + function t(t, n, e) { (this.previousValue = t), - (this.currentValue = e), - (this.firstChange = n); + (this.currentValue = n), + (this.firstChange = e); } return ( (t.prototype.isFirstChange = function() { @@ -5169,41 +5169,41 @@ t ); })(), - Pn = new Ut( + Pe = new Ut( "The presence of this token marks an injector as being the root injector." ), - Mn = (function() { + Me = (function() { return function() {}; })(), - xn = (function() { + xe = (function() { return function() {}; })(); - function kn(t) { - var e = Error( + function ke(t) { + var n = Error( "No component factory found for " + Pt(t) + ". Did you add it to @NgModule.entryComponents?" ); - return (e[wn] = t), e; + return (n[we] = t), n; } - var wn = "ngComponent", - Sn = (function() { + var we = "ngComponent", + Se = (function() { function t() {} return ( (t.prototype.resolveComponentFactory = function(t) { - throw kn(t); + throw ke(t); }), t ); })(), - En = (function() { + Ee = (function() { function t() {} - return (t.NULL = new Sn()), t; + return (t.NULL = new Se()), t; })(), - In = (function() { - function t(t, e, n) { - (this._parent = e), - (this._ngModule = n), + Ie = (function() { + function t(t, n, e) { + (this._parent = n), + (this._ngModule = e), (this._factories = new Map()); for (var o = 0; o < t.length; o++) { var a = t[o]; @@ -5212,86 +5212,86 @@ } return ( (t.prototype.resolveComponentFactory = function(t) { - var e = this._factories.get(t); + var n = this._factories.get(t); if ( - (!e && + (!n && this._parent && - (e = this._parent.resolveComponentFactory(t)), - !e) + (n = this._parent.resolveComponentFactory(t)), + !n) ) - throw kn(t); - return new An(e, this._ngModule); + throw ke(t); + return new Ae(n, this._ngModule); }), t ); })(), - An = (function(t) { - function e(e, n) { + Ae = (function(t) { + function n(n, e) { var o = t.call(this) || this; return ( - (o.factory = e), - (o.ngModule = n), - (o.selector = e.selector), - (o.componentType = e.componentType), - (o.ngContentSelectors = e.ngContentSelectors), - (o.inputs = e.inputs), - (o.outputs = e.outputs), + (o.factory = n), + (o.ngModule = e), + (o.selector = n.selector), + (o.componentType = n.componentType), + (o.ngContentSelectors = n.ngContentSelectors), + (o.inputs = n.inputs), + (o.outputs = n.outputs), o ); } return ( - Object(o.__extends)(e, t), - (e.prototype.create = function(t, e, n, o) { - return this.factory.create(t, e, n, o || this.ngModule); + Object(o.__extends)(n, t), + (n.prototype.create = function(t, n, e, o) { + return this.factory.create(t, n, e, o || this.ngModule); }), - e + n ); - })(xn), - Tn = (function() { + })(xe), + Te = (function() { return function() {}; })(), - Rn = (function() { + Re = (function() { return function() {}; })(); - function Dn() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; + function De() { + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; } - var Nn = (function() { + var Ne = (function() { function t(t) { this.nativeElement = t; } return ( (t.__NG_ELEMENT_ID__ = function() { - return zn(t); + return ze(t); }), t ); })(), - zn = Dn, - Ln = (function() { + ze = De, + Le = (function() { return function() {}; })(), - jn = (function() { + je = (function() { return function() {}; })(), - Fn = (function(t) { + Fe = (function(t) { return ( (t[(t.Important = 1)] = "Important"), (t[(t.DashCase = 2)] = "DashCase"), t ); })({}), - Bn = (function() { + Be = (function() { function t() {} return ( (t.__NG_ELEMENT_ID__ = function() { - return Vn(); + return Ve(); }), t ); })(), - Vn = Dn, - Hn = new ((function() { + Ve = De, + He = new ((function() { return function(t) { (this.full = t), (this.major = t.split(".")[0]), @@ -5302,22 +5302,22 @@ .join(".")); }; })())("8.0.1"), - Un = (function() { + Ue = (function() { function t() {} return ( (t.prototype.supports = function(t) { - return Cn(t); + return Ce(t); }), (t.prototype.create = function(t) { - return new Kn(t); + return new Ke(t); }), t ); })(), - qn = function(t, e) { - return e; + qe = function(t, n) { + return n; }, - Kn = (function() { + Ke = (function() { function t(t) { (this.length = 0), (this._linkedRecords = null), @@ -5333,24 +5333,24 @@ (this._removalsTail = null), (this._identityChangesHead = null), (this._identityChangesTail = null), - (this._trackByFn = t || qn); + (this._trackByFn = t || qe); } return ( (t.prototype.forEachItem = function(t) { - var e; - for (e = this._itHead; null !== e; e = e._next) t(e); + var n; + for (n = this._itHead; null !== n; n = n._next) t(n); }), (t.prototype.forEachOperation = function(t) { for ( - var e = this._itHead, n = this._removalsHead, o = 0, a = null; - e || n; + var n = this._itHead, e = this._removalsHead, o = 0, a = null; + n || e; ) { - var r = !n || (e && e.currentIndex < Zn(n, o, a)) ? e : n, - i = Zn(r, o, a), + var r = !e || (n && n.currentIndex < Ze(e, o, a)) ? n : e, + i = Ze(r, o, a), l = r.currentIndex; - if (r === n) o--, (n = n._nextRemoved); - else if (((e = e._next), null == r.previousIndex)) o++; + if (r === e) o--, (e = e._nextRemoved); + else if (((n = n._next), null == r.previousIndex)) o++; else { a || (a = []); var s = i - o, @@ -5368,33 +5368,33 @@ } }), (t.prototype.forEachPreviousItem = function(t) { - var e; - for (e = this._previousItHead; null !== e; e = e._nextPrevious) - t(e); + var n; + for (n = this._previousItHead; null !== n; n = n._nextPrevious) + t(n); }), (t.prototype.forEachAddedItem = function(t) { - var e; - for (e = this._additionsHead; null !== e; e = e._nextAdded) t(e); + var n; + for (n = this._additionsHead; null !== n; n = n._nextAdded) t(n); }), (t.prototype.forEachMovedItem = function(t) { - var e; - for (e = this._movesHead; null !== e; e = e._nextMoved) t(e); + var n; + for (n = this._movesHead; null !== n; n = n._nextMoved) t(n); }), (t.prototype.forEachRemovedItem = function(t) { - var e; - for (e = this._removalsHead; null !== e; e = e._nextRemoved) t(e); + var n; + for (n = this._removalsHead; null !== n; n = n._nextRemoved) t(n); }), (t.prototype.forEachIdentityChange = function(t) { - var e; + var n; for ( - e = this._identityChangesHead; - null !== e; - e = e._nextIdentityChange + n = this._identityChangesHead; + null !== n; + n = n._nextIdentityChange ) - t(e); + t(n); }), (t.prototype.diff = function(t) { - if ((null == t && (t = []), !Cn(t))) + if ((null == t && (t = []), !Ce(t))) throw new Error( "Error trying to diff '" + Pt(t) + @@ -5404,9 +5404,9 @@ }), (t.prototype.onDestroy = function() {}), (t.prototype.check = function(t) { - var e = this; + var n = this; this._reset(); - var n, + var e, o, a, r = this._itHead, @@ -5415,33 +5415,33 @@ this.length = t.length; for (var l = 0; l < this.length; l++) (a = this._trackByFn(l, (o = t[l]))), - null !== r && bn(r.trackById, a) + null !== r && be(r.trackById, a) ? (i && (r = this._verifyReinsertion(r, o, a, l)), - bn(r.item, o) || this._addIdentityChange(r, o)) + be(r.item, o) || this._addIdentityChange(r, o)) : ((r = this._mismatch(r, o, a, l)), (i = !0)), (r = r._next); } else - (n = 0), - (function(t, e) { + (e = 0), + (function(t, n) { if (Array.isArray(t)) - for (var n = 0; n < t.length; n++) e(t[n]); + for (var e = 0; e < t.length; e++) n(t[e]); else for ( - var o = t[hn()](), a = void 0; + var o = t[he()](), a = void 0; !(a = o.next()).done; ) - e(a.value); + n(a.value); })(t, function(t) { - (a = e._trackByFn(n, t)), - null !== r && bn(r.trackById, a) - ? (i && (r = e._verifyReinsertion(r, t, a, n)), - bn(r.item, t) || e._addIdentityChange(r, t)) - : ((r = e._mismatch(r, t, a, n)), (i = !0)), + (a = n._trackByFn(e, t)), + null !== r && be(r.trackById, a) + ? (i && (r = n._verifyReinsertion(r, t, a, e)), + be(r.item, t) || n._addIdentityChange(r, t)) + : ((r = n._mismatch(r, t, a, e)), (i = !0)), (r = r._next), - n++; + e++; }), - (this.length = n); + (this.length = e); return this._truncate(r), (this.collection = t), this.isDirty; }), Object.defineProperty(t.prototype, "isDirty", { @@ -5459,7 +5459,7 @@ (t.prototype._reset = function() { if (this.isDirty) { var t = void 0, - e = void 0; + n = void 0; for ( t = this._previousItHead = this._itHead; null !== t; @@ -5472,15 +5472,15 @@ this._additionsHead = this._additionsTail = null, t = this._movesHead; null !== t; - t = e + t = n ) - (t.previousIndex = t.currentIndex), (e = t._nextMoved); + (t.previousIndex = t.currentIndex), (n = t._nextMoved); (this._movesHead = this._movesTail = null), (this._removalsHead = this._removalsTail = null), (this._identityChangesHead = this._identityChangesTail = null); } }), - (t.prototype._mismatch = function(t, e, n, o) { + (t.prototype._mismatch = function(t, n, e, o) { var a; return ( null === t @@ -5490,25 +5490,25 @@ (t = null === this._linkedRecords ? null - : this._linkedRecords.get(n, o)) - ? (bn(t.item, e) || this._addIdentityChange(t, e), + : this._linkedRecords.get(e, o)) + ? (be(t.item, n) || this._addIdentityChange(t, n), this._moveAfter(t, a, o)) : null !== (t = null === this._unlinkedRecords ? null - : this._unlinkedRecords.get(n, null)) - ? (bn(t.item, e) || this._addIdentityChange(t, e), + : this._unlinkedRecords.get(e, null)) + ? (be(t.item, n) || this._addIdentityChange(t, n), this._reinsertAfter(t, a, o)) - : (t = this._addAfter(new Yn(e, n), a, o)), + : (t = this._addAfter(new Ye(n, e), a, o)), t ); }), - (t.prototype._verifyReinsertion = function(t, e, n, o) { + (t.prototype._verifyReinsertion = function(t, n, e, o) { var a = null === this._unlinkedRecords ? null - : this._unlinkedRecords.get(n, null); + : this._unlinkedRecords.get(e, null); return ( null !== a ? (t = this._reinsertAfter(a, t._prev, o)) @@ -5519,8 +5519,8 @@ }), (t.prototype._truncate = function(t) { for (; null !== t; ) { - var e = t._next; - this._addToRemovals(this._unlink(t)), (t = e); + var n = t._next; + this._addToRemovals(this._unlink(t)), (t = n); } null !== this._unlinkedRecords && this._unlinkedRecords.clear(), null !== this._additionsTail && @@ -5532,29 +5532,29 @@ null !== this._identityChangesTail && (this._identityChangesTail._nextIdentityChange = null); }), - (t.prototype._reinsertAfter = function(t, e, n) { + (t.prototype._reinsertAfter = function(t, n, e) { null !== this._unlinkedRecords && this._unlinkedRecords.remove(t); var o = t._prevRemoved, a = t._nextRemoved; return ( null === o ? (this._removalsHead = a) : (o._nextRemoved = a), null === a ? (this._removalsTail = o) : (a._prevRemoved = o), - this._insertAfter(t, e, n), - this._addToMoves(t, n), + this._insertAfter(t, n, e), + this._addToMoves(t, e), t ); }), - (t.prototype._moveAfter = function(t, e, n) { + (t.prototype._moveAfter = function(t, n, e) { return ( this._unlink(t), - this._insertAfter(t, e, n), - this._addToMoves(t, n), + this._insertAfter(t, n, e), + this._addToMoves(t, e), t ); }), - (t.prototype._addAfter = function(t, e, n) { + (t.prototype._addAfter = function(t, n, e) { return ( - this._insertAfter(t, e, n), + this._insertAfter(t, n, e), (this._additionsTail = null === this._additionsTail ? (this._additionsHead = t) @@ -5562,17 +5562,17 @@ t ); }), - (t.prototype._insertAfter = function(t, e, n) { - var o = null === e ? this._itHead : e._next; + (t.prototype._insertAfter = function(t, n, e) { + var o = null === n ? this._itHead : n._next; return ( (t._next = o), - (t._prev = e), + (t._prev = n), null === o ? (this._itTail = t) : (o._prev = t), - null === e ? (this._itHead = t) : (e._next = t), + null === n ? (this._itHead = t) : (n._next = t), null === this._linkedRecords && - (this._linkedRecords = new Gn()), + (this._linkedRecords = new Ge()), this._linkedRecords.put(t), - (t.currentIndex = n), + (t.currentIndex = e), t ); }), @@ -5581,16 +5581,16 @@ }), (t.prototype._unlink = function(t) { null !== this._linkedRecords && this._linkedRecords.remove(t); - var e = t._prev, - n = t._next; + var n = t._prev, + e = t._next; return ( - null === e ? (this._itHead = n) : (e._next = n), - null === n ? (this._itTail = e) : (n._prev = e), + null === n ? (this._itHead = e) : (n._next = e), + null === e ? (this._itTail = n) : (e._prev = n), t ); }), - (t.prototype._addToMoves = function(t, e) { - return t.previousIndex === e + (t.prototype._addToMoves = function(t, n) { + return t.previousIndex === n ? t : ((this._movesTail = null === this._movesTail @@ -5601,7 +5601,7 @@ (t.prototype._addToRemovals = function(t) { return ( null === this._unlinkedRecords && - (this._unlinkedRecords = new Gn()), + (this._unlinkedRecords = new Ge()), this._unlinkedRecords.put(t), (t.currentIndex = null), (t._nextRemoved = null), @@ -5613,9 +5613,9 @@ t ); }), - (t.prototype._addIdentityChange = function(t, e) { + (t.prototype._addIdentityChange = function(t, n) { return ( - (t.item = e), + (t.item = n), (this._identityChangesTail = null === this._identityChangesTail ? (this._identityChangesHead = t) @@ -5626,10 +5626,10 @@ t ); })(), - Yn = (function() { - return function(t, e) { + Ye = (function() { + return function(t, n) { (this.item = t), - (this.trackById = e), + (this.trackById = n), (this.currentIndex = null), (this.previousIndex = null), (this._nextPrevious = null), @@ -5644,7 +5644,7 @@ (this._nextIdentityChange = null); }; })(), - Wn = (function() { + We = (function() { function t() { (this._head = null), (this._tail = null); } @@ -5659,42 +5659,42 @@ (t._nextDup = null), (this._tail = t)); }), - (t.prototype.get = function(t, e) { - var n; - for (n = this._head; null !== n; n = n._nextDup) - if ((null === e || e <= n.currentIndex) && bn(n.trackById, t)) - return n; + (t.prototype.get = function(t, n) { + var e; + for (e = this._head; null !== e; e = e._nextDup) + if ((null === n || n <= e.currentIndex) && be(e.trackById, t)) + return e; return null; }), (t.prototype.remove = function(t) { - var e = t._prevDup, - n = t._nextDup; + var n = t._prevDup, + e = t._nextDup; return ( - null === e ? (this._head = n) : (e._nextDup = n), - null === n ? (this._tail = e) : (n._prevDup = e), + null === n ? (this._head = e) : (n._nextDup = e), + null === e ? (this._tail = n) : (e._prevDup = n), null === this._head ); }), t ); })(), - Gn = (function() { + Ge = (function() { function t() { this.map = new Map(); } return ( (t.prototype.put = function(t) { - var e = t.trackById, - n = this.map.get(e); - n || ((n = new Wn()), this.map.set(e, n)), n.add(t); + var n = t.trackById, + e = this.map.get(n); + e || ((e = new We()), this.map.set(n, e)), e.add(t); }), - (t.prototype.get = function(t, e) { - var n = this.map.get(t); - return n ? n.get(t, e) : null; + (t.prototype.get = function(t, n) { + var e = this.map.get(t); + return e ? e.get(t, n) : null; }), (t.prototype.remove = function(t) { - var e = t.trackById; - return this.map.get(e).remove(t) && this.map.delete(e), t; + var n = t.trackById; + return this.map.get(n).remove(t) && this.map.delete(n), t; }), Object.defineProperty(t.prototype, "isEmpty", { get: function() { @@ -5709,25 +5709,25 @@ t ); })(); - function Zn(t, e, n) { + function Ze(t, n, e) { var o = t.previousIndex; if (null === o) return o; var a = 0; - return n && o < n.length && (a = n[o]), o + e + a; + return e && o < e.length && (a = e[o]), o + n + a; } - var Qn = (function() { + var Qe = (function() { function t() {} return ( (t.prototype.supports = function(t) { - return t instanceof Map || vn(t); + return t instanceof Map || ve(t); }), (t.prototype.create = function() { - return new Xn(); + return new Xe(); }), t ); })(), - Xn = (function() { + Xe = (function() { function t() { (this._records = new Map()), (this._mapHead = null), @@ -5753,29 +5753,29 @@ configurable: !0 }), (t.prototype.forEachItem = function(t) { - var e; - for (e = this._mapHead; null !== e; e = e._next) t(e); + var n; + for (n = this._mapHead; null !== n; n = n._next) t(n); }), (t.prototype.forEachPreviousItem = function(t) { - var e; - for (e = this._previousMapHead; null !== e; e = e._nextPrevious) - t(e); + var n; + for (n = this._previousMapHead; null !== n; n = n._nextPrevious) + t(n); }), (t.prototype.forEachChangedItem = function(t) { - var e; - for (e = this._changesHead; null !== e; e = e._nextChanged) t(e); + var n; + for (n = this._changesHead; null !== n; n = n._nextChanged) t(n); }), (t.prototype.forEachAddedItem = function(t) { - var e; - for (e = this._additionsHead; null !== e; e = e._nextAdded) t(e); + var n; + for (n = this._additionsHead; null !== n; n = n._nextAdded) t(n); }), (t.prototype.forEachRemovedItem = function(t) { - var e; - for (e = this._removalsHead; null !== e; e = e._nextRemoved) t(e); + var n; + for (n = this._removalsHead; null !== n; n = n._nextRemoved) t(n); }), (t.prototype.diff = function(t) { if (t) { - if (!(t instanceof Map || vn(t))) + if (!(t instanceof Map || ve(t))) throw new Error( "Error trying to diff '" + Pt(t) + @@ -5786,25 +5786,25 @@ }), (t.prototype.onDestroy = function() {}), (t.prototype.check = function(t) { - var e = this; + var n = this; this._reset(); - var n = this._mapHead; + var e = this._mapHead; if ( ((this._appendAfter = null), this._forEach(t, function(t, o) { - if (n && n.key === o) - e._maybeAddToChanges(n, t), - (e._appendAfter = n), - (n = n._next); + if (e && e.key === o) + n._maybeAddToChanges(e, t), + (n._appendAfter = e), + (e = e._next); else { - var a = e._getOrCreateRecordForKey(o, t); - n = e._insertBeforeOrAppend(n, a); + var a = n._getOrCreateRecordForKey(o, t); + e = n._insertBeforeOrAppend(e, a); } }), - n) + e) ) { - n._prev && (n._prev._next = null), (this._removalsHead = n); - for (var o = n; null !== o; o = o._nextRemoved) + e._prev && (e._prev._next = null), (this._removalsHead = e); + for (var o = e; null !== o; o = o._nextRemoved) o === this._mapHead && (this._mapHead = null), this._records.delete(o.key), (o._nextRemoved = o._next), @@ -5819,46 +5819,46 @@ this.isDirty ); }), - (t.prototype._insertBeforeOrAppend = function(t, e) { + (t.prototype._insertBeforeOrAppend = function(t, n) { if (t) { - var n = t._prev; + var e = t._prev; return ( - (e._next = t), - (e._prev = n), - (t._prev = e), - n && (n._next = e), - t === this._mapHead && (this._mapHead = e), + (n._next = t), + (n._prev = e), + (t._prev = n), + e && (e._next = n), + t === this._mapHead && (this._mapHead = n), (this._appendAfter = t), t ); } return ( this._appendAfter - ? ((this._appendAfter._next = e), - (e._prev = this._appendAfter)) - : (this._mapHead = e), - (this._appendAfter = e), + ? ((this._appendAfter._next = n), + (n._prev = this._appendAfter)) + : (this._mapHead = n), + (this._appendAfter = n), null ); }), - (t.prototype._getOrCreateRecordForKey = function(t, e) { + (t.prototype._getOrCreateRecordForKey = function(t, n) { if (this._records.has(t)) { - var n = this._records.get(t); - this._maybeAddToChanges(n, e); - var o = n._prev, - a = n._next; + var e = this._records.get(t); + this._maybeAddToChanges(e, n); + var o = e._prev, + a = e._next; return ( o && (o._next = a), a && (a._prev = o), - (n._next = null), - (n._prev = null), - n + (e._next = null), + (e._prev = null), + e ); } - var r = new Jn(t); + var r = new Je(t); return ( this._records.set(t, r), - (r.currentValue = e), + (r.currentValue = n), this._addToAdditions(r), r ); @@ -5882,10 +5882,10 @@ (this._removalsHead = null); } }), - (t.prototype._maybeAddToChanges = function(t, e) { - bn(e, t.currentValue) || + (t.prototype._maybeAddToChanges = function(t, n) { + be(n, t.currentValue) || ((t.previousValue = t.currentValue), - (t.currentValue = e), + (t.currentValue = n), this._addToChanges(t)); }), (t.prototype._addToAdditions = function(t) { @@ -5900,17 +5900,17 @@ : ((this._changesTail._nextChanged = t), (this._changesTail = t)); }), - (t.prototype._forEach = function(t, e) { + (t.prototype._forEach = function(t, n) { t instanceof Map - ? t.forEach(e) - : Object.keys(t).forEach(function(n) { - return e(t[n], n); + ? t.forEach(n) + : Object.keys(t).forEach(function(e) { + return n(t[e], e); }); }), t ); })(), - Jn = (function() { + Je = (function() { return function(t) { (this.key = t), (this.previousValue = null), @@ -5923,49 +5923,49 @@ (this._nextChanged = null); }; })(), - $n = (function() { + $e = (function() { function t(t) { this.factories = t; } return ( - (t.create = function(e, n) { - if (null != n) { - var o = n.factories.slice(); - e = e.concat(o); + (t.create = function(n, e) { + if (null != e) { + var o = e.factories.slice(); + n = n.concat(o); } - return new t(e); + return new t(n); }), - (t.extend = function(e) { + (t.extend = function(n) { return { provide: t, - useFactory: function(n) { - if (!n) + useFactory: function(e) { + if (!e) throw new Error( "Cannot extend IterableDiffers without a parent injector" ); - return t.create(e, n); + return t.create(n, e); }, deps: [[t, new ht(), new gt()]] }; }), (t.prototype.find = function(t) { - var e, - n = this.factories.find(function(e) { - return e.supports(t); + var n, + e = this.factories.find(function(n) { + return n.supports(t); }); - if (null != n) return n; + if (null != e) return e; throw new Error( "Cannot find a differ supporting object '" + t + "' of type '" + - ((e = t).name || typeof e) + + ((n = t).name || typeof n) + "'" ); }), (t.ngInjectableDef = yt({ providedIn: "root", factory: function() { - return new t([new Un()]); + return new t([new Ue()]); } })), t @@ -5976,31 +5976,31 @@ this.factories = t; } return ( - (t.create = function(e, n) { - if (n) { - var o = n.factories.slice(); - e = e.concat(o); + (t.create = function(n, e) { + if (e) { + var o = e.factories.slice(); + n = n.concat(o); } - return new t(e); + return new t(n); }), - (t.extend = function(e) { + (t.extend = function(n) { return { provide: t, - useFactory: function(n) { - if (!n) + useFactory: function(e) { + if (!e) throw new Error( "Cannot extend KeyValueDiffers without a parent injector" ); - return t.create(e, n); + return t.create(n, e); }, deps: [[t, new ht(), new gt()]] }; }), (t.prototype.find = function(t) { - var e = this.factories.find(function(e) { - return e.supports(t); + var n = this.factories.find(function(n) { + return n.supports(t); }); - if (e) return e; + if (n) return n; throw new Error( "Cannot find a differ supporting object '" + t + "'" ); @@ -6008,101 +6008,101 @@ (t.ngInjectableDef = yt({ providedIn: "root", factory: function() { - return new t([new Qn()]); + return new t([new Qe()]); } })), t ); })(), - eo = (function() { + no = (function() { function t() {} return ( (t.__NG_ELEMENT_ID__ = function() { - return no(); + return eo(); }), t ); })(), - no = function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + eo = function() { + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; }, - oo = [new Qn()], - ao = new $n([new Un()]), + oo = [new Qe()], + ao = new $e([new Ue()]), ro = new to(oo), io = (function() { function t() {} return ( (t.__NG_ELEMENT_ID__ = function() { - return lo(t, Nn); + return lo(t, Ne); }), t ); })(), - lo = Dn, + lo = De, so = (function() { function t() {} return ( (t.__NG_ELEMENT_ID__ = function() { - return co(t, Nn); + return co(t, Ne); }), t ); })(), - co = Dn; - function uo(t, e, n, o) { + co = De; + function uo(t, n, e, o) { var a = "ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '" + - e + - "'. Current value: '" + n + + "'. Current value: '" + + e + "'."; return ( o && (a += " It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"), - (function(t, e) { - var n = new Error(t); - return po(n, e), n; + (function(t, n) { + var e = new Error(t); + return po(e, n), e; })(a, t) ); } - function po(t, e) { - (t[le] = e), (t[ce] = e.logError.bind(e)); + function po(t, n) { + (t[sn] = n), (t[un] = n.logError.bind(n)); } function mo(t) { return new Error( "ViewDestroyedError: Attempt to use a destroyed view: " + t ); } - function go(t, e, n) { + function go(t, n, e) { var o = t.state, a = 1792 & o; - return a === e - ? ((t.state = (-1793 & o) | n), (t.initIndex = -1), !0) - : a === n; + return a === n + ? ((t.state = (-1793 & o) | e), (t.initIndex = -1), !0) + : a === e; } - function fo(t, e, n) { + function fo(t, n, e) { return ( - (1792 & t.state) === e && - t.initIndex <= n && - ((t.initIndex = n + 1), !0) + (1792 & t.state) === n && + t.initIndex <= e && + ((t.initIndex = e + 1), !0) ); } - function ho(t, e) { - return t.nodes[e]; + function ho(t, n) { + return t.nodes[n]; } - function bo(t, e) { - return t.nodes[e]; + function bo(t, n) { + return t.nodes[n]; } - function _o(t, e) { - return t.nodes[e]; + function _o(t, n) { + return t.nodes[n]; } - function yo(t, e) { - return t.nodes[e]; + function yo(t, n) { + return t.nodes[n]; } - function Co(t, e) { - return t.nodes[e]; + function Co(t, n) { + return t.nodes[n]; } var vo = { setCurrentNode: void 0, @@ -6126,15 +6126,15 @@ Oo = function() {}, Po = new Map(); function Mo(t) { - var e = Po.get(t); - return e || ((e = Pt(t) + "_" + Po.size), Po.set(t, e)), e; - } - function xo(t, e, n, o) { - if (yn.isWrapped(o)) { - o = yn.unwrap(o); - var a = t.def.nodes[e].bindingIndex + n, - r = yn.unwrap(t.oldValues[a]); - t.oldValues[a] = new yn(r); + var n = Po.get(t); + return n || ((n = Pt(t) + "_" + Po.size), Po.set(t, n)), n; + } + function xo(t, n, e, o) { + if (ye.isWrapped(o)) { + o = ye.unwrap(o); + var a = t.def.nodes[n].bindingIndex + e, + r = ye.unwrap(t.oldValues[a]); + t.oldValues[a] = new ye(r); } return o; } @@ -6149,18 +6149,18 @@ }; } var Eo = 0; - function Io(t, e, n, o) { - return !(!(2 & t.state) && bn(t.oldValues[e.bindingIndex + n], o)); + function Io(t, n, e, o) { + return !(!(2 & t.state) && be(t.oldValues[n.bindingIndex + e], o)); } - function Ao(t, e, n, o) { - return !!Io(t, e, n, o) && ((t.oldValues[e.bindingIndex + n] = o), !0); + function Ao(t, n, e, o) { + return !!Io(t, n, e, o) && ((t.oldValues[n.bindingIndex + e] = o), !0); } - function To(t, e, n, o) { - var a = t.oldValues[e.bindingIndex + n]; - if (1 & t.state || !_n(a, o)) { - var r = e.bindings[n].name; + function To(t, n, e, o) { + var a = t.oldValues[n.bindingIndex + e]; + if (1 & t.state || !_e(a, o)) { + var r = n.bindings[e].name; throw uo( - vo.createDebugContext(t, e.nodeIndex), + vo.createDebugContext(t, n.nodeIndex), r + ": " + a, r + ": " + o, 0 != (1 & t.state) @@ -6168,19 +6168,19 @@ } } function Ro(t) { - for (var e = t; e; ) - 2 & e.def.flags && (e.state |= 8), - (e = e.viewContainerParent || e.parent); + for (var n = t; n; ) + 2 & n.def.flags && (n.state |= 8), + (n = n.viewContainerParent || n.parent); } - function Do(t, e) { - for (var n = t; n && n !== e; ) - (n.state |= 64), (n = n.viewContainerParent || n.parent); + function Do(t, n) { + for (var e = t; e && e !== n; ) + (e.state |= 64), (e = e.viewContainerParent || e.parent); } - function No(t, e, n, o) { + function No(t, n, e, o) { try { return ( - Ro(33554432 & t.def.nodes[e].flags ? bo(t, e).componentView : t), - vo.handleEvent(t, e, n, o) + Ro(33554432 & t.def.nodes[n].flags ? bo(t, n).componentView : t), + vo.handleEvent(t, n, e, o) ); } catch (a) { t.root.errorHandler.handleError(a); @@ -6192,12 +6192,12 @@ function Lo(t) { return t.parent ? t.parentNodeDef.parent : null; } - function jo(t, e) { - switch (201347067 & e.flags) { + function jo(t, n) { + switch (201347067 & n.flags) { case 1: - return bo(t, e.nodeIndex).renderElement; + return bo(t, n.nodeIndex).renderElement; case 2: - return ho(t, e.nodeIndex).renderText; + return ho(t, n.nodeIndex).renderText; } } function Fo(t) { @@ -6210,8 +6210,8 @@ return 1 << t % 32; } function Ho(t) { - var e = {}, - n = 0, + var n = {}, + e = 0, a = {}; return ( t && @@ -6219,60 +6219,60 @@ var r = Object(o.__read)(t, 2), i = r[0], l = r[1]; - "number" == typeof i ? ((e[i] = l), (n |= Vo(i))) : (a[i] = l); + "number" == typeof i ? ((n[i] = l), (e |= Vo(i))) : (a[i] = l); }), - { matchedQueries: e, references: a, matchedQueryIds: n } + { matchedQueries: n, references: a, matchedQueryIds: e } ); } - function Uo(t, e) { + function Uo(t, n) { return t.map(function(t) { - var n, a, r; + var e, a, r; return ( Array.isArray(t) - ? ((r = (n = Object(o.__read)(t, 2))[0]), (a = n[1])) + ? ((r = (e = Object(o.__read)(t, 2))[0]), (a = e[1])) : ((r = 0), (a = t)), a && ("function" == typeof a || "object" == typeof a) && - e && - Object.defineProperty(a, qt, { value: e, configurable: !0 }), + n && + Object.defineProperty(a, qt, { value: n, configurable: !0 }), { flags: r, token: a, tokenKey: Mo(a) } ); }); } - function qo(t, e, n) { - var o = n.renderParent; + function qo(t, n, e) { + var o = e.renderParent; return o ? 0 == (1 & o.flags) || 0 == (33554432 & o.flags) || (o.element.componentRendererType && - o.element.componentRendererType.encapsulation === Ie.Native) - ? bo(t, n.renderParent.nodeIndex).renderElement + o.element.componentRendererType.encapsulation === An.Native) + ? bo(t, e.renderParent.nodeIndex).renderElement : void 0 - : e; + : n; } var Ko = new WeakMap(); function Yo(t) { - var e = Ko.get(t); + var n = Ko.get(t); return ( - e || - (((e = t(function() { + n || + (((n = t(function() { return Oo; })).factory = t), - Ko.set(t, e)), - e + Ko.set(t, n)), + n ); } - function Wo(t, e, n, o, a) { - 3 === e && (n = t.renderer.parentNode(jo(t, t.def.lastRenderRootNode))), - Go(t, e, 0, t.def.nodes.length - 1, n, o, a); + function Wo(t, n, e, o, a) { + 3 === n && (e = t.renderer.parentNode(jo(t, t.def.lastRenderRootNode))), + Go(t, n, 0, t.def.nodes.length - 1, e, o, a); } - function Go(t, e, n, o, a, r, i) { - for (var l = n; l <= o; l++) { + function Go(t, n, e, o, a, r, i) { + for (var l = e; l <= o; l++) { var s = t.def.nodes[l]; - 11 & s.flags && Qo(t, s, e, a, r, i), (l += s.childCount); + 11 & s.flags && Qo(t, s, n, a, r, i), (l += s.childCount); } } - function Zo(t, e, n, o, a, r) { + function Zo(t, n, e, o, a, r) { for (var i = t; i && !Fo(i); ) i = i.parent; for ( var l = i.parent, @@ -6283,181 +6283,181 @@ u++ ) { var d = l.def.nodes[u]; - d.ngContentIndex === e && Qo(l, d, n, o, a, r), (u += d.childCount); + d.ngContentIndex === n && Qo(l, d, e, o, a, r), (u += d.childCount); } if (!l.parent) { - var p = t.root.projectableNodes[e]; - if (p) for (u = 0; u < p.length; u++) Xo(t, p[u], n, o, a, r); + var p = t.root.projectableNodes[n]; + if (p) for (u = 0; u < p.length; u++) Xo(t, p[u], e, o, a, r); } } - function Qo(t, e, n, o, a, r) { - if (8 & e.flags) Zo(t, e.ngContent.index, n, o, a, r); + function Qo(t, n, e, o, a, r) { + if (8 & n.flags) Zo(t, n.ngContent.index, e, o, a, r); else { - var i = jo(t, e); + var i = jo(t, n); if ( - (3 === n && 33554432 & e.flags && 48 & e.bindingFlags - ? (16 & e.bindingFlags && Xo(t, i, n, o, a, r), - 32 & e.bindingFlags && - Xo(bo(t, e.nodeIndex).componentView, i, n, o, a, r)) - : Xo(t, i, n, o, a, r), - 16777216 & e.flags) + (3 === e && 33554432 & n.flags && 48 & n.bindingFlags + ? (16 & n.bindingFlags && Xo(t, i, e, o, a, r), + 32 & n.bindingFlags && + Xo(bo(t, n.nodeIndex).componentView, i, e, o, a, r)) + : Xo(t, i, e, o, a, r), + 16777216 & n.flags) ) for ( - var l = bo(t, e.nodeIndex).viewContainer._embeddedViews, s = 0; + var l = bo(t, n.nodeIndex).viewContainer._embeddedViews, s = 0; s < l.length; s++ ) - Wo(l[s], n, o, a, r); - 1 & e.flags && - !e.element.name && - Go(t, n, e.nodeIndex + 1, e.nodeIndex + e.childCount, o, a, r); + Wo(l[s], e, o, a, r); + 1 & n.flags && + !n.element.name && + Go(t, e, n.nodeIndex + 1, n.nodeIndex + n.childCount, o, a, r); } } - function Xo(t, e, n, o, a, r) { + function Xo(t, n, e, o, a, r) { var i = t.renderer; - switch (n) { + switch (e) { case 1: - i.appendChild(o, e); + i.appendChild(o, n); break; case 2: - i.insertBefore(o, e, a); + i.insertBefore(o, n, a); break; case 3: - i.removeChild(o, e); + i.removeChild(o, n); break; case 0: - r.push(e); + r.push(n); } } var Jo = /^:([^:]+):(.+)$/; function $o(t) { if (":" === t[0]) { - var e = t.match(Jo); - return [e[1], e[2]]; + var n = t.match(Jo); + return [n[1], n[2]]; } return ["", t]; } function ta(t) { - for (var e = 0, n = 0; n < t.length; n++) e |= t[n].flags; - return e; + for (var n = 0, e = 0; e < t.length; e++) n |= t[e].flags; + return n; } - function ea(t, e, n, o, a, r, i, l, s, c, u, d, p, m, g, f, h, b, _, y) { + function na(t, n, e, o, a, r, i, l, s, c, u, d, p, m, g, f, h, b, _, y) { switch (t) { case 1: - return e + na(n) + o; + return n + ea(e) + o; case 2: - return e + na(n) + o + na(a) + r; + return n + ea(e) + o + ea(a) + r; case 3: - return e + na(n) + o + na(a) + r + na(i) + l; + return n + ea(e) + o + ea(a) + r + ea(i) + l; case 4: - return e + na(n) + o + na(a) + r + na(i) + l + na(s) + c; + return n + ea(e) + o + ea(a) + r + ea(i) + l + ea(s) + c; case 5: return ( - e + na(n) + o + na(a) + r + na(i) + l + na(s) + c + na(u) + d + n + ea(e) + o + ea(a) + r + ea(i) + l + ea(s) + c + ea(u) + d ); case 6: return ( - e + - na(n) + + n + + ea(e) + o + - na(a) + + ea(a) + r + - na(i) + + ea(i) + l + - na(s) + + ea(s) + c + - na(u) + + ea(u) + d + - na(p) + + ea(p) + m ); case 7: return ( - e + - na(n) + + n + + ea(e) + o + - na(a) + + ea(a) + r + - na(i) + + ea(i) + l + - na(s) + + ea(s) + c + - na(u) + + ea(u) + d + - na(p) + + ea(p) + m + - na(g) + + ea(g) + f ); case 8: return ( - e + - na(n) + + n + + ea(e) + o + - na(a) + + ea(a) + r + - na(i) + + ea(i) + l + - na(s) + + ea(s) + c + - na(u) + + ea(u) + d + - na(p) + + ea(p) + m + - na(g) + + ea(g) + f + - na(h) + + ea(h) + b ); case 9: return ( - e + - na(n) + + n + + ea(e) + o + - na(a) + + ea(a) + r + - na(i) + + ea(i) + l + - na(s) + + ea(s) + c + - na(u) + + ea(u) + d + - na(p) + + ea(p) + m + - na(g) + + ea(g) + f + - na(h) + + ea(h) + b + - na(_) + + ea(_) + y ); default: throw new Error("Does not support more than 9 expressions"); } } - function na(t) { + function ea(t) { return null != t ? t.toString() : ""; } var oa = new Object(), aa = Mo(Zt), ra = Mo(Wt), - ia = Mo(Tn); - function la(t, e, n, o) { + ia = Mo(Te); + function la(t, n, e, o) { return ( - (n = kt(n)), - { index: -1, deps: Uo(o, Pt(e)), flags: t, token: e, value: n } + (e = kt(e)), + { index: -1, deps: Uo(o, Pt(n)), flags: t, token: n, value: e } ); } - function sa(t, e, n) { - void 0 === n && (n = Zt.THROW_IF_NOT_FOUND); + function sa(t, n, e) { + void 0 === e && (e = Zt.THROW_IF_NOT_FOUND); var o, a, r = At(t); try { - if (8 & e.flags) return e.token; - if ((2 & e.flags && (n = null), 1 & e.flags)) - return t._parent.get(e.token, n); - var i = e.tokenKey; + if (8 & n.flags) return n.token; + if ((2 & n.flags && (e = null), 1 & n.flags)) + return t._parent.get(n.token, e); + var i = n.tokenKey; switch (i) { case aa: case ra: @@ -6474,129 +6474,129 @@ ); } if ( - (l = vt(e.token)) && + (l = vt(n.token)) && ((o = t), null != (a = l).providedIn && - ((function(t, e) { + ((function(t, n) { return t._def.modules.indexOf(a.providedIn) > -1; })(o) || ("root" === a.providedIn && o._def.isRoot))) ) { var u = t._providers.length; return ( - (t._def.providers[u] = t._def.providersByKey[e.tokenKey] = { + (t._def.providers[u] = t._def.providersByKey[n.tokenKey] = { flags: 5120, value: l.factory, deps: [], index: u, - token: e.token + token: n.token }), (t._providers[u] = oa), - (t._providers[u] = ca(t, t._def.providersByKey[e.tokenKey])) + (t._providers[u] = ca(t, t._def.providersByKey[n.tokenKey])) ); } - return 4 & e.flags ? n : t._parent.get(e.token, n); + return 4 & n.flags ? e : t._parent.get(n.token, e); } finally { At(r); } } - function ca(t, e) { - var n; - switch (201347067 & e.flags) { + function ca(t, n) { + var e; + switch (201347067 & n.flags) { case 512: - n = (function(t, e, n) { - var a = n.length; + e = (function(t, n, e) { + var a = e.length; switch (a) { case 0: - return new e(); + return new n(); case 1: - return new e(sa(t, n[0])); + return new n(sa(t, e[0])); case 2: - return new e(sa(t, n[0]), sa(t, n[1])); + return new n(sa(t, e[0]), sa(t, e[1])); case 3: - return new e(sa(t, n[0]), sa(t, n[1]), sa(t, n[2])); + return new n(sa(t, e[0]), sa(t, e[1]), sa(t, e[2])); default: for (var r = new Array(a), i = 0; i < a; i++) - r[i] = sa(t, n[i]); - return new (e.bind.apply( - e, + r[i] = sa(t, e[i]); + return new (n.bind.apply( + n, Object(o.__spread)([void 0], r) ))(); } - })(t, e.value, e.deps); + })(t, n.value, n.deps); break; case 1024: - n = (function(t, e, n) { - var a = n.length; + e = (function(t, n, e) { + var a = e.length; switch (a) { case 0: - return e(); + return n(); case 1: - return e(sa(t, n[0])); + return n(sa(t, e[0])); case 2: - return e(sa(t, n[0]), sa(t, n[1])); + return n(sa(t, e[0]), sa(t, e[1])); case 3: - return e(sa(t, n[0]), sa(t, n[1]), sa(t, n[2])); + return n(sa(t, e[0]), sa(t, e[1]), sa(t, e[2])); default: - for (var r = Array(a), i = 0; i < a; i++) r[i] = sa(t, n[i]); - return e.apply(void 0, Object(o.__spread)(r)); + for (var r = Array(a), i = 0; i < a; i++) r[i] = sa(t, e[i]); + return n.apply(void 0, Object(o.__spread)(r)); } - })(t, e.value, e.deps); + })(t, n.value, n.deps); break; case 2048: - n = sa(t, e.deps[0]); + e = sa(t, n.deps[0]); break; case 256: - n = e.value; + e = n.value; } return ( - n === oa || - null === n || - "object" != typeof n || - 131072 & e.flags || - "function" != typeof n.ngOnDestroy || - (e.flags |= 131072), - void 0 === n ? oa : n - ); - } - function ua(t, e) { - var n = t.viewContainer._embeddedViews; - if (((null == e || e >= n.length) && (e = n.length - 1), e < 0)) + e === oa || + null === e || + "object" != typeof e || + 131072 & n.flags || + "function" != typeof e.ngOnDestroy || + (n.flags |= 131072), + void 0 === e ? oa : e + ); + } + function ua(t, n) { + var e = t.viewContainer._embeddedViews; + if (((null == n || n >= e.length) && (n = e.length - 1), n < 0)) return null; - var o = n[e]; + var o = e[n]; return ( (o.viewContainerParent = null), - ga(n, e), + ga(e, n), vo.dirtyParentQueries(o), pa(o), o ); } - function da(t, e, n) { - var o = e ? jo(e, e.def.lastRenderRootNode) : t.renderElement, - a = n.renderer.parentNode(o), - r = n.renderer.nextSibling(o); - Wo(n, 2, a, r, void 0); + function da(t, n, e) { + var o = n ? jo(n, n.def.lastRenderRootNode) : t.renderElement, + a = e.renderer.parentNode(o), + r = e.renderer.nextSibling(o); + Wo(e, 2, a, r, void 0); } function pa(t) { Wo(t, 3, null, null, void 0); } - function ma(t, e, n) { - e >= t.length ? t.push(n) : t.splice(e, 0, n); + function ma(t, n, e) { + n >= t.length ? t.push(e) : t.splice(n, 0, e); } - function ga(t, e) { - e >= t.length - 1 ? t.pop() : t.splice(e, 1); + function ga(t, n) { + n >= t.length - 1 ? t.pop() : t.splice(n, 1); } var fa = new Object(); - function ha(t, e, n, o, a, r) { - return new ba(t, e, n, o, a, r); + function ha(t, n, e, o, a, r) { + return new ba(t, n, e, o, a, r); } var ba = (function(t) { - function e(e, n, o, a, r, i) { + function n(n, e, o, a, r, i) { var l = t.call(this) || this; return ( - (l.selector = e), - (l.componentType = n), + (l.selector = n), + (l.componentType = e), (l._inputs = a), (l._outputs = r), (l.ngContentSelectors = i), @@ -6605,108 +6605,108 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "inputs", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "inputs", { get: function() { var t = [], - e = this._inputs; - for (var n in e) t.push({ propName: n, templateName: e[n] }); + n = this._inputs; + for (var e in n) t.push({ propName: e, templateName: n[e] }); return t; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "outputs", { + Object.defineProperty(n.prototype, "outputs", { get: function() { var t = []; - for (var e in this._outputs) - t.push({ propName: e, templateName: this._outputs[e] }); + for (var n in this._outputs) + t.push({ propName: n, templateName: this._outputs[n] }); return t; }, enumerable: !0, configurable: !0 }), - (e.prototype.create = function(t, e, n, o) { + (n.prototype.create = function(t, n, e, o) { if (!o) throw new Error("ngModule should be provided"); var a = Yo(this.viewDefFactory), r = a.nodes[0].element.componentProvider.nodeIndex, - i = vo.createRootView(t, e || [], n, a, o, fa), + i = vo.createRootView(t, n || [], e, a, o, fa), l = _o(i, r).instance; return ( - n && + e && i.renderer.setAttribute( bo(i, 0).renderElement, "ng-version", - Hn.full + He.full ), new _a(i, new Oa(i), l) ); }), - e + n ); - })(xn), + })(xe), _a = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a._view = e), - (a._viewRef = n), + (a._view = n), + (a._viewRef = e), (a._component = o), (a._elDef = a._view.def.nodes[0]), - (a.hostView = n), - (a.changeDetectorRef = n), + (a.hostView = e), + (a.changeDetectorRef = e), (a.instance = o), a ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "location", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "location", { get: function() { - return new Nn( + return new Ne( bo(this._view, this._elDef.nodeIndex).renderElement ); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "injector", { + Object.defineProperty(n.prototype, "injector", { get: function() { return new ka(this._view, this._elDef); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "componentType", { + Object.defineProperty(n.prototype, "componentType", { get: function() { return this._component.constructor; }, enumerable: !0, configurable: !0 }), - (e.prototype.destroy = function() { + (n.prototype.destroy = function() { this._viewRef.destroy(); }), - (e.prototype.onDestroy = function(t) { + (n.prototype.onDestroy = function(t) { this._viewRef.onDestroy(t); }), - e + n ); - })(Mn); - function ya(t, e, n) { - return new Ca(t, e, n); + })(Me); + function ya(t, n, e) { + return new Ca(t, n, e); } var Ca = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._view = t), - (this._elDef = e), - (this._data = n), + (this._elDef = n), + (this._data = e), (this._embeddedViews = []); } return ( Object.defineProperty(t.prototype, "element", { get: function() { - return new Nn(this._data.renderElement); + return new Ne(this._data.renderElement); }, enumerable: !0, configurable: !0 @@ -6720,24 +6720,24 @@ }), Object.defineProperty(t.prototype, "parentInjector", { get: function() { - for (var t = this._view, e = this._elDef.parent; !e && t; ) - (e = Lo(t)), (t = t.parent); - return t ? new ka(t, e) : new ka(this._view, null); + for (var t = this._view, n = this._elDef.parent; !n && t; ) + (n = Lo(t)), (t = t.parent); + return t ? new ka(t, n) : new ka(this._view, null); }, enumerable: !0, configurable: !0 }), (t.prototype.clear = function() { for (var t = this._embeddedViews.length - 1; t >= 0; t--) { - var e = ua(this._data, t); - vo.destroyView(e); + var n = ua(this._data, t); + vo.destroyView(n); } }), (t.prototype.get = function(t) { - var e = this._embeddedViews[t]; - if (e) { - var n = new Oa(e); - return n.attachToViewContainerRef(this), n; + var n = this._embeddedViews[t]; + if (n) { + var e = new Oa(n); + return e.attachToViewContainerRef(this), e; } return null; }), @@ -6748,67 +6748,67 @@ enumerable: !0, configurable: !0 }), - (t.prototype.createEmbeddedView = function(t, e, n) { - var o = t.createEmbeddedView(e || {}); - return this.insert(o, n), o; + (t.prototype.createEmbeddedView = function(t, n, e) { + var o = t.createEmbeddedView(n || {}); + return this.insert(o, e), o; }), - (t.prototype.createComponent = function(t, e, n, o, a) { - var r = n || this.parentInjector; - a || t instanceof An || (a = r.get(Tn)); + (t.prototype.createComponent = function(t, n, e, o, a) { + var r = e || this.parentInjector; + a || t instanceof Ae || (a = r.get(Te)); var i = t.create(r, o, void 0, a); - return this.insert(i.hostView, e), i; + return this.insert(i.hostView, n), i; }), - (t.prototype.insert = function(t, e) { + (t.prototype.insert = function(t, n) { if (t.destroyed) throw new Error( "Cannot insert a destroyed View in a ViewContainer!" ); - var n, + var e, o, a, r, i = t; return ( - (r = (n = this._data).viewContainer._embeddedViews), - null == (o = e) && (o = r.length), + (r = (e = this._data).viewContainer._embeddedViews), + null == (o = n) && (o = r.length), ((a = i._view).viewContainerParent = this._view), ma(r, o, a), - (function(t, e) { - var n = zo(e); - if (n && n !== t && !(16 & e.state)) { - e.state |= 16; - var o = n.template._projectedViews; - o || (o = n.template._projectedViews = []), - o.push(e), - (function(t, n) { - if (!(4 & n.flags)) { - (e.parent.def.nodeFlags |= 4), (n.flags |= 4); - for (var o = n.parent; o; ) + (function(t, n) { + var e = zo(n); + if (e && e !== t && !(16 & n.state)) { + n.state |= 16; + var o = e.template._projectedViews; + o || (o = e.template._projectedViews = []), + o.push(n), + (function(t, e) { + if (!(4 & e.flags)) { + (n.parent.def.nodeFlags |= 4), (e.flags |= 4); + for (var o = e.parent; o; ) (o.childFlags |= 4), (o = o.parent); } - })(0, e.parentNodeDef); + })(0, n.parentNodeDef); } - })(n, a), + })(e, a), vo.dirtyParentQueries(a), - da(n, o > 0 ? r[o - 1] : null, a), + da(e, o > 0 ? r[o - 1] : null, a), i.attachToViewContainerRef(this), t ); }), - (t.prototype.move = function(t, e) { + (t.prototype.move = function(t, n) { if (t.destroyed) throw new Error( "Cannot move a destroyed View in a ViewContainer!" ); - var n, + var e, o, a, r, i, l = this._embeddedViews.indexOf(t._view); return ( - (a = e), - (i = (r = (n = this._data).viewContainer._embeddedViews)[ + (a = n), + (i = (r = (e = this._data).viewContainer._embeddedViews)[ (o = l) ]), ga(r, o), @@ -6816,7 +6816,7 @@ ma(r, a, i), vo.dirtyParentQueries(i), pa(i), - da(n, a > 0 ? r[a - 1] : null, i), + da(e, a > 0 ? r[a - 1] : null, i), t ); }), @@ -6824,12 +6824,12 @@ return this._embeddedViews.indexOf(t._view); }), (t.prototype.remove = function(t) { - var e = ua(this._data, t); - e && vo.destroyView(e); + var n = ua(this._data, t); + n && vo.destroyView(n); }), (t.prototype.detach = function(t) { - var e = ua(this._data, t); - return e ? new Oa(e) : null; + var n = ua(this._data, t); + return n ? new Oa(n) : null; }), t ); @@ -6922,17 +6922,17 @@ t ); })(); - function Pa(t, e) { - return new Ma(t, e); + function Pa(t, n) { + return new Ma(t, n); } var Ma = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o._parentView = e), (o._def = n), o; + return (o._parentView = n), (o._def = e), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.createEmbeddedView = function(t) { + Object(o.__extends)(n, t), + (n.prototype.createEmbeddedView = function(t) { return new Oa( vo.createEmbeddedView( this._parentView, @@ -6942,50 +6942,50 @@ ) ); }), - Object.defineProperty(e.prototype, "elementRef", { + Object.defineProperty(n.prototype, "elementRef", { get: function() { - return new Nn( + return new Ne( bo(this._parentView, this._def.nodeIndex).renderElement ); }, enumerable: !0, configurable: !0 }), - e + n ); })(io); - function xa(t, e) { - return new ka(t, e); + function xa(t, n) { + return new ka(t, n); } var ka = (function() { - function t(t, e) { - (this.view = t), (this.elDef = e); + function t(t, n) { + (this.view = t), (this.elDef = n); } return ( - (t.prototype.get = function(t, e) { + (t.prototype.get = function(t, n) { return ( - void 0 === e && (e = Zt.THROW_IF_NOT_FOUND), + void 0 === n && (n = Zt.THROW_IF_NOT_FOUND), vo.resolveDep( this.view, this.elDef, !!this.elDef && 0 != (33554432 & this.elDef.flags), { flags: 0, token: t, tokenKey: Mo(t) }, - e + n ) ); }), t ); })(); - function wa(t, e) { - var n = t.def.nodes[e]; - if (1 & n.flags) { - var o = bo(t, n.nodeIndex); - return n.element.template ? o.template : o.renderElement; + function wa(t, n) { + var e = t.def.nodes[n]; + if (1 & e.flags) { + var o = bo(t, e.nodeIndex); + return e.element.template ? o.template : o.renderElement; } - if (2 & n.flags) return ho(t, n.nodeIndex).renderText; - if (20240 & n.flags) return _o(t, n.nodeIndex).instance; - throw new Error("Illegal state: read nodeValue for node index " + e); + if (2 & e.flags) return ho(t, e.nodeIndex).renderText; + if (20240 & e.flags) return _o(t, e.nodeIndex).instance; + throw new Error("Illegal state: read nodeValue for node index " + n); } function Sa(t) { return new Ea(t.renderer); @@ -6998,77 +6998,77 @@ (t.prototype.selectRootElement = function(t) { return this.delegate.selectRootElement(t); }), - (t.prototype.createElement = function(t, e) { - var n = Object(o.__read)($o(e), 2), - a = this.delegate.createElement(n[1], n[0]); + (t.prototype.createElement = function(t, n) { + var e = Object(o.__read)($o(n), 2), + a = this.delegate.createElement(e[1], e[0]); return t && this.delegate.appendChild(t, a), a; }), (t.prototype.createViewRoot = function(t) { return t; }), (t.prototype.createTemplateAnchor = function(t) { - var e = this.delegate.createComment(""); - return t && this.delegate.appendChild(t, e), e; - }), - (t.prototype.createText = function(t, e) { - var n = this.delegate.createText(e); + var n = this.delegate.createComment(""); return t && this.delegate.appendChild(t, n), n; }), - (t.prototype.projectNodes = function(t, e) { - for (var n = 0; n < e.length; n++) - this.delegate.appendChild(t, e[n]); + (t.prototype.createText = function(t, n) { + var e = this.delegate.createText(n); + return t && this.delegate.appendChild(t, e), e; + }), + (t.prototype.projectNodes = function(t, n) { + for (var e = 0; e < n.length; e++) + this.delegate.appendChild(t, n[e]); }), - (t.prototype.attachViewAfter = function(t, e) { + (t.prototype.attachViewAfter = function(t, n) { for ( - var n = this.delegate.parentNode(t), + var e = this.delegate.parentNode(t), o = this.delegate.nextSibling(t), a = 0; - a < e.length; + a < n.length; a++ ) - this.delegate.insertBefore(n, e[a], o); + this.delegate.insertBefore(e, n[a], o); }), (t.prototype.detachView = function(t) { - for (var e = 0; e < t.length; e++) { - var n = t[e], - o = this.delegate.parentNode(n); - this.delegate.removeChild(o, n); + for (var n = 0; n < t.length; n++) { + var e = t[n], + o = this.delegate.parentNode(e); + this.delegate.removeChild(o, e); } }), - (t.prototype.destroyView = function(t, e) { - for (var n = 0; n < e.length; n++) this.delegate.destroyNode(e[n]); + (t.prototype.destroyView = function(t, n) { + for (var e = 0; e < n.length; e++) this.delegate.destroyNode(n[e]); }), - (t.prototype.listen = function(t, e, n) { - return this.delegate.listen(t, e, n); + (t.prototype.listen = function(t, n, e) { + return this.delegate.listen(t, n, e); }), - (t.prototype.listenGlobal = function(t, e, n) { - return this.delegate.listen(t, e, n); + (t.prototype.listenGlobal = function(t, n, e) { + return this.delegate.listen(t, n, e); }), - (t.prototype.setElementProperty = function(t, e, n) { - this.delegate.setProperty(t, e, n); + (t.prototype.setElementProperty = function(t, n, e) { + this.delegate.setProperty(t, n, e); }), - (t.prototype.setElementAttribute = function(t, e, n) { - var a = Object(o.__read)($o(e), 2), + (t.prototype.setElementAttribute = function(t, n, e) { + var a = Object(o.__read)($o(n), 2), r = a[0], i = a[1]; - null != n - ? this.delegate.setAttribute(t, i, n, r) + null != e + ? this.delegate.setAttribute(t, i, e, r) : this.delegate.removeAttribute(t, i, r); }), - (t.prototype.setBindingDebugInfo = function(t, e, n) {}), - (t.prototype.setElementClass = function(t, e, n) { - n ? this.delegate.addClass(t, e) : this.delegate.removeClass(t, e); + (t.prototype.setBindingDebugInfo = function(t, n, e) {}), + (t.prototype.setElementClass = function(t, n, e) { + e ? this.delegate.addClass(t, n) : this.delegate.removeClass(t, n); }), - (t.prototype.setElementStyle = function(t, e, n) { - null != n - ? this.delegate.setStyle(t, e, n) - : this.delegate.removeStyle(t, e); + (t.prototype.setElementStyle = function(t, n, e) { + null != e + ? this.delegate.setStyle(t, n, e) + : this.delegate.removeStyle(t, n); }), - (t.prototype.invokeElementMethod = function(t, e, n) { - t[e].apply(t, n); + (t.prototype.invokeElementMethod = function(t, n, e) { + t[n].apply(t, e); }), - (t.prototype.setText = function(t, e) { - this.delegate.setValue(t, e); + (t.prototype.setText = function(t, n) { + this.delegate.setValue(t, n); }), (t.prototype.animate = function() { throw new Error("Renderer.animate is no longer supported!"); @@ -7076,39 +7076,39 @@ t ); })(); - function Ia(t, e, n, o) { - return new Aa(t, e, n, o); + function Ia(t, n, e, o) { + return new Aa(t, n, e, o); } var Aa = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._moduleType = t), - (this._parent = e), - (this._bootstrapComponents = n), + (this._parent = n), + (this._bootstrapComponents = e), (this._def = o), (this._destroyListeners = []), (this._destroyed = !1), (this.injector = this), (function(t) { for ( - var e = t._def, - n = (t._providers = new Array(e.providers.length)), + var n = t._def, + e = (t._providers = new Array(n.providers.length)), o = 0; - o < e.providers.length; + o < n.providers.length; o++ ) { - var a = e.providers[o]; - 4096 & a.flags || (void 0 === n[o] && (n[o] = ca(t, a))); + var a = n.providers[o]; + 4096 & a.flags || (void 0 === e[o] && (e[o] = ca(t, a))); } })(this); } return ( - (t.prototype.get = function(t, e, n) { - void 0 === e && (e = Zt.THROW_IF_NOT_FOUND), - void 0 === n && (n = bt.Default); + (t.prototype.get = function(t, n, e) { + void 0 === n && (n = Zt.THROW_IF_NOT_FOUND), + void 0 === e && (e = bt.Default); var o = 0; return ( - n & bt.SkipSelf ? (o |= 1) : n & bt.Self && (o |= 4), - sa(this, { token: t, tokenKey: Mo(t), flags: o }, e) + e & bt.SkipSelf ? (o |= 1) : e & bt.Self && (o |= 4), + sa(this, { token: t, tokenKey: Mo(t), flags: o }, n) ); }), Object.defineProperty(t.prototype, "instance", { @@ -7120,7 +7120,7 @@ }), Object.defineProperty(t.prototype, "componentFactoryResolver", { get: function() { - return this.get(En); + return this.get(Ee); }, enumerable: !0, configurable: !0 @@ -7133,13 +7133,13 @@ " has already been destroyed." ); (this._destroyed = !0), - (function(t, e) { + (function(t, n) { for ( - var n = t._def, o = new Set(), a = 0; - a < n.providers.length; + var e = t._def, o = new Set(), a = 0; + a < e.providers.length; a++ ) - if (131072 & n.providers[a].flags) { + if (131072 & e.providers[a].flags) { var r = t._providers[a]; if (r && r !== oa) { var i = r.ngOnDestroy; @@ -7159,15 +7159,15 @@ t ); })(), - Ta = Mo(Ln), - Ra = Mo(Bn), - Da = Mo(Nn), + Ta = Mo(Le), + Ra = Mo(Be), + Da = Mo(Ne), Na = Mo(so), za = Mo(io), - La = Mo(eo), + La = Mo(no), ja = Mo(Zt), Fa = Mo(Wt); - function Ba(t, e, n, a, r, i, l, s) { + function Ba(t, n, e, a, r, i, l, s) { var c = []; if (l) for (var u in l) { @@ -7185,16 +7185,16 @@ if (s) for (var m in s) p.push({ type: 1, propName: m, target: null, eventName: s[m] }); - return Ua(t, (e |= 16384), n, a, r, r, i, c, p); + return Ua(t, (n |= 16384), e, a, r, r, i, c, p); } - function Va(t, e, n) { - return Ua(-1, (t |= 16), null, 0, e, e, n); + function Va(t, n, e) { + return Ua(-1, (t |= 16), null, 0, n, n, e); } - function Ha(t, e, n, o, a) { - return Ua(-1, t, e, 0, n, o, a); + function Ha(t, n, e, o, a) { + return Ua(-1, t, n, 0, e, o, a); } - function Ua(t, e, n, o, a, r, i, l, s) { - var c = Ho(n), + function Ua(t, n, e, o, a, r, i, l, s) { + var c = Ho(e), u = c.matchedQueries, d = c.references, p = c.matchedQueryIds; @@ -7207,7 +7207,7 @@ bindingIndex: -1, outputIndex: -1, checkIndex: t, - flags: e, + flags: n, childFlags: 0, directChildFlags: 0, childMatchedQueries: 0, @@ -7226,130 +7226,130 @@ ngContent: null }; } - function qa(t, e) { - return Ga(t, e); + function qa(t, n) { + return Ga(t, n); } - function Ka(t, e) { - for (var n = t; n.parent && !Fo(n); ) n = n.parent; - return Za(n.parent, Lo(n), !0, e.provider.value, e.provider.deps); + function Ka(t, n) { + for (var e = t; e.parent && !Fo(e); ) e = e.parent; + return Za(e.parent, Lo(e), !0, n.provider.value, n.provider.deps); } - function Ya(t, e) { - var n = Za( + function Ya(t, n) { + var e = Za( t, - e.parent, - (32768 & e.flags) > 0, - e.provider.value, - e.provider.deps - ); - if (e.outputs.length) - for (var o = 0; o < e.outputs.length; o++) { - var a = e.outputs[o], - r = n[a.propName]; - if (!gn(r)) + n.parent, + (32768 & n.flags) > 0, + n.provider.value, + n.provider.deps + ); + if (n.outputs.length) + for (var o = 0; o < n.outputs.length; o++) { + var a = n.outputs[o], + r = e[a.propName]; + if (!ge(r)) throw new Error( "@Output " + a.propName + " not initialized in '" + - n.constructor.name + + e.constructor.name + "'." ); - var i = r.subscribe(Wa(t, e.parent.nodeIndex, a.eventName)); - t.disposables[e.outputIndex + o] = i.unsubscribe.bind(i); + var i = r.subscribe(Wa(t, n.parent.nodeIndex, a.eventName)); + t.disposables[n.outputIndex + o] = i.unsubscribe.bind(i); } - return n; + return e; } - function Wa(t, e, n) { + function Wa(t, n, e) { return function(o) { - return No(t, e, n, o); + return No(t, n, e, o); }; } - function Ga(t, e) { - var n = (8192 & e.flags) > 0, - a = e.provider; - switch (201347067 & e.flags) { + function Ga(t, n) { + var e = (8192 & n.flags) > 0, + a = n.provider; + switch (201347067 & n.flags) { case 512: - return Za(t, e.parent, n, a.value, a.deps); + return Za(t, n.parent, e, a.value, a.deps); case 1024: - return (function(t, e, n, a, r) { + return (function(t, n, e, a, r) { var i = r.length; switch (i) { case 0: return a(); case 1: - return a(Xa(t, e, n, r[0])); + return a(Xa(t, n, e, r[0])); case 2: - return a(Xa(t, e, n, r[0]), Xa(t, e, n, r[1])); + return a(Xa(t, n, e, r[0]), Xa(t, n, e, r[1])); case 3: return a( - Xa(t, e, n, r[0]), - Xa(t, e, n, r[1]), - Xa(t, e, n, r[2]) + Xa(t, n, e, r[0]), + Xa(t, n, e, r[1]), + Xa(t, n, e, r[2]) ); default: for (var l = Array(i), s = 0; s < i; s++) - l[s] = Xa(t, e, n, r[s]); + l[s] = Xa(t, n, e, r[s]); return a.apply(void 0, Object(o.__spread)(l)); } - })(t, e.parent, n, a.value, a.deps); + })(t, n.parent, e, a.value, a.deps); case 2048: - return Xa(t, e.parent, n, a.deps[0]); + return Xa(t, n.parent, e, a.deps[0]); case 256: return a.value; } } - function Za(t, e, n, a, r) { + function Za(t, n, e, a, r) { var i = r.length; switch (i) { case 0: return new a(); case 1: - return new a(Xa(t, e, n, r[0])); + return new a(Xa(t, n, e, r[0])); case 2: - return new a(Xa(t, e, n, r[0]), Xa(t, e, n, r[1])); + return new a(Xa(t, n, e, r[0]), Xa(t, n, e, r[1])); case 3: return new a( - Xa(t, e, n, r[0]), - Xa(t, e, n, r[1]), - Xa(t, e, n, r[2]) + Xa(t, n, e, r[0]), + Xa(t, n, e, r[1]), + Xa(t, n, e, r[2]) ); default: for (var l = new Array(i), s = 0; s < i; s++) - l[s] = Xa(t, e, n, r[s]); + l[s] = Xa(t, n, e, r[s]); return new (a.bind.apply(a, Object(o.__spread)([void 0], l)))(); } } var Qa = {}; - function Xa(t, e, n, o, a) { + function Xa(t, n, e, o, a) { if ((void 0 === a && (a = Zt.THROW_IF_NOT_FOUND), 8 & o.flags)) return o.token; var r = t; 2 & o.flags && (a = null); var i = o.tokenKey; - i === La && (n = !(!e || !e.element.componentView)), - e && 1 & o.flags && ((n = !1), (e = e.parent)); + i === La && (e = !(!n || !n.element.componentView)), + n && 1 & o.flags && ((e = !1), (n = n.parent)); for (var l = t; l; ) { - if (e) + if (n) switch (i) { case Ta: - return Sa(Ja(l, e, n)); + return Sa(Ja(l, n, e)); case Ra: - return Ja(l, e, n).renderer; + return Ja(l, n, e).renderer; case Da: - return new Nn(bo(l, e.nodeIndex).renderElement); + return new Ne(bo(l, n.nodeIndex).renderElement); case Na: - return bo(l, e.nodeIndex).viewContainer; + return bo(l, n.nodeIndex).viewContainer; case za: - if (e.element.template) return bo(l, e.nodeIndex).template; + if (n.element.template) return bo(l, n.nodeIndex).template; break; case La: - return va(Ja(l, e, n)); + return va(Ja(l, n, e)); case ja: case Fa: - return xa(l, e); + return xa(l, n); default: - var s = (n - ? e.element.allProviders - : e.element.publicProviders)[i]; + var s = (e + ? n.element.allProviders + : n.element.publicProviders)[i]; if (s) { var c = _o(l, s.nodeIndex); return ( @@ -7360,83 +7360,83 @@ ); } } - (n = Fo(l)), (e = Lo(l)), (l = l.parent), 4 & o.flags && (l = null); + (e = Fo(l)), (n = Lo(l)), (l = l.parent), 4 & o.flags && (l = null); } var u = r.root.injector.get(o.token, Qa); return u !== Qa || a === Qa ? u : r.root.ngModule.injector.get(o.token, a); } - function Ja(t, e, n) { + function Ja(t, n, e) { var o; - if (n) o = bo(t, e.nodeIndex).componentView; + if (e) o = bo(t, n.nodeIndex).componentView; else for (o = t; o.parent && !Fo(o); ) o = o.parent; return o; } - function $a(t, e, n, o, a, r) { - if (32768 & n.flags) { - var i = bo(t, n.parent.nodeIndex).componentView; + function $a(t, n, e, o, a, r) { + if (32768 & e.flags) { + var i = bo(t, e.parent.nodeIndex).componentView; 2 & i.def.flags && (i.state |= 8); } - if (((e.instance[n.bindings[o].name] = a), 524288 & n.flags)) { + if (((n.instance[e.bindings[o].name] = a), 524288 & e.flags)) { r = r || {}; - var l = yn.unwrap(t.oldValues[n.bindingIndex + o]); - r[n.bindings[o].nonMinifiedName] = new On(l, a, 0 != (2 & t.state)); + var l = ye.unwrap(t.oldValues[e.bindingIndex + o]); + r[e.bindings[o].nonMinifiedName] = new Oe(l, a, 0 != (2 & t.state)); } - return (t.oldValues[n.bindingIndex + o] = a), r; + return (t.oldValues[e.bindingIndex + o] = a), r; } - function tr(t, e) { - if (t.def.nodeFlags & e) - for (var n = t.def.nodes, o = 0, a = 0; a < n.length; a++) { - var r = n[a], + function tr(t, n) { + if (t.def.nodeFlags & n) + for (var e = t.def.nodes, o = 0, a = 0; a < e.length; a++) { + var r = e[a], i = r.parent; for ( - !i && r.flags & e && nr(t, a, r.flags & e, o++), - 0 == (r.childFlags & e) && (a += r.childCount); + !i && r.flags & n && er(t, a, r.flags & n, o++), + 0 == (r.childFlags & n) && (a += r.childCount); i && 1 & i.flags && a === i.nodeIndex + i.childCount; ) - i.directChildFlags & e && (o = er(t, i, e, o)), (i = i.parent); + i.directChildFlags & n && (o = nr(t, i, n, o)), (i = i.parent); } } - function er(t, e, n, o) { - for (var a = e.nodeIndex + 1; a <= e.nodeIndex + e.childCount; a++) { + function nr(t, n, e, o) { + for (var a = n.nodeIndex + 1; a <= n.nodeIndex + n.childCount; a++) { var r = t.def.nodes[a]; - r.flags & n && nr(t, a, r.flags & n, o++), (a += r.childCount); + r.flags & e && er(t, a, r.flags & e, o++), (a += r.childCount); } return o; } - function nr(t, e, n, o) { - var a = _o(t, e); + function er(t, n, e, o) { + var a = _o(t, n); if (a) { var r = a.instance; r && - (vo.setCurrentNode(t, e), - 1048576 & n && fo(t, 512, o) && r.ngAfterContentInit(), - 2097152 & n && r.ngAfterContentChecked(), - 4194304 & n && fo(t, 768, o) && r.ngAfterViewInit(), - 8388608 & n && r.ngAfterViewChecked(), - 131072 & n && r.ngOnDestroy()); + (vo.setCurrentNode(t, n), + 1048576 & e && fo(t, 512, o) && r.ngAfterContentInit(), + 2097152 & e && r.ngAfterContentChecked(), + 4194304 & e && fo(t, 768, o) && r.ngAfterViewInit(), + 8388608 & e && r.ngAfterViewChecked(), + 131072 & e && r.ngOnDestroy()); } } var or = new Ut("SCHEDULER_TOKEN", { providedIn: "root", factory: function() { - return Ae; + return Tn; } }), ar = (function(t) { - function e(e) { - void 0 === e && (e = !1); - var n = t.call(this) || this; - return (n.__isAsync = e), n; + function n(n) { + void 0 === n && (n = !1); + var e = t.call(this) || this; + return (e.__isAsync = n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.emit = function(e) { - t.prototype.next.call(this, e); + Object(o.__extends)(n, t), + (n.prototype.emit = function(n) { + t.prototype.next.call(this, n); }), - (e.prototype.subscribe = function(e, n, o) { + (n.prototype.subscribe = function(n, e, o) { var a, r = function(t) { return null; @@ -7444,54 +7444,54 @@ i = function() { return null; }; - e && "object" == typeof e + n && "object" == typeof n ? ((a = this.__isAsync ? function(t) { setTimeout(function() { - return e.next(t); + return n.next(t); }); } : function(t) { - e.next(t); + n.next(t); }), - e.error && + n.error && (r = this.__isAsync ? function(t) { setTimeout(function() { - return e.error(t); + return n.error(t); }); } : function(t) { - e.error(t); + n.error(t); }), - e.complete && + n.complete && (i = this.__isAsync ? function() { setTimeout(function() { - return e.complete(); + return n.complete(); }); } : function() { - e.complete(); + n.complete(); })) : ((a = this.__isAsync ? function(t) { setTimeout(function() { - return e(t); + return n(t); }); } : function(t) { - e(t); + n(t); }), - n && + e && (r = this.__isAsync ? function(t) { setTimeout(function() { - return n(t); + return e(t); }); } : function(t) { - n(t); + e(t); }), o && (i = this.__isAsync @@ -7504,9 +7504,9 @@ o(); })); var l = t.prototype.subscribe.call(this, a, r, i); - return e instanceof c && e.add(l), l; + return n instanceof c && n.add(l), l; }), - e + n ); })(S), rr = (function() { @@ -7526,8 +7526,8 @@ (t.prototype.find = function(t) { return this._results.find(t); }), - (t.prototype.reduce = function(t, e) { - return this._results.reduce(t, e); + (t.prototype.reduce = function(t, n) { + return this._results.reduce(t, n); }), (t.prototype.forEach = function(t) { this._results.forEach(t); @@ -7538,22 +7538,22 @@ (t.prototype.toArray = function() { return this._results.slice(); }), - (t.prototype[hn()] = function() { - return this._results[hn()](); + (t.prototype[he()] = function() { + return this._results[he()](); }), (t.prototype.toString = function() { return this._results.toString(); }), (t.prototype.reset = function(t) { - (this._results = (function t(e, n) { - void 0 === n && (n = e); - for (var o = 0; o < e.length; o++) { - var a = e[o]; + (this._results = (function t(n, e) { + void 0 === e && (e = n); + for (var o = 0; o < n.length; o++) { + var a = n[o]; Array.isArray(a) - ? (n === e && (n = e.slice(0, o)), t(a, n)) - : n !== e && n.push(a); + ? (e === n && (e = n.slice(0, o)), t(a, e)) + : e !== n && e.push(a); } - return n; + return e; })(t)), (this.dirty = !1), (this.length = this._results.length), @@ -7584,35 +7584,35 @@ cr = new Ut("Application Initializer"), ur = (function() { function t(t) { - var e = this; + var n = this; (this.appInits = t), (this.initialized = !1), (this.done = !1), - (this.donePromise = new Promise(function(t, n) { - (e.resolve = t), (e.reject = n); + (this.donePromise = new Promise(function(t, e) { + (n.resolve = t), (n.reject = e); })); } return ( (t.prototype.runInitializers = function() { var t = this; if (!this.initialized) { - var e = [], - n = function() { + var n = [], + e = function() { (t.done = !0), t.resolve(); }; if (this.appInits) for (var o = 0; o < this.appInits.length; o++) { var a = this.appInits[o](); - mn(a) && e.push(a); + me(a) && n.push(a); } - Promise.all(e) + Promise.all(n) .then(function() { - n(); + e(); }) - .catch(function(e) { - t.reject(e); + .catch(function(n) { + t.reject(n); }), - 0 === e.length && n(), + 0 === n.length && e(), (this.initialized = !0); } }), @@ -7672,22 +7672,22 @@ return !(!t || !(yr = t.trace) || ((Cr = yr.events), 0)); } var Sr = wr(); - function Er(t, e) { + function Er(t, n) { return null; } var Ir = Sr - ? function(t, e) { - return void 0 === e && (e = null), Cr.createScope(t, e); + ? function(t, n) { + return void 0 === n && (n = null), Cr.createScope(t, n); } - : function(t, e) { + : function(t, n) { return Er; }, Ar = Sr - ? function(t, e) { - return yr.leaveScope(t, e), e; + ? function(t, n) { + return yr.leaveScope(t, n), n; } - : function(t, e) { - return e; + : function(t, n) { + return n; }, Tr = (function() { return Promise.resolve(0); @@ -7701,9 +7701,9 @@ } var Dr = (function() { function t(t) { - var e, - n = t.enableLongStackTrace, - o = void 0 !== n && n; + var n, + e = t.enableLongStackTrace, + o = void 0 !== e && e; if ( ((this.hasPendingMicrotasks = !1), (this.hasPendingMacrotasks = !1), @@ -7725,36 +7725,36 @@ o && Zone.longStackTraceZoneSpec && (this._inner = this._inner.fork(Zone.longStackTraceZoneSpec)), - ((e = this)._inner = e._inner.fork({ + ((n = this)._inner = n._inner.fork({ name: "angular", properties: { isAngularZone: !0 }, - onInvokeTask: function(t, n, o, a, r, i) { + onInvokeTask: function(t, e, o, a, r, i) { try { - return jr(e), t.invokeTask(o, a, r, i); + return jr(n), t.invokeTask(o, a, r, i); } finally { - Fr(e); + Fr(n); } }, - onInvoke: function(t, n, o, a, r, i, l) { + onInvoke: function(t, e, o, a, r, i, l) { try { - return jr(e), t.invoke(o, a, r, i, l); + return jr(n), t.invoke(o, a, r, i, l); } finally { - Fr(e); + Fr(n); } }, - onHasTask: function(t, n, o, a) { + onHasTask: function(t, e, o, a) { t.hasTask(o, a), - n === o && + e === o && ("microTask" == a.change - ? ((e.hasPendingMicrotasks = a.microTask), Lr(e)) + ? ((n.hasPendingMicrotasks = a.microTask), Lr(n)) : "macroTask" == a.change && - (e.hasPendingMacrotasks = a.macroTask)); + (n.hasPendingMacrotasks = a.macroTask)); }, - onHandleError: function(t, n, o, a) { + onHandleError: function(t, e, o, a) { return ( t.handleError(o, a), - e.runOutsideAngular(function() { - return e.onError.emit(a); + n.runOutsideAngular(function() { + return n.onError.emit(a); }), !1 ); @@ -7773,20 +7773,20 @@ if (t.isInAngularZone()) throw new Error("Expected to not be in Angular Zone, but it is!"); }), - (t.prototype.run = function(t, e, n) { - return this._inner.run(t, e, n); + (t.prototype.run = function(t, n, e) { + return this._inner.run(t, n, e); }), - (t.prototype.runTask = function(t, e, n, o) { + (t.prototype.runTask = function(t, n, e, o) { var a = this._inner, r = a.scheduleEventTask("NgZoneEvent: " + o, t, zr, Nr, Nr); try { - return a.runTask(r, e, n); + return a.runTask(r, n, e); } finally { a.cancelTask(r); } }), - (t.prototype.runGuarded = function(t, e, n) { - return this._inner.runGuarded(t, e, n); + (t.prototype.runGuarded = function(t, n, e) { + return this._inner.runGuarded(t, n, e); }), (t.prototype.runOutsideAngular = function(t) { return this._outer.run(t); @@ -7847,7 +7847,7 @@ })(), Hr = (function() { function t(t) { - var e = this; + var n = this; (this._ngZone = t), (this._pendingCount = 0), (this._isZoneStable = !0), @@ -7856,7 +7856,7 @@ (this.taskTrackingZone = null), this._watchAngularEvents(), t.run(function() { - e.taskTrackingZone = + n.taskTrackingZone = "undefined" == typeof Zone ? null : Zone.current.get("TaskTrackingZone"); @@ -7905,17 +7905,17 @@ if (this.isStable()) Rr(function() { for (; 0 !== t._callbacks.length; ) { - var e = t._callbacks.pop(); - clearTimeout(e.timeoutId), e.doneCb(t._didWork); + var n = t._callbacks.pop(); + clearTimeout(n.timeoutId), n.doneCb(t._didWork); } t._didWork = !1; }); else { - var e = this.getPendingTasks(); + var n = this.getPendingTasks(); (this._callbacks = this._callbacks.filter(function(t) { return ( !t.updateCb || - !t.updateCb(e) || + !t.updateCb(n) || (clearTimeout(t.timeoutId), !1) ); })), @@ -7933,30 +7933,30 @@ }) : []; }), - (t.prototype.addCallback = function(t, e, n) { + (t.prototype.addCallback = function(t, n, e) { var o = this, a = -1; - e && - e > 0 && + n && + n > 0 && (a = setTimeout(function() { (o._callbacks = o._callbacks.filter(function(t) { return t.timeoutId !== a; })), t(o._didWork, o.getPendingTasks()); - }, e)), - this._callbacks.push({ doneCb: t, timeoutId: a, updateCb: n }); + }, n)), + this._callbacks.push({ doneCb: t, timeoutId: a, updateCb: e }); }), - (t.prototype.whenStable = function(t, e, n) { - if (n && !this.taskTrackingZone) + (t.prototype.whenStable = function(t, n, e) { + if (e && !this.taskTrackingZone) throw new Error( 'Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?' ); - this.addCallback(t, e, n), this._runCallbacksIfReady(); + this.addCallback(t, n, e), this._runCallbacksIfReady(); }), (t.prototype.getPendingRequestCount = function() { return this._pendingCount; }), - (t.prototype.findProviders = function(t, e, n) { + (t.prototype.findProviders = function(t, n, e) { return []; }), t @@ -7967,8 +7967,8 @@ (this._applications = new Map()), qr.addToWindow(this); } return ( - (t.prototype.registerApplication = function(t, e) { - this._applications.set(t, e); + (t.prototype.registerApplication = function(t, n) { + this._applications.set(t, n); }), (t.prototype.unregisterApplication = function(t) { this._applications.delete(t); @@ -7985,9 +7985,9 @@ (t.prototype.getAllRootElements = function() { return Array.from(this._applications.keys()); }), - (t.prototype.findTestabilityInTree = function(t, e) { + (t.prototype.findTestabilityInTree = function(t, n) { return ( - void 0 === e && (e = !0), qr.findTestabilityInTree(this, t, e) + void 0 === n && (n = !0), qr.findTestabilityInTree(this, t, n) ); }), Object(o.__decorate)( @@ -8000,7 +8000,7 @@ function t() {} return ( (t.prototype.addToWindow = function(t) {}), - (t.prototype.findTestabilityInTree = function(t, e, n) { + (t.prototype.findTestabilityInTree = function(t, n, e) { return null; }), t @@ -8008,42 +8008,42 @@ })())(), Kr = new Ut("AllowMultipleToken"), Yr = (function() { - return function(t, e) { - (this.name = t), (this.token = e); + return function(t, n) { + (this.name = t), (this.token = n); }; })(); - function Wr(t, e, n) { - void 0 === n && (n = []); - var o = "Platform: " + e, + function Wr(t, n, e) { + void 0 === e && (e = []); + var o = "Platform: " + n, a = new Ut(o); - return function(e) { - void 0 === e && (e = []); + return function(n) { + void 0 === n && (n = []); var r = Gr(); if (!r || r.injector.get(Kr, !1)) - if (t) t(n.concat(e).concat({ provide: a, useValue: !0 })); + if (t) t(e.concat(n).concat({ provide: a, useValue: !0 })); else { - var i = n.concat(e).concat({ provide: a, useValue: !0 }); + var i = e.concat(n).concat({ provide: a, useValue: !0 }); !(function(t) { if (Br && !Br.destroyed && !Br.injector.get(Kr, !1)) throw new Error( "There can be only one platform. Destroy the previous one to create a new one." ); Br = t.get(Zr); - var e = t.get(gr, null); - e && - e.forEach(function(t) { + var n = t.get(gr, null); + n && + n.forEach(function(t) { return t(); }); })(Zt.create({ providers: i, name: o })); } return (function(t) { - var e = Gr(); - if (!e) throw new Error("No platform exists!"); - if (!e.injector.get(t, null)) + var n = Gr(); + if (!n) throw new Error("No platform exists!"); + if (!n.injector.get(t, null)) throw new Error( "A platform with a different configuration has been created. Please destroy it first." ); - return e; + return n; })(a); }; } @@ -8058,30 +8058,30 @@ (this._destroyed = !1); } return ( - (t.prototype.bootstrapModuleFactory = function(t, e) { - var n, + (t.prototype.bootstrapModuleFactory = function(t, n) { + var e, o = this, a = - "noop" === (n = e ? e.ngZone : void 0) + "noop" === (e = n ? n.ngZone : void 0) ? new Vr() - : ("zone.js" === n ? void 0 : n) || - new Dr({ enableLongStackTrace: je() }), + : ("zone.js" === e ? void 0 : e) || + new Dr({ enableLongStackTrace: Fn() }), r = [{ provide: Dr, useValue: a }]; return a.run(function() { - var e = Zt.create({ + var n = Zt.create({ providers: r, parent: o.injector, name: t.moduleType.name }), - n = t.create(e), - i = n.injector.get(Ne, null); + e = t.create(n), + i = e.injector.get(zn, null); if (!i) throw new Error( "No ErrorHandler. Is platform module (BrowserModule) included?" ); return ( - n.onDestroy(function() { - return Jr(o._modules, n); + e.onDestroy(function() { + return Jr(o._modules, e); }), a.runOutsideAngular(function() { return a.onError.subscribe({ @@ -8090,23 +8090,23 @@ } }); }), - (function(t, e, a) { + (function(t, n, a) { try { var r = - ((i = n.injector.get(ur)).runInitializers(), + ((i = e.injector.get(ur)).runInitializers(), i.donePromise.then(function() { - return o._moduleDoBootstrap(n), n; + return o._moduleDoBootstrap(e), e; })); - return mn(r) - ? r.catch(function(n) { - throw (e.runOutsideAngular(function() { - return t.handleError(n); + return me(r) + ? r.catch(function(e) { + throw (n.runOutsideAngular(function() { + return t.handleError(e); }), - n); + e); }) : r; } catch (l) { - throw (e.runOutsideAngular(function() { + throw (n.runOutsideAngular(function() { return t.handleError(l); }), l); @@ -8116,24 +8116,24 @@ ); }); }), - (t.prototype.bootstrapModule = function(t, e) { - var n = this; - void 0 === e && (e = []); - var o = Qr({}, e); - return (function(t, e, n) { + (t.prototype.bootstrapModule = function(t, n) { + var e = this; + void 0 === n && (n = []); + var o = Qr({}, n); + return (function(t, n, e) { return t .get(kr) - .createCompiler([e]) - .compileModuleAsync(n); + .createCompiler([n]) + .compileModuleAsync(e); })(this.injector, o, t).then(function(t) { - return n.bootstrapModuleFactory(t, o); + return e.bootstrapModuleFactory(t, o); }); }), (t.prototype._moduleDoBootstrap = function(t) { - var e = t.injector.get(Xr); + var n = t.injector.get(Xr); if (t._bootstrapComponents.length > 0) t._bootstrapComponents.forEach(function(t) { - return e.bootstrap(t); + return n.bootstrap(t); }); else { if (!t.instance.ngDoBootstrap) @@ -8142,7 +8142,7 @@ Pt(t.instance.constructor) + ' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.' ); - t.instance.ngDoBootstrap(e); + t.instance.ngDoBootstrap(n); } this._modules.push(t); }), @@ -8177,17 +8177,17 @@ t ); })(); - function Qr(t, e) { - return Array.isArray(e) - ? e.reduce(Qr, t) - : Object(o.__assign)({}, t, e); + function Qr(t, n) { + return Array.isArray(n) + ? n.reduce(Qr, t) + : Object(o.__assign)({}, t, n); } var Xr = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { var i = this; (this._zone = t), - (this._console = e), - (this._injector = n), + (this._console = n), + (this._injector = e), (this._exceptionHandler = o), (this._componentFactoryResolver = a), (this._initStatus = r), @@ -8198,7 +8198,7 @@ (this._stable = !0), (this.componentTypes = []), (this.components = []), - (this._enforceNoNewChanges = je()), + (this._enforceNoNewChanges = Fn()), this._zone.onMicrotaskEmpty.subscribe({ next: function() { i._zone.run(function() { @@ -8216,9 +8216,9 @@ }); }), s = new O(function(t) { - var e; + var n; i._zone.runOutsideAngular(function() { - e = i._zone.onStable.subscribe(function() { + n = i._zone.onStable.subscribe(function() { Dr.assertNotInAngularZone(), Rr(function() { i._stable || @@ -8228,7 +8228,7 @@ }); }); }); - var n = i._zone.onUnstable.subscribe(function() { + var e = i._zone.onUnstable.subscribe(function() { Dr.assertInAngularZone(), i._stable && ((i._stable = !1), @@ -8237,28 +8237,28 @@ })); }); return function() { - e.unsubscribe(), n.unsubscribe(); + n.unsubscribe(), e.unsubscribe(); }; }); this.isStable = $(l, s.pipe(lt())); } - var e; + var n; return ( - (e = t), - (t.prototype.bootstrap = function(t, e) { - var n, + (n = t), + (t.prototype.bootstrap = function(t, n) { + var e, o = this; if (!this._initStatus.done) throw new Error( "Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module." ); - (n = - t instanceof xn + (e = + t instanceof xe ? t : this._componentFactoryResolver.resolveComponentFactory(t)), - this.componentTypes.push(n.componentType); - var a = n instanceof An ? null : this._injector.get(Tn), - r = n.create(Zt.NULL, [], e || n.selector, a); + this.componentTypes.push(e.componentType); + var a = e instanceof Ae ? null : this._injector.get(Te), + r = e.create(Zt.NULL, [], n || e.selector, a); r.onDestroy(function() { o._unloadComponent(r); }); @@ -8269,7 +8269,7 @@ .get(Ur) .registerApplication(r.location.nativeElement, i), this._loadComponent(r), - je() && + Fn() && this._console.log( "Angular is running in the development mode. Call enableProdMode() to enable the production mode." ), @@ -8278,13 +8278,13 @@ }), (t.prototype.tick = function() { var t, - n, + e, a, r, i = this; if (this._runningTick) throw new Error("ApplicationRef.tick is called recursively"); - var l = e._tickScope(); + var l = n._tickScope(); try { this._runningTick = !0; try { @@ -8298,7 +8298,7 @@ t = { error: p }; } finally { try { - c && !c.done && (n = s.return) && n.call(s); + c && !c.done && (e = s.return) && e.call(s); } finally { if (t) throw t.error; } @@ -8329,12 +8329,12 @@ } }), (t.prototype.attachView = function(t) { - var e = t; - this._views.push(e), e.attachToAppRef(this); + var n = t; + this._views.push(n), n.attachToAppRef(this); }), (t.prototype.detachView = function(t) { - var e = t; - Jr(this._views, e), e.detachFromAppRef(); + var n = t; + Jr(this._views, n), n.detachFromAppRef(); }), (t.prototype._loadComponent = function(t) { this.attachView(t.hostView), @@ -8343,8 +8343,8 @@ this._injector .get(hr, []) .concat(this._bootstrapListeners) - .forEach(function(e) { - return e(t); + .forEach(function(n) { + return n(t); }); }), (t.prototype._unloadComponent = function(t) { @@ -8366,17 +8366,17 @@ t ); })(); - function Jr(t, e) { - var n = t.indexOf(e); - n > -1 && t.splice(n, 1); + function Jr(t, n) { + var e = t.indexOf(n); + e > -1 && t.splice(e, 1); } var $r = (function() { return function() {}; })(), ti = { factoryPathPrefix: "", factoryPathSuffix: ".ngfactory" }, - ei = (function() { - function t(t, e) { - (this._compiler = t), (this._config = e || ti); + ni = (function() { + function t(t, n) { + (this._compiler = t), (this._config = n || ti); } return ( (t.prototype.load = function(t) { @@ -8385,32 +8385,32 @@ : this.loadAndCompile(t); }), (t.prototype.loadAndCompile = function(t) { - var e = this, + var n = this, a = Object(o.__read)(t.split("#"), 2), r = a[0], i = a[1]; return ( void 0 === i && (i = "default"), - n("zn8P")(r) + e("zn8P")(r) .then(function(t) { return t[i]; }) .then(function(t) { - return ni(t, r, i); + return ei(t, r, i); }) .then(function(t) { - return e._compiler.compileModuleAsync(t); + return n._compiler.compileModuleAsync(t); }) ); }), (t.prototype.loadFactory = function(t) { - var e = Object(o.__read)(t.split("#"), 2), - a = e[0], - r = e[1], + var n = Object(o.__read)(t.split("#"), 2), + a = n[0], + r = n[1], i = "NgFactory"; return ( void 0 === r && ((r = "default"), (i = "")), - n("zn8P")( + e("zn8P")( this._config.factoryPathPrefix + a + this._config.factoryPathSuffix @@ -8419,29 +8419,29 @@ return t[r + i]; }) .then(function(t) { - return ni(t, a, r); + return ei(t, a, r); }) ); }), t ); })(); - function ni(t, e, n) { - if (!t) throw new Error("Cannot find '" + n + "' in '" + e + "'"); + function ei(t, n, e) { + if (!t) throw new Error("Cannot find '" + e + "' in '" + n + "'"); return t; } var oi = (function() { - return function(t, e) { - (this.name = t), (this.callback = e); + return function(t, n) { + (this.name = t), (this.callback = n); }; })(), ai = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.listeners = []), (this.parent = null), - (this._debugContext = n), + (this._debugContext = e), (this.nativeNode = t), - e && e instanceof ri && e.addChild(this); + n && n instanceof ri && n.addChild(this); } return ( Object.defineProperty(t.prototype, "injector", { @@ -8483,89 +8483,89 @@ ); })(), ri = (function(t) { - function e(e, n, o) { - var a = t.call(this, e, n, o) || this; + function n(n, e, o) { + var a = t.call(this, n, e, o) || this; return ( (a.properties = {}), (a.attributes = {}), (a.classes = {}), (a.styles = {}), (a.childNodes = []), - (a.nativeElement = e), + (a.nativeElement = n), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.addChild = function(t) { + Object(o.__extends)(n, t), + (n.prototype.addChild = function(t) { t && (this.childNodes.push(t), (t.parent = this)); }), - (e.prototype.removeChild = function(t) { - var e = this.childNodes.indexOf(t); - -1 !== e && ((t.parent = null), this.childNodes.splice(e, 1)); + (n.prototype.removeChild = function(t) { + var n = this.childNodes.indexOf(t); + -1 !== n && ((t.parent = null), this.childNodes.splice(n, 1)); }), - (e.prototype.insertChildrenAfter = function(t, e) { - var n, + (n.prototype.insertChildrenAfter = function(t, n) { + var e, a = this, r = this.childNodes.indexOf(t); -1 !== r && - ((n = this.childNodes).splice.apply( - n, - Object(o.__spread)([r + 1, 0], e) + ((e = this.childNodes).splice.apply( + e, + Object(o.__spread)([r + 1, 0], n) ), - e.forEach(function(e) { - e.parent && e.parent.removeChild(e), (t.parent = a); + n.forEach(function(n) { + n.parent && n.parent.removeChild(n), (t.parent = a); })); }), - (e.prototype.insertBefore = function(t, e) { - var n = this.childNodes.indexOf(t); - -1 === n - ? this.addChild(e) - : (e.parent && e.parent.removeChild(e), - (e.parent = this), - this.childNodes.splice(n, 0, e)); + (n.prototype.insertBefore = function(t, n) { + var e = this.childNodes.indexOf(t); + -1 === e + ? this.addChild(n) + : (n.parent && n.parent.removeChild(n), + (n.parent = this), + this.childNodes.splice(e, 0, n)); }), - (e.prototype.query = function(t) { + (n.prototype.query = function(t) { return this.queryAll(t)[0] || null; }), - (e.prototype.queryAll = function(t) { - var e = []; + (n.prototype.queryAll = function(t) { + var n = []; return ( - (function t(e, n, o) { - e.childNodes.forEach(function(e) { - e instanceof ri && (n(e) && o.push(e), t(e, n, o)); + (function t(n, e, o) { + n.childNodes.forEach(function(n) { + n instanceof ri && (e(n) && o.push(n), t(n, e, o)); }); - })(this, t, e), - e + })(this, t, n), + n ); }), - (e.prototype.queryAllNodes = function(t) { - var e = []; + (n.prototype.queryAllNodes = function(t) { + var n = []; return ( - (function t(e, n, o) { - e instanceof ri && - e.childNodes.forEach(function(e) { - n(e) && o.push(e), e instanceof ri && t(e, n, o); + (function t(n, e, o) { + n instanceof ri && + n.childNodes.forEach(function(n) { + e(n) && o.push(n), n instanceof ri && t(n, e, o); }); - })(this, t, e), - e + })(this, t, n), + n ); }), - Object.defineProperty(e.prototype, "children", { + Object.defineProperty(n.prototype, "children", { get: function() { return this.childNodes.filter(function(t) { - return t instanceof e; + return t instanceof n; }); }, enumerable: !0, configurable: !0 }), - (e.prototype.triggerEventHandler = function(t, e) { - this.listeners.forEach(function(n) { - n.name == t && n.callback(e); + (n.prototype.triggerEventHandler = function(t, n) { + this.listeners.forEach(function(e) { + e.name == t && e.callback(n); }); }), - e + n ); })(ai), ii = new Map(), @@ -8592,22 +8592,22 @@ return t || "en-US"; } function gi(t) { - var e = []; + var n = []; return ( t.onStable.subscribe(function() { - for (; e.length; ) e.pop()(); + for (; n.length; ) n.pop()(); }), function(t) { - e.push(t); + n.push(t); } ); } var fi = (function() { return function(t) {}; })(); - function hi(t, e, n, o, a, r) { + function hi(t, n, e, o, a, r) { t |= 1; - var i = Ho(e); + var i = Ho(n); return { nodeIndex: -1, parent: null, @@ -8622,7 +8622,7 @@ matchedQueries: i.matchedQueries, matchedQueryIds: i.matchedQueryIds, references: i.references, - ngContentIndex: n, + ngContentIndex: e, childCount: o, bindings: [], bindingFlags: 0, @@ -8645,10 +8645,10 @@ ngContent: null }; } - function bi(t, e, n, a, r, i, l, s, c, u, d, p) { + function bi(t, n, e, a, r, i, l, s, c, u, d, p) { var m; void 0 === l && (l = []), u || (u = Oo); - var g = Ho(n), + var g = Ho(e), f = g.matchedQueries, h = g.references, b = g.matchedQueryIds, @@ -8690,24 +8690,24 @@ A[v] = { type: 0, target: T[0], eventName: T[1], propName: null }; } var R = (l = l || []).map(function(t) { - var e = Object(o.__read)(t, 2), - n = e[0], - a = e[1], - r = Object(o.__read)($o(n), 2); + var n = Object(o.__read)(t, 2), + e = n[0], + a = n[1], + r = Object(o.__read)($o(e), 2); return [r[0], r[1], a]; }); return ( (p = (function(t) { if (t && t.id === ko) { - var e = - (null != t.encapsulation && t.encapsulation !== Ie.None) || + var n = + (null != t.encapsulation && t.encapsulation !== An.None) || t.styles.length || Object.keys(t.data).length; - t.id = e ? "c" + Eo++ : wo; + t.id = n ? "c" + Eo++ : wo; } return t && t.id === wo && (t = null), t || null; })(p)), - d && (e |= 33554432), + d && (n |= 33554432), { nodeIndex: -1, parent: null, @@ -8715,7 +8715,7 @@ bindingIndex: -1, outputIndex: -1, checkIndex: t, - flags: (e |= 1), + flags: (n |= 1), childFlags: 0, directChildFlags: 0, childMatchedQueries: 0, @@ -8746,20 +8746,20 @@ } ); } - function _i(t, e, n) { + function _i(t, n, e) { var a, - r = n.element, + r = e.element, i = t.root.selectorOrNode, l = t.renderer; if (t.parent || !i) { a = r.name ? l.createElement(r.name, r.ns) : l.createComment(""); - var s = qo(t, e, n); + var s = qo(t, n, e); s && l.appendChild(s, a); } else a = l.selectRootElement( i, !!r.componentRendererType && - r.componentRendererType.encapsulation === Ie.ShadowDom + r.componentRendererType.encapsulation === An.ShadowDom ); if (r.attrs) for (var c = 0; c < r.attrs.length; c++) { @@ -8768,70 +8768,70 @@ } return a; } - function yi(t, e, n, o) { - for (var a = 0; a < n.outputs.length; a++) { - var r = n.outputs[a], + function yi(t, n, e, o) { + for (var a = 0; a < e.outputs.length; a++) { + var r = e.outputs[a], i = Ci( t, - n.nodeIndex, + e.nodeIndex, ((d = r.eventName), (u = r.target) ? u + ":" + d : d) ), l = r.target, s = t; - "component" === r.target && ((l = null), (s = e)); + "component" === r.target && ((l = null), (s = n)); var c = s.renderer.listen(l || o, r.eventName, i); - t.disposables[n.outputIndex + a] = c; + t.disposables[e.outputIndex + a] = c; } var u, d; } - function Ci(t, e, n) { + function Ci(t, n, e) { return function(o) { - return No(t, e, n, o); + return No(t, n, e, o); }; } - function vi(t, e, n, o) { - if (!Ao(t, e, n, o)) return !1; - var a = e.bindings[n], - r = bo(t, e.nodeIndex), + function vi(t, n, e, o) { + if (!Ao(t, n, e, o)) return !1; + var a = n.bindings[e], + r = bo(t, n.nodeIndex), i = r.renderElement, l = a.name; switch (15 & a.flags) { case 1: - !(function(t, e, n, o, a, r) { - var i = e.securityContext, + !(function(t, n, e, o, a, r) { + var i = n.securityContext, l = i ? t.root.sanitizer.sanitize(i, r) : r; l = null != l ? l.toString() : null; var s = t.renderer; null != r - ? s.setAttribute(n, a, l, o) - : s.removeAttribute(n, a, o); + ? s.setAttribute(e, a, l, o) + : s.removeAttribute(e, a, o); })(t, a, i, a.ns, l, o); break; case 2: - !(function(t, e, n, o) { + !(function(t, n, e, o) { var a = t.renderer; - o ? a.addClass(e, n) : a.removeClass(e, n); + o ? a.addClass(n, e) : a.removeClass(n, e); })(t, i, l, o); break; case 4: - !(function(t, e, n, o, a) { - var r = t.root.sanitizer.sanitize(ln.STYLE, a); + !(function(t, n, e, o, a) { + var r = t.root.sanitizer.sanitize(le.STYLE, a); if (null != r) { r = r.toString(); - var i = e.suffix; + var i = n.suffix; null != i && (r += i); } else r = null; var l = t.renderer; - null != r ? l.setStyle(n, o, r) : l.removeStyle(n, o); + null != r ? l.setStyle(e, o, r) : l.removeStyle(e, o); })(t, a, i, l, o); break; case 8: - !(function(t, e, n, o, a) { - var r = e.securityContext, + !(function(t, n, e, o, a) { + var r = n.securityContext, i = r ? t.root.sanitizer.sanitize(r, a) : a; - t.renderer.setProperty(n, o, i); + t.renderer.setProperty(e, o, i); })( - 33554432 & e.flags && 32 & a.flags ? r.componentView : t, + 33554432 & n.flags && 32 & a.flags ? r.componentView : t, a, i, l, @@ -8840,9 +8840,9 @@ } return !0; } - function Oi(t, e, n) { + function Oi(t, n, e) { var o = []; - for (var a in n) o.push({ propName: a, bindingType: n[a] }); + for (var a in e) o.push({ propName: a, bindingType: e[a] }); return { nodeIndex: -1, parent: null, @@ -8865,20 +8865,20 @@ element: null, provider: null, text: null, - query: { id: e, filterId: Vo(e), bindings: o }, + query: { id: n, filterId: Vo(n), bindings: o }, ngContent: null }; } function Pi(t) { - for (var e = t.def.nodeMatchedQueries; t.parent && Bo(t); ) { - var n = t.parentNodeDef; + for (var n = t.def.nodeMatchedQueries; t.parent && Bo(t); ) { + var e = t.parentNodeDef; t = t.parent; - for (var o = n.nodeIndex + n.childCount, a = 0; a <= o; a++) + for (var o = e.nodeIndex + e.childCount, a = 0; a <= o; a++) 67108864 & (r = t.def.nodes[a]).flags && 536870912 & r.flags && - (r.query.filterId & e) === r.query.filterId && + (r.query.filterId & n) === r.query.filterId && Co(t, a).setDirty(), - (!(1 & r.flags && a + r.childCount < n.nodeIndex) && + (!(1 & r.flags && a + r.childCount < e.nodeIndex) && 67108864 & r.childFlags && 536870912 & r.childFlags) || (a += r.childCount); @@ -8892,37 +8892,37 @@ (a += r.childCount); } } - function Mi(t, e) { - var n = Co(t, e.nodeIndex); - if (n.dirty) { + function Mi(t, n) { + var e = Co(t, n.nodeIndex); + if (e.dirty) { var o, a = void 0; - if (67108864 & e.flags) { - var r = e.parent.parent; - (a = xi(t, r.nodeIndex, r.nodeIndex + r.childCount, e.query, [])), - (o = _o(t, e.parent.nodeIndex).instance); + if (67108864 & n.flags) { + var r = n.parent.parent; + (a = xi(t, r.nodeIndex, r.nodeIndex + r.childCount, n.query, [])), + (o = _o(t, n.parent.nodeIndex).instance); } else - 134217728 & e.flags && - ((a = xi(t, 0, t.def.nodes.length - 1, e.query, [])), + 134217728 & n.flags && + ((a = xi(t, 0, t.def.nodes.length - 1, n.query, [])), (o = t.component)); - n.reset(a); - for (var i = e.query.bindings, l = !1, s = 0; s < i.length; s++) { + e.reset(a); + for (var i = n.query.bindings, l = !1, s = 0; s < i.length; s++) { var c = i[s], u = void 0; switch (c.bindingType) { case 0: - u = n.first; + u = e.first; break; case 1: - (u = n), (l = !0); + (u = e), (l = !0); } o[c.propName] = u; } - l && n.notifyOnChanges(); + l && e.notifyOnChanges(); } } - function xi(t, e, n, o, a) { - for (var r = e; r <= n; r++) { + function xi(t, n, e, o, a) { + for (var r = n; r <= e; r++) { var i = t.def.nodes[r], l = i.matchedQueries[o.id]; if ( @@ -8959,22 +8959,22 @@ } return a; } - function ki(t, e, n) { - if (null != n) - switch (n) { + function ki(t, n, e) { + if (null != e) + switch (e) { case 1: - return bo(t, e.nodeIndex).renderElement; + return bo(t, n.nodeIndex).renderElement; case 0: - return new Nn(bo(t, e.nodeIndex).renderElement); + return new Ne(bo(t, n.nodeIndex).renderElement); case 2: - return bo(t, e.nodeIndex).template; + return bo(t, n.nodeIndex).template; case 3: - return bo(t, e.nodeIndex).viewContainer; + return bo(t, n.nodeIndex).viewContainer; case 4: - return _o(t, e.nodeIndex).instance; + return _o(t, n.nodeIndex).instance; } } - function wi(t, e) { + function wi(t, n) { return { nodeIndex: -1, parent: null, @@ -8998,27 +8998,27 @@ provider: null, text: null, query: null, - ngContent: { index: e } + ngContent: { index: n } }; } - function Si(t, e, n) { - var o = qo(t, e, n); - o && Zo(t, n.ngContent.index, 1, o, null, void 0); + function Si(t, n, e) { + var o = qo(t, n, e); + o && Zo(t, e.ngContent.index, 1, o, null, void 0); } - function Ei(t, e) { + function Ei(t, n) { for ( - var n = Object.keys(e), o = n.length, a = new Array(o), r = 0; + var e = Object.keys(n), o = e.length, a = new Array(o), r = 0; r < o; r++ ) { - var i = n[r]; - a[e[i]] = i; + var i = e[r]; + a[n[i]] = i; } return Ii(64, t, a); } - function Ii(t, e, n) { - for (var o = new Array(n.length), a = 0; a < n.length; a++) { - var r = n[a]; + function Ii(t, n, e) { + for (var o = new Array(e.length), a = 0; a < e.length; a++) { + var r = e[a]; o[a] = { flags: 8, name: r, @@ -9034,7 +9034,7 @@ renderParent: null, bindingIndex: -1, outputIndex: -1, - checkIndex: e, + checkIndex: n, flags: t, childFlags: 0, directChildFlags: 0, @@ -9054,15 +9054,15 @@ ngContent: null }; } - function Ai(t, e, n) { - for (var o = new Array(n.length - 1), a = 1; a < n.length; a++) + function Ai(t, n, e) { + for (var o = new Array(e.length - 1), a = 1; a < e.length; a++) o[a - 1] = { flags: 8, name: null, ns: null, nonMinifiedName: null, securityContext: null, - suffix: n[a] + suffix: e[a] }; return { nodeIndex: -1, @@ -9078,29 +9078,29 @@ matchedQueries: {}, matchedQueryIds: 0, references: {}, - ngContentIndex: e, + ngContentIndex: n, childCount: 0, bindings: o, bindingFlags: 8, outputs: [], element: null, provider: null, - text: { prefix: n[0] }, + text: { prefix: e[0] }, query: null, ngContent: null }; } - function Ti(t, e, n) { + function Ti(t, n, e) { var o, a = t.renderer; - o = a.createText(n.text.prefix); - var r = qo(t, e, n); + o = a.createText(e.text.prefix); + var r = qo(t, n, e); return r && a.appendChild(r, o), { renderText: o }; } - function Ri(t, e) { - return (null != t ? t.toString() : "") + e.suffix; + function Ri(t, n) { + return (null != t ? t.toString() : "") + n.suffix; } - function Di(t, e, n, o) { + function Di(t, n, e, o) { for ( var a = 0, r = 0, @@ -9113,10 +9113,10 @@ p = !1, m = null, g = 0; - g < e.length; + g < n.length; g++ ) { - var f = e[g]; + var f = n[g]; if ( ((f.nodeIndex = g), (f.parent = c), @@ -9138,7 +9138,7 @@ (s |= f.element.template.nodeMatchedQueries); } if ( - (zi(c, f, e.length), + (zi(c, f, n.length), (a += f.bindings.length), (r += f.outputs.length), !u && 3 & f.flags && (m = f), @@ -9189,11 +9189,11 @@ rootNodeFlags: l, nodeMatchedQueries: s, flags: t, - nodes: e, - updateDirectives: n || Oo, + nodes: n, + updateDirectives: e || Oo, updateRenderer: o || Oo, - handleEvent: function(t, n, o, a) { - return e[n].element.handleEvent(t, o, a); + handleEvent: function(t, e, o, a) { + return n[e].element.handleEvent(t, o, a); }, bindingCount: a, outputCount: r, @@ -9203,8 +9203,8 @@ function Ni(t) { return 0 != (1 & t.flags) && null === t.element.name; } - function zi(t, e, n) { - var o = e.element && e.element.template; + function zi(t, n, e) { + var o = n.element && n.element.template; if (o) { if (!o.lastRenderRootNode) throw new Error( @@ -9213,64 +9213,64 @@ if (o.lastRenderRootNode && 16777216 & o.lastRenderRootNode.flags) throw new Error( "Illegal State: Last root node of a template can't have embedded views, at index " + - e.nodeIndex + + n.nodeIndex + "!" ); } - if (20224 & e.flags && 0 == (1 & (t ? t.flags : 0))) + if (20224 & n.flags && 0 == (1 & (t ? t.flags : 0))) throw new Error( "Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index " + - e.nodeIndex + + n.nodeIndex + "!" ); - if (e.query) { - if (67108864 & e.flags && (!t || 0 == (16384 & t.flags))) + if (n.query) { + if (67108864 & n.flags && (!t || 0 == (16384 & t.flags))) throw new Error( "Illegal State: Content Query nodes need to be children of directives, at index " + - e.nodeIndex + + n.nodeIndex + "!" ); - if (134217728 & e.flags && t) + if (134217728 & n.flags && t) throw new Error( "Illegal State: View Query nodes have to be top level nodes, at index " + - e.nodeIndex + + n.nodeIndex + "!" ); } - if (e.childCount) { - var a = t ? t.nodeIndex + t.childCount : n - 1; - if (e.nodeIndex <= a && e.nodeIndex + e.childCount > a) + if (n.childCount) { + var a = t ? t.nodeIndex + t.childCount : e - 1; + if (n.nodeIndex <= a && n.nodeIndex + n.childCount > a) throw new Error( "Illegal State: childCount of node leads outside of parent, at index " + - e.nodeIndex + + n.nodeIndex + "!" ); } } - function Li(t, e, n, o) { - var a = Bi(t.root, t.renderer, t, e, n); + function Li(t, n, e, o) { + var a = Bi(t.root, t.renderer, t, n, e); return Vi(a, t.component, o), Hi(a), a; } - function ji(t, e, n) { - var o = Bi(t, t.renderer, null, null, e); - return Vi(o, n, n), Hi(o), o; + function ji(t, n, e) { + var o = Bi(t, t.renderer, null, null, n); + return Vi(o, e, e), Hi(o), o; } - function Fi(t, e, n, o) { + function Fi(t, n, e, o) { var a, - r = e.element.componentRendererType; + r = n.element.componentRendererType; return ( (a = r ? t.root.rendererFactory.createRenderer(o, r) : t.root.renderer), - Bi(t.root, a, t, e.element.componentProvider, n) + Bi(t.root, a, t, n.element.componentProvider, e) ); } - function Bi(t, e, n, o, a) { + function Bi(t, n, e, o, a) { var r = new Array(a.nodes.length), i = a.outputCount ? new Array(a.outputCount) : null; return { def: a, - parent: n, + parent: e, viewContainerParent: null, parentNodeDef: o, context: null, @@ -9278,26 +9278,26 @@ nodes: r, state: 13, root: t, - renderer: e, + renderer: n, oldValues: new Array(a.bindingCount), disposables: i, initIndex: -1 }; } - function Vi(t, e, n) { - (t.component = e), (t.context = n); + function Vi(t, n, e) { + (t.component = n), (t.context = e); } function Hi(t) { - var e; + var n; Fo(t) && - (e = bo(t.parent, t.parentNodeDef.parent.nodeIndex).renderElement); - for (var n = t.def, o = t.nodes, a = 0; a < n.nodes.length; a++) { - var r = n.nodes[a]; + (n = bo(t.parent, t.parentNodeDef.parent.nodeIndex).renderElement); + for (var e = t.def, o = t.nodes, a = 0; a < e.nodes.length; a++) { + var r = e.nodes[a]; vo.setCurrentNode(t, a); var i = void 0; switch (201347067 & r.flags) { case 1: - var l = _i(t, e, r), + var l = _i(t, n, r), s = void 0; if (33554432 & r.flags) { var c = Yo(r.element.componentView); @@ -9313,7 +9313,7 @@ 16777216 & r.flags && (i.viewContainer = ya(t, r, i)); break; case 2: - i = Ti(t, e, r); + i = Ti(t, n, r); break; case 512: case 1024: @@ -9343,11 +9343,11 @@ i = new rr(); break; case 8: - Si(t, e, r), (i = void 0); + Si(t, n, r), (i = void 0); } o[a] = i; } - Xi(t, Qi.CreateViewNodes), el(t, 201326592, 268435456, 0); + Xi(t, Qi.CreateViewNodes), nl(t, 201326592, 268435456, 0); } function Ui(t) { Yi(t), @@ -9363,59 +9363,59 @@ Yi(t), vo.updateDirectives(t, 0), Ji(t, Qi.CheckAndUpdate), - el(t, 67108864, 536870912, 0); - var e = go(t, 256, 512); - tr(t, 2097152 | (e ? 1048576 : 0)), + nl(t, 67108864, 536870912, 0); + var n = go(t, 256, 512); + tr(t, 2097152 | (n ? 1048576 : 0)), vo.updateRenderer(t, 0), Xi(t, Qi.CheckAndUpdate), - el(t, 134217728, 536870912, 0), - tr(t, 8388608 | ((e = go(t, 512, 768)) ? 4194304 : 0)), + nl(t, 134217728, 536870912, 0), + tr(t, 8388608 | ((n = go(t, 512, 768)) ? 4194304 : 0)), 2 & t.def.flags && (t.state &= -9), (t.state &= -97), go(t, 768, 1024); } - function Ki(t, e, n, a, r, i, l, s, c, u, d, p, m) { - return 0 === n - ? (function(t, e, n, o, a, r, i, l, s, c, u, d) { - switch (201347067 & e.flags) { + function Ki(t, n, e, a, r, i, l, s, c, u, d, p, m) { + return 0 === e + ? (function(t, n, e, o, a, r, i, l, s, c, u, d) { + switch (201347067 & n.flags) { case 1: - return (function(t, e, n, o, a, r, i, l, s, c, u, d) { - var p = e.bindings.length, + return (function(t, n, e, o, a, r, i, l, s, c, u, d) { + var p = n.bindings.length, m = !1; return ( - p > 0 && vi(t, e, 0, n) && (m = !0), - p > 1 && vi(t, e, 1, o) && (m = !0), - p > 2 && vi(t, e, 2, a) && (m = !0), - p > 3 && vi(t, e, 3, r) && (m = !0), - p > 4 && vi(t, e, 4, i) && (m = !0), - p > 5 && vi(t, e, 5, l) && (m = !0), - p > 6 && vi(t, e, 6, s) && (m = !0), - p > 7 && vi(t, e, 7, c) && (m = !0), - p > 8 && vi(t, e, 8, u) && (m = !0), - p > 9 && vi(t, e, 9, d) && (m = !0), + p > 0 && vi(t, n, 0, e) && (m = !0), + p > 1 && vi(t, n, 1, o) && (m = !0), + p > 2 && vi(t, n, 2, a) && (m = !0), + p > 3 && vi(t, n, 3, r) && (m = !0), + p > 4 && vi(t, n, 4, i) && (m = !0), + p > 5 && vi(t, n, 5, l) && (m = !0), + p > 6 && vi(t, n, 6, s) && (m = !0), + p > 7 && vi(t, n, 7, c) && (m = !0), + p > 8 && vi(t, n, 8, u) && (m = !0), + p > 9 && vi(t, n, 9, d) && (m = !0), m ); - })(t, e, n, o, a, r, i, l, s, c, u, d); + })(t, n, e, o, a, r, i, l, s, c, u, d); case 2: - return (function(t, e, n, o, a, r, i, l, s, c, u, d) { + return (function(t, n, e, o, a, r, i, l, s, c, u, d) { var p = !1, - m = e.bindings, + m = n.bindings, g = m.length; if ( - (g > 0 && Ao(t, e, 0, n) && (p = !0), - g > 1 && Ao(t, e, 1, o) && (p = !0), - g > 2 && Ao(t, e, 2, a) && (p = !0), - g > 3 && Ao(t, e, 3, r) && (p = !0), - g > 4 && Ao(t, e, 4, i) && (p = !0), - g > 5 && Ao(t, e, 5, l) && (p = !0), - g > 6 && Ao(t, e, 6, s) && (p = !0), - g > 7 && Ao(t, e, 7, c) && (p = !0), - g > 8 && Ao(t, e, 8, u) && (p = !0), - g > 9 && Ao(t, e, 9, d) && (p = !0), + (g > 0 && Ao(t, n, 0, e) && (p = !0), + g > 1 && Ao(t, n, 1, o) && (p = !0), + g > 2 && Ao(t, n, 2, a) && (p = !0), + g > 3 && Ao(t, n, 3, r) && (p = !0), + g > 4 && Ao(t, n, 4, i) && (p = !0), + g > 5 && Ao(t, n, 5, l) && (p = !0), + g > 6 && Ao(t, n, 6, s) && (p = !0), + g > 7 && Ao(t, n, 7, c) && (p = !0), + g > 8 && Ao(t, n, 8, u) && (p = !0), + g > 9 && Ao(t, n, 9, d) && (p = !0), p) ) { - var f = e.text.prefix; - g > 0 && (f += Ri(n, m[0])), + var f = n.text.prefix; + g > 0 && (f += Ri(e, m[0])), g > 1 && (f += Ri(o, m[1])), g > 2 && (f += Ri(a, m[2])), g > 3 && (f += Ri(r, m[3])), @@ -9425,83 +9425,83 @@ g > 7 && (f += Ri(c, m[7])), g > 8 && (f += Ri(u, m[8])), g > 9 && (f += Ri(d, m[9])); - var h = ho(t, e.nodeIndex).renderText; + var h = ho(t, n.nodeIndex).renderText; t.renderer.setValue(h, f); } return p; - })(t, e, n, o, a, r, i, l, s, c, u, d); + })(t, n, e, o, a, r, i, l, s, c, u, d); case 16384: - return (function(t, e, n, o, a, r, i, l, s, c, u, d) { - var p = _o(t, e.nodeIndex), + return (function(t, n, e, o, a, r, i, l, s, c, u, d) { + var p = _o(t, n.nodeIndex), m = p.instance, g = !1, f = void 0, - h = e.bindings.length; + h = n.bindings.length; return ( h > 0 && - Io(t, e, 0, n) && - ((g = !0), (f = $a(t, p, e, 0, n, f))), + Io(t, n, 0, e) && + ((g = !0), (f = $a(t, p, n, 0, e, f))), h > 1 && - Io(t, e, 1, o) && - ((g = !0), (f = $a(t, p, e, 1, o, f))), + Io(t, n, 1, o) && + ((g = !0), (f = $a(t, p, n, 1, o, f))), h > 2 && - Io(t, e, 2, a) && - ((g = !0), (f = $a(t, p, e, 2, a, f))), + Io(t, n, 2, a) && + ((g = !0), (f = $a(t, p, n, 2, a, f))), h > 3 && - Io(t, e, 3, r) && - ((g = !0), (f = $a(t, p, e, 3, r, f))), + Io(t, n, 3, r) && + ((g = !0), (f = $a(t, p, n, 3, r, f))), h > 4 && - Io(t, e, 4, i) && - ((g = !0), (f = $a(t, p, e, 4, i, f))), + Io(t, n, 4, i) && + ((g = !0), (f = $a(t, p, n, 4, i, f))), h > 5 && - Io(t, e, 5, l) && - ((g = !0), (f = $a(t, p, e, 5, l, f))), + Io(t, n, 5, l) && + ((g = !0), (f = $a(t, p, n, 5, l, f))), h > 6 && - Io(t, e, 6, s) && - ((g = !0), (f = $a(t, p, e, 6, s, f))), + Io(t, n, 6, s) && + ((g = !0), (f = $a(t, p, n, 6, s, f))), h > 7 && - Io(t, e, 7, c) && - ((g = !0), (f = $a(t, p, e, 7, c, f))), + Io(t, n, 7, c) && + ((g = !0), (f = $a(t, p, n, 7, c, f))), h > 8 && - Io(t, e, 8, u) && - ((g = !0), (f = $a(t, p, e, 8, u, f))), + Io(t, n, 8, u) && + ((g = !0), (f = $a(t, p, n, 8, u, f))), h > 9 && - Io(t, e, 9, d) && - ((g = !0), (f = $a(t, p, e, 9, d, f))), + Io(t, n, 9, d) && + ((g = !0), (f = $a(t, p, n, 9, d, f))), f && m.ngOnChanges(f), - 65536 & e.flags && - fo(t, 256, e.nodeIndex) && + 65536 & n.flags && + fo(t, 256, n.nodeIndex) && m.ngOnInit(), - 262144 & e.flags && m.ngDoCheck(), + 262144 & n.flags && m.ngDoCheck(), g ); - })(t, e, n, o, a, r, i, l, s, c, u, d); + })(t, n, e, o, a, r, i, l, s, c, u, d); case 32: case 64: case 128: - return (function(t, e, n, o, a, r, i, l, s, c, u, d) { - var p = e.bindings, + return (function(t, n, e, o, a, r, i, l, s, c, u, d) { + var p = n.bindings, m = !1, g = p.length; if ( - (g > 0 && Ao(t, e, 0, n) && (m = !0), - g > 1 && Ao(t, e, 1, o) && (m = !0), - g > 2 && Ao(t, e, 2, a) && (m = !0), - g > 3 && Ao(t, e, 3, r) && (m = !0), - g > 4 && Ao(t, e, 4, i) && (m = !0), - g > 5 && Ao(t, e, 5, l) && (m = !0), - g > 6 && Ao(t, e, 6, s) && (m = !0), - g > 7 && Ao(t, e, 7, c) && (m = !0), - g > 8 && Ao(t, e, 8, u) && (m = !0), - g > 9 && Ao(t, e, 9, d) && (m = !0), + (g > 0 && Ao(t, n, 0, e) && (m = !0), + g > 1 && Ao(t, n, 1, o) && (m = !0), + g > 2 && Ao(t, n, 2, a) && (m = !0), + g > 3 && Ao(t, n, 3, r) && (m = !0), + g > 4 && Ao(t, n, 4, i) && (m = !0), + g > 5 && Ao(t, n, 5, l) && (m = !0), + g > 6 && Ao(t, n, 6, s) && (m = !0), + g > 7 && Ao(t, n, 7, c) && (m = !0), + g > 8 && Ao(t, n, 8, u) && (m = !0), + g > 9 && Ao(t, n, 9, d) && (m = !0), m) ) { - var f = yo(t, e.nodeIndex), + var f = yo(t, n.nodeIndex), h = void 0; - switch (201347067 & e.flags) { + switch (201347067 & n.flags) { case 32: (h = new Array(p.length)), - g > 0 && (h[0] = n), + g > 0 && (h[0] = e), g > 1 && (h[1] = o), g > 2 && (h[2] = a), g > 3 && (h[3] = r), @@ -9514,7 +9514,7 @@ break; case 64: (h = {}), - g > 0 && (h[p[0].name] = n), + g > 0 && (h[p[0].name] = e), g > 1 && (h[p[1].name] = o), g > 2 && (h[p[2].name] = a), g > 3 && (h[p[3].name] = r), @@ -9526,10 +9526,10 @@ g > 9 && (h[p[9].name] = d); break; case 128: - var b = n; + var b = e; switch (g) { case 1: - h = b.transform(n); + h = b.transform(e); break; case 2: h = b.transform(o); @@ -9562,128 +9562,128 @@ f.value = h; } return m; - })(t, e, n, o, a, r, i, l, s, c, u, d); + })(t, n, e, o, a, r, i, l, s, c, u, d); default: throw "unreachable"; } - })(t, e, a, r, i, l, s, c, u, d, p, m) - : (function(t, e, n) { - switch (201347067 & e.flags) { + })(t, n, a, r, i, l, s, c, u, d, p, m) + : (function(t, n, e) { + switch (201347067 & n.flags) { case 1: - return (function(t, e, n) { - for (var o = !1, a = 0; a < n.length; a++) - vi(t, e, a, n[a]) && (o = !0); + return (function(t, n, e) { + for (var o = !1, a = 0; a < e.length; a++) + vi(t, n, a, e[a]) && (o = !0); return o; - })(t, e, n); + })(t, n, e); case 2: - return (function(t, e, n) { - for (var o = e.bindings, a = !1, r = 0; r < n.length; r++) - Ao(t, e, r, n[r]) && (a = !0); + return (function(t, n, e) { + for (var o = n.bindings, a = !1, r = 0; r < e.length; r++) + Ao(t, n, r, e[r]) && (a = !0); if (a) { var i = ""; - for (r = 0; r < n.length; r++) i += Ri(n[r], o[r]); - i = e.text.prefix + i; - var l = ho(t, e.nodeIndex).renderText; + for (r = 0; r < e.length; r++) i += Ri(e[r], o[r]); + i = n.text.prefix + i; + var l = ho(t, n.nodeIndex).renderText; t.renderer.setValue(l, i); } return a; - })(t, e, n); + })(t, n, e); case 16384: - return (function(t, e, n) { + return (function(t, n, e) { for ( - var o = _o(t, e.nodeIndex), + var o = _o(t, n.nodeIndex), a = o.instance, r = !1, i = void 0, l = 0; - l < n.length; + l < e.length; l++ ) - Io(t, e, l, n[l]) && - ((r = !0), (i = $a(t, o, e, l, n[l], i))); + Io(t, n, l, e[l]) && + ((r = !0), (i = $a(t, o, n, l, e[l], i))); return ( i && a.ngOnChanges(i), - 65536 & e.flags && - fo(t, 256, e.nodeIndex) && + 65536 & n.flags && + fo(t, 256, n.nodeIndex) && a.ngOnInit(), - 262144 & e.flags && a.ngDoCheck(), + 262144 & n.flags && a.ngDoCheck(), r ); - })(t, e, n); + })(t, n, e); case 32: case 64: case 128: - return (function(t, e, n) { - for (var a = e.bindings, r = !1, i = 0; i < n.length; i++) - Ao(t, e, i, n[i]) && (r = !0); + return (function(t, n, e) { + for (var a = n.bindings, r = !1, i = 0; i < e.length; i++) + Ao(t, n, i, e[i]) && (r = !0); if (r) { - var l = yo(t, e.nodeIndex), + var l = yo(t, n.nodeIndex), s = void 0; - switch (201347067 & e.flags) { + switch (201347067 & n.flags) { case 32: - s = n; + s = e; break; case 64: - for (s = {}, i = 0; i < n.length; i++) - s[a[i].name] = n[i]; + for (s = {}, i = 0; i < e.length; i++) + s[a[i].name] = e[i]; break; case 128: - var c = n[0], - u = n.slice(1); + var c = e[0], + u = e.slice(1); s = c.transform.apply(c, Object(o.__spread)(u)); } l.value = s; } return r; - })(t, e, n); + })(t, n, e); default: throw "unreachable"; } - })(t, e, a); + })(t, n, a); } function Yi(t) { - var e = t.def; - if (4 & e.nodeFlags) - for (var n = 0; n < e.nodes.length; n++) { - var o = e.nodes[n]; + var n = t.def; + if (4 & n.nodeFlags) + for (var e = 0; e < n.nodes.length; e++) { + var o = n.nodes[e]; if (4 & o.flags) { - var a = bo(t, n).template._projectedViews; + var a = bo(t, e).template._projectedViews; if (a) for (var r = 0; r < a.length; r++) { var i = a[r]; (i.state |= 32), Do(i, t); } - } else 0 == (4 & o.childFlags) && (n += o.childCount); + } else 0 == (4 & o.childFlags) && (e += o.childCount); } } - function Wi(t, e, n, o, a, r, i, l, s, c, u, d, p) { + function Wi(t, n, e, o, a, r, i, l, s, c, u, d, p) { return ( - 0 === n - ? (function(t, e, n, o, a, r, i, l, s, c, u, d) { - var p = e.bindings.length; - p > 0 && To(t, e, 0, n), - p > 1 && To(t, e, 1, o), - p > 2 && To(t, e, 2, a), - p > 3 && To(t, e, 3, r), - p > 4 && To(t, e, 4, i), - p > 5 && To(t, e, 5, l), - p > 6 && To(t, e, 6, s), - p > 7 && To(t, e, 7, c), - p > 8 && To(t, e, 8, u), - p > 9 && To(t, e, 9, d); - })(t, e, o, a, r, i, l, s, c, u, d, p) - : (function(t, e, n) { - for (var o = 0; o < n.length; o++) To(t, e, o, n[o]); - })(t, e, o), + 0 === e + ? (function(t, n, e, o, a, r, i, l, s, c, u, d) { + var p = n.bindings.length; + p > 0 && To(t, n, 0, e), + p > 1 && To(t, n, 1, o), + p > 2 && To(t, n, 2, a), + p > 3 && To(t, n, 3, r), + p > 4 && To(t, n, 4, i), + p > 5 && To(t, n, 5, l), + p > 6 && To(t, n, 6, s), + p > 7 && To(t, n, 7, c), + p > 8 && To(t, n, 8, u), + p > 9 && To(t, n, 9, d); + })(t, n, o, a, r, i, l, s, c, u, d, p) + : (function(t, n, e) { + for (var o = 0; o < e.length; o++) To(t, n, o, e[o]); + })(t, n, o), !1 ); } - function Gi(t, e) { - if (Co(t, e.nodeIndex).dirty) + function Gi(t, n) { + if (Co(t, n.nodeIndex).dirty) throw uo( - vo.createDebugContext(t, e.nodeIndex), - "Query " + e.query.id + " not dirty", - "Query " + e.query.id + " dirty", + vo.createDebugContext(t, n.nodeIndex), + "Query " + n.query.id + " not dirty", + "Query " + n.query.id + " dirty", 0 != (1 & t.state) ); } @@ -9692,26 +9692,26 @@ if ( (Ji(t, Qi.Destroy), Xi(t, Qi.Destroy), tr(t, 131072), t.disposables) ) - for (var e = 0; e < t.disposables.length; e++) t.disposables[e](); + for (var n = 0; n < t.disposables.length; n++) t.disposables[n](); !(function(t) { if (16 & t.state) { - var e = zo(t); - if (e) { - var n = e.template._projectedViews; - n && (ga(n, n.indexOf(t)), vo.dirtyParentQueries(t)); + var n = zo(t); + if (n) { + var e = n.template._projectedViews; + e && (ga(e, e.indexOf(t)), vo.dirtyParentQueries(t)); } } })(t), t.renderer.destroyNode && (function(t) { - for (var e = t.def.nodes.length, n = 0; n < e; n++) { - var o = t.def.nodes[n]; + for (var n = t.def.nodes.length, e = 0; e < n; e++) { + var o = t.def.nodes[e]; 1 & o.flags - ? t.renderer.destroyNode(bo(t, n).renderElement) + ? t.renderer.destroyNode(bo(t, e).renderElement) : 2 & o.flags - ? t.renderer.destroyNode(ho(t, n).renderText) + ? t.renderer.destroyNode(ho(t, e).renderText) : (67108864 & o.flags || 134217728 & o.flags) && - Co(t, n).destroy(); + Co(t, e).destroy(); } })(t), Fo(t) && t.renderer.destroy(), @@ -9731,51 +9731,51 @@ t ); })({}); - function Xi(t, e) { - var n = t.def; - if (33554432 & n.nodeFlags) - for (var o = 0; o < n.nodes.length; o++) { - var a = n.nodes[o]; + function Xi(t, n) { + var e = t.def; + if (33554432 & e.nodeFlags) + for (var o = 0; o < e.nodes.length; o++) { + var a = e.nodes[o]; 33554432 & a.flags - ? $i(bo(t, o).componentView, e) + ? $i(bo(t, o).componentView, n) : 0 == (33554432 & a.childFlags) && (o += a.childCount); } } - function Ji(t, e) { - var n = t.def; - if (16777216 & n.nodeFlags) - for (var o = 0; o < n.nodes.length; o++) { - var a = n.nodes[o]; + function Ji(t, n) { + var e = t.def; + if (16777216 & e.nodeFlags) + for (var o = 0; o < e.nodes.length; o++) { + var a = e.nodes[o]; if (16777216 & a.flags) for ( var r = bo(t, o).viewContainer._embeddedViews, i = 0; i < r.length; i++ ) - $i(r[i], e); + $i(r[i], n); else 0 == (16777216 & a.childFlags) && (o += a.childCount); } } - function $i(t, e) { - var n = t.state; - switch (e) { + function $i(t, n) { + var e = t.state; + switch (n) { case Qi.CheckNoChanges: - 0 == (128 & n) && - (12 == (12 & n) + 0 == (128 & e) && + (12 == (12 & e) ? Ui(t) - : 64 & n && tl(t, Qi.CheckNoChangesProjectedViews)); + : 64 & e && tl(t, Qi.CheckNoChangesProjectedViews)); break; case Qi.CheckNoChangesProjectedViews: - 0 == (128 & n) && (32 & n ? Ui(t) : 64 & n && tl(t, e)); + 0 == (128 & e) && (32 & e ? Ui(t) : 64 & e && tl(t, n)); break; case Qi.CheckAndUpdate: - 0 == (128 & n) && - (12 == (12 & n) + 0 == (128 & e) && + (12 == (12 & e) ? qi(t) - : 64 & n && tl(t, Qi.CheckAndUpdateProjectedViews)); + : 64 & e && tl(t, Qi.CheckAndUpdateProjectedViews)); break; case Qi.CheckAndUpdateProjectedViews: - 0 == (128 & n) && (32 & n ? qi(t) : 64 & n && tl(t, e)); + 0 == (128 & e) && (32 & e ? qi(t) : 64 & e && tl(t, n)); break; case Qi.Destroy: Zi(t); @@ -9784,14 +9784,14 @@ Hi(t); } } - function tl(t, e) { - Ji(t, e), Xi(t, e); + function tl(t, n) { + Ji(t, n), Xi(t, n); } - function el(t, e, n, o) { - if (t.def.nodeFlags & e && t.def.nodeFlags & n) + function nl(t, n, e, o) { + if (t.def.nodeFlags & n && t.def.nodeFlags & e) for (var a = t.def.nodes.length, r = 0; r < a; r++) { var i = t.def.nodes[r]; - if (i.flags & e && i.flags & n) + if (i.flags & n && i.flags & e) switch ((vo.setCurrentNode(t, i.nodeIndex), o)) { case 0: Mi(t, i); @@ -9799,76 +9799,76 @@ case 1: Gi(t, i); } - (i.childFlags & e && i.childFlags & n) || (r += i.childCount); + (i.childFlags & n && i.childFlags & e) || (r += i.childCount); } } - var nl = !1; - function ol(t, e, n, o, a, r) { - var i = a.injector.get(jn); - return ji(rl(t, a, i, e, n), o, r); + var el = !1; + function ol(t, n, e, o, a, r) { + var i = a.injector.get(je); + return ji(rl(t, a, i, n, e), o, r); } - function al(t, e, n, o, a, r) { - var i = a.injector.get(jn), - l = rl(t, a, new Ll(i), e, n), + function al(t, n, e, o, a, r) { + var i = a.injector.get(je), + l = rl(t, a, new Ll(i), n, e), s = fl(o); return Nl(Ml.create, ji, null, [l, s, r]); } - function rl(t, e, n, o, a) { - var r = e.injector.get(sn), - i = e.injector.get(Ne), - l = n.createRenderer(null, null); + function rl(t, n, e, o, a) { + var r = n.injector.get(se), + i = n.injector.get(zn), + l = e.createRenderer(null, null); return { - ngModule: e, + ngModule: n, injector: t, projectableNodes: o, selectorOrNode: a, sanitizer: r, - rendererFactory: n, + rendererFactory: e, renderer: l, errorHandler: i }; } - function il(t, e, n, o) { - var a = fl(n); - return Nl(Ml.create, Li, null, [t, e, a, o]); + function il(t, n, e, o) { + var a = fl(e); + return Nl(Ml.create, Li, null, [t, n, a, o]); } - function ll(t, e, n, o) { + function ll(t, n, e, o) { return ( - (n = dl.get(e.element.componentProvider.provider.token) || fl(n)), - Nl(Ml.create, Fi, null, [t, e, n, o]) + (e = dl.get(n.element.componentProvider.provider.token) || fl(e)), + Nl(Ml.create, Fi, null, [t, n, e, o]) ); } - function sl(t, e, n, o) { + function sl(t, n, e, o) { return Ia( t, - e, n, + e, (function(t) { - var e = (function(t) { - var e = !1, - n = !1; + var n = (function(t) { + var n = !1, + e = !1; return 0 === cl.size - ? { hasOverrides: e, hasDeprecatedOverrides: n } + ? { hasOverrides: n, hasDeprecatedOverrides: e } : (t.providers.forEach(function(t) { var o = cl.get(t.token); 3840 & t.flags && o && - ((e = !0), (n = n || o.deprecatedBehavior)); + ((n = !0), (e = e || o.deprecatedBehavior)); }), t.modules.forEach(function(t) { ul.forEach(function(o, a) { vt(a).providedIn === t && - ((e = !0), (n = n || o.deprecatedBehavior)); + ((n = !0), (e = e || o.deprecatedBehavior)); }); }), - { hasOverrides: e, hasDeprecatedOverrides: n }); + { hasOverrides: n, hasDeprecatedOverrides: e }); })(t), - n = e.hasDeprecatedOverrides; - return e.hasOverrides + e = n.hasDeprecatedOverrides; + return n.hasOverrides ? ((function(t) { - for (var e = 0; e < t.providers.length; e++) { - var o = t.providers[e]; - n && (o.flags |= 4096); + for (var n = 0; n < t.providers.length; n++) { + var o = t.providers[n]; + e && (o.flags |= 4096); var a = cl.get(o.token); a && ((o.flags = (-3841 & o.flags) | a.flags), @@ -9877,13 +9877,13 @@ } if (ul.size > 0) { var r = new Set(t.modules); - ul.forEach(function(e, o) { + ul.forEach(function(n, o) { if (r.has(vt(o).providedIn)) { var a = { token: o, - flags: e.flags | (n ? 4096 : 0), - deps: Uo(e.deps), - value: e.value, + flags: n.flags | (e ? 4096 : 0), + deps: Uo(n.deps), + value: n.value, index: t.providers.length }; t.providers.push(a), (t.providersByKey[Mo(o)] = a); @@ -9904,16 +9904,16 @@ ul = new Map(), dl = new Map(); function pl(t) { - var e; + var n; cl.set(t.token, t), "function" == typeof t.token && - (e = vt(t.token)) && - "function" == typeof e.providedIn && + (n = vt(t.token)) && + "function" == typeof n.providedIn && ul.set(t.token, t); } - function ml(t, e) { - var n = Yo(e.viewDefFactory), - o = Yo(n.nodes[0].element.componentView); + function ml(t, n) { + var e = Yo(n.viewDefFactory), + o = Yo(e.nodes[0].element.componentView); dl.set(t, o); } function gl() { @@ -9921,26 +9921,26 @@ } function fl(t) { if (0 === cl.size) return t; - var e = (function(t) { - for (var e = [], n = null, o = 0; o < t.nodes.length; o++) { + var n = (function(t) { + for (var n = [], e = null, o = 0; o < t.nodes.length; o++) { var a = t.nodes[o]; - 1 & a.flags && (n = a), - n && + 1 & a.flags && (e = a), + e && 3840 & a.flags && cl.has(a.provider.token) && - (e.push(n.nodeIndex), (n = null)); + (n.push(e.nodeIndex), (e = null)); } - return e; + return n; })(t); - if (0 === e.length) return t; + if (0 === n.length) return t; t = t.factory(function() { return Oo; }); - for (var n = 0; n < e.length; n++) o(t, e[n]); + for (var e = 0; e < n.length; e++) o(t, n[e]); return t; - function o(t, e) { - for (var n = e + 1; n < t.nodes.length; n++) { - var o = t.nodes[n]; + function o(t, n) { + for (var e = n + 1; e < t.nodes.length; e++) { + var o = t.nodes[e]; if (1 & o.flags) return; if (3840 & o.flags) { var a = o.provider, @@ -9953,18 +9953,18 @@ } } } - function hl(t, e, n, o, a, r, i, l, s, c, u, d, p) { - var m = t.def.nodes[e]; + function hl(t, n, e, o, a, r, i, l, s, c, u, d, p) { + var m = t.def.nodes[n]; return ( - Ki(t, m, n, o, a, r, i, l, s, c, u, d, p), - 224 & m.flags ? yo(t, e).value : void 0 + Ki(t, m, e, o, a, r, i, l, s, c, u, d, p), + 224 & m.flags ? yo(t, n).value : void 0 ); } - function bl(t, e, n, o, a, r, i, l, s, c, u, d, p) { - var m = t.def.nodes[e]; + function bl(t, n, e, o, a, r, i, l, s, c, u, d, p) { + var m = t.def.nodes[n]; return ( - Wi(t, m, n, o, a, r, i, l, s, c, u, d, p), - 224 & m.flags ? yo(t, e).value : void 0 + Wi(t, m, e, o, a, r, i, l, s, c, u, d, p), + 224 & m.flags ? yo(t, n).value : void 0 ); } function _l(t) { @@ -9989,65 +9989,65 @@ t ); })({}); - function xl(t, e) { - (Ol = t), (Pl = e); + function xl(t, n) { + (Ol = t), (Pl = n); } - function kl(t, e, n, o) { + function kl(t, n, e, o) { return ( - xl(t, e), Nl(Ml.handleEvent, t.def.handleEvent, null, [t, e, n, o]) + xl(t, n), Nl(Ml.handleEvent, t.def.handleEvent, null, [t, n, e, o]) ); } - function wl(t, e) { + function wl(t, n) { if (128 & t.state) throw mo(Ml[vl]); return ( xl(t, Al(t, 0)), - t.def.updateDirectives(function(t, n, o) { + t.def.updateDirectives(function(t, e, o) { for (var a = [], r = 3; r < arguments.length; r++) a[r - 3] = arguments[r]; - var i = t.def.nodes[n]; + var i = t.def.nodes[e]; return ( - 0 === e ? El(t, i, o, a) : Il(t, i, o, a), - 16384 & i.flags && xl(t, Al(t, n)), + 0 === n ? El(t, i, o, a) : Il(t, i, o, a), + 16384 & i.flags && xl(t, Al(t, e)), 224 & i.flags ? yo(t, i.nodeIndex).value : void 0 ); }, t) ); } - function Sl(t, e) { + function Sl(t, n) { if (128 & t.state) throw mo(Ml[vl]); return ( xl(t, Tl(t, 0)), - t.def.updateRenderer(function(t, n, o) { + t.def.updateRenderer(function(t, e, o) { for (var a = [], r = 3; r < arguments.length; r++) a[r - 3] = arguments[r]; - var i = t.def.nodes[n]; + var i = t.def.nodes[e]; return ( - 0 === e ? El(t, i, o, a) : Il(t, i, o, a), - 3 & i.flags && xl(t, Tl(t, n)), + 0 === n ? El(t, i, o, a) : Il(t, i, o, a), + 3 & i.flags && xl(t, Tl(t, e)), 224 & i.flags ? yo(t, i.nodeIndex).value : void 0 ); }, t) ); } - function El(t, e, n, a) { - if (Ki.apply(void 0, Object(o.__spread)([t, e, n], a))) { - var r = 1 === n ? a[0] : a; - if (16384 & e.flags) { - for (var i = {}, l = 0; l < e.bindings.length; l++) { - var s = e.bindings[l], + function El(t, n, e, a) { + if (Ki.apply(void 0, Object(o.__spread)([t, n, e], a))) { + var r = 1 === e ? a[0] : a; + if (16384 & n.flags) { + for (var i = {}, l = 0; l < n.bindings.length; l++) { + var s = n.bindings[l], c = r[l]; 8 & s.flags && (i[ ((m = s.nonMinifiedName), "ng-reflect-" + - m.replace(/[$@]/g, "_").replace(dn, function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + m.replace(/[$@]/g, "_").replace(de, function() { + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; return "-" + t[1].toLowerCase(); })) - ] = pn(c)); + ] = pe(c)); } - var u = e.parent, + var u = n.parent, d = bo(t, u.nodeIndex).renderElement; if (u.element.name) for (var p in i) @@ -10060,33 +10060,33 @@ } var m; } - function Il(t, e, n, a) { - Wi.apply(void 0, Object(o.__spread)([t, e, n], a)); + function Il(t, n, e, a) { + Wi.apply(void 0, Object(o.__spread)([t, n, e], a)); } - function Al(t, e) { - for (var n = e; n < t.def.nodes.length; n++) { - var o = t.def.nodes[n]; - if (16384 & o.flags && o.bindings && o.bindings.length) return n; + function Al(t, n) { + for (var e = n; e < t.def.nodes.length; e++) { + var o = t.def.nodes[e]; + if (16384 & o.flags && o.bindings && o.bindings.length) return e; } return null; } - function Tl(t, e) { - for (var n = e; n < t.def.nodes.length; n++) { - var o = t.def.nodes[n]; - if (3 & o.flags && o.bindings && o.bindings.length) return n; + function Tl(t, n) { + for (var e = n; e < t.def.nodes.length; e++) { + var o = t.def.nodes[e]; + if (3 & o.flags && o.bindings && o.bindings.length) return e; } return null; } var Rl = (function() { - function t(t, e) { + function t(t, n) { (this.view = t), - (this.nodeIndex = e), - null == e && (this.nodeIndex = e = 0), - (this.nodeDef = t.def.nodes[e]); - for (var n = this.nodeDef, o = t; n && 0 == (1 & n.flags); ) - n = n.parent; - if (!n) for (; !n && o; ) (n = Lo(o)), (o = o.parent); - (this.elDef = n), (this.elView = o); + (this.nodeIndex = n), + null == n && (this.nodeIndex = n = 0), + (this.nodeDef = t.def.nodes[n]); + for (var e = this.nodeDef, o = t; e && 0 == (1 & e.flags); ) + e = e.parent; + if (!e) for (; !e && o; ) (e = Lo(o)), (o = o.parent); + (this.elDef = e), (this.elView = o); } return ( Object.defineProperty(t.prototype, "elOrCompView", { @@ -10124,13 +10124,13 @@ var t = []; if (this.elDef) for ( - var e = this.elDef.nodeIndex + 1; - e <= this.elDef.nodeIndex + this.elDef.childCount; - e++ + var n = this.elDef.nodeIndex + 1; + n <= this.elDef.nodeIndex + this.elDef.childCount; + n++ ) { - var n = this.elView.def.nodes[e]; - 20224 & n.flags && t.push(n.provider.token), - (e += n.childCount); + var e = this.elView.def.nodes[n]; + 20224 & e.flags && t.push(e.provider.token), + (n += e.childCount); } return t; }, @@ -10143,12 +10143,12 @@ if (this.elDef) { Dl(this.elView, this.elDef, t); for ( - var e = this.elDef.nodeIndex + 1; - e <= this.elDef.nodeIndex + this.elDef.childCount; - e++ + var n = this.elDef.nodeIndex + 1; + n <= this.elDef.nodeIndex + this.elDef.childCount; + n++ ) { - var n = this.elView.def.nodes[e]; - 20224 & n.flags && Dl(this.elView, n, t), (e += n.childCount); + var e = this.elView.def.nodes[n]; + 20224 & e.flags && Dl(this.elView, e, t), (n += e.childCount); } } return t; @@ -10177,21 +10177,21 @@ configurable: !0 }), (t.prototype.logError = function(t) { - for (var e, n, a = [], r = 1; r < arguments.length; r++) + for (var n, e, a = [], r = 1; r < arguments.length; r++) a[r - 1] = arguments[r]; 2 & this.nodeDef.flags - ? ((e = this.view.def), (n = this.nodeDef.nodeIndex)) - : ((e = this.elView.def), (n = this.elDef.nodeIndex)); - var i = (function(t, e) { - for (var n = -1, o = 0; o <= e; o++) - 3 & t.nodes[o].flags && n++; - return n; - })(e, n), + ? ((n = this.view.def), (e = this.nodeDef.nodeIndex)) + : ((n = this.elView.def), (e = this.elDef.nodeIndex)); + var i = (function(t, n) { + for (var e = -1, o = 0; o <= n; o++) + 3 & t.nodes[o].flags && e++; + return e; + })(n, e), l = -1; - e.factory(function() { - var e; + n.factory(function() { + var n; return ++l === i - ? (e = t.error).bind.apply(e, Object(o.__spread)([t], a)) + ? (n = t.error).bind.apply(n, Object(o.__spread)([t], a)) : Oo; }), l < i && @@ -10203,22 +10203,22 @@ t ); })(); - function Dl(t, e, n) { - for (var o in e.references) n[o] = ki(t, e, e.references[o]); + function Dl(t, n, e) { + for (var o in n.references) e[o] = ki(t, n, n.references[o]); } - function Nl(t, e, n, o) { + function Nl(t, n, e, o) { var a = vl, r = Ol, i = Pl; try { vl = t; - var l = e.apply(n, o); + var l = n.apply(e, o); return (Ol = r), (Pl = i), (vl = a), l; } catch (s) { - if (Te(s) || !Ol) throw s; - throw (function(t, e) { + if (Rn(s) || !Ol) throw s; + throw (function(t, n) { return ( - t instanceof Error || (t = new Error(t.toString())), po(t, e), t + t instanceof Error || (t = new Error(t.toString())), po(t, n), t ); })(s, zl()); } @@ -10231,8 +10231,8 @@ this.delegate = t; } return ( - (t.prototype.createRenderer = function(t, e) { - return new jl(this.delegate.createRenderer(t, e)); + (t.prototype.createRenderer = function(t, n) { + return new jl(this.delegate.createRenderer(t, n)); }), (t.prototype.begin = function() { this.delegate.begin && this.delegate.begin(); @@ -10267,92 +10267,92 @@ (t.prototype.destroy = function() { this.delegate.destroy(); }), - (t.prototype.createElement = function(t, e) { - var n = this.delegate.createElement(t, e), - o = this.createDebugContext(n); + (t.prototype.createElement = function(t, n) { + var e = this.delegate.createElement(t, n), + o = this.createDebugContext(e); if (o) { - var a = new ri(n, null, o); + var a = new ri(e, null, o); (a.name = t), si(a); } - return n; + return e; }), (t.prototype.createComment = function(t) { - var e = this.delegate.createComment(t), - n = this.createDebugContext(e); - return n && si(new ai(e, null, n)), e; + var n = this.delegate.createComment(t), + e = this.createDebugContext(n); + return e && si(new ai(n, null, e)), n; }), (t.prototype.createText = function(t) { - var e = this.delegate.createText(t), - n = this.createDebugContext(e); - return n && si(new ai(e, null, n)), e; + var n = this.delegate.createText(t), + e = this.createDebugContext(n); + return e && si(new ai(n, null, e)), n; }), - (t.prototype.appendChild = function(t, e) { - var n = li(t), - o = li(e); - n && o && n instanceof ri && n.addChild(o), - this.delegate.appendChild(t, e); + (t.prototype.appendChild = function(t, n) { + var e = li(t), + o = li(n); + e && o && e instanceof ri && e.addChild(o), + this.delegate.appendChild(t, n); }), - (t.prototype.insertBefore = function(t, e, n) { + (t.prototype.insertBefore = function(t, n, e) { var o = li(t), - a = li(e), - r = li(n); + a = li(n), + r = li(e); o && a && o instanceof ri && o.insertBefore(r, a), - this.delegate.insertBefore(t, e, n); + this.delegate.insertBefore(t, n, e); }), - (t.prototype.removeChild = function(t, e) { - var n = li(t), - o = li(e); - n && o && n instanceof ri && n.removeChild(o), - this.delegate.removeChild(t, e); + (t.prototype.removeChild = function(t, n) { + var e = li(t), + o = li(n); + e && o && e instanceof ri && e.removeChild(o), + this.delegate.removeChild(t, n); }), - (t.prototype.selectRootElement = function(t, e) { - var n = this.delegate.selectRootElement(t, e), + (t.prototype.selectRootElement = function(t, n) { + var e = this.delegate.selectRootElement(t, n), o = zl(); - return o && si(new ri(n, null, o)), n; + return o && si(new ri(e, null, o)), e; }), - (t.prototype.setAttribute = function(t, e, n, o) { + (t.prototype.setAttribute = function(t, n, e, o) { var a = li(t); - a && a instanceof ri && (a.attributes[o ? o + ":" + e : e] = n), - this.delegate.setAttribute(t, e, n, o); + a && a instanceof ri && (a.attributes[o ? o + ":" + n : n] = e), + this.delegate.setAttribute(t, n, e, o); }), - (t.prototype.removeAttribute = function(t, e, n) { + (t.prototype.removeAttribute = function(t, n, e) { var o = li(t); o && o instanceof ri && - (o.attributes[n ? n + ":" + e : e] = null), - this.delegate.removeAttribute(t, e, n); + (o.attributes[e ? e + ":" + n : n] = null), + this.delegate.removeAttribute(t, n, e); }), - (t.prototype.addClass = function(t, e) { - var n = li(t); - n && n instanceof ri && (n.classes[e] = !0), - this.delegate.addClass(t, e); + (t.prototype.addClass = function(t, n) { + var e = li(t); + e && e instanceof ri && (e.classes[n] = !0), + this.delegate.addClass(t, n); }), - (t.prototype.removeClass = function(t, e) { - var n = li(t); - n && n instanceof ri && (n.classes[e] = !1), - this.delegate.removeClass(t, e); + (t.prototype.removeClass = function(t, n) { + var e = li(t); + e && e instanceof ri && (e.classes[n] = !1), + this.delegate.removeClass(t, n); }), - (t.prototype.setStyle = function(t, e, n, o) { + (t.prototype.setStyle = function(t, n, e, o) { var a = li(t); - a && a instanceof ri && (a.styles[e] = n), - this.delegate.setStyle(t, e, n, o); + a && a instanceof ri && (a.styles[n] = e), + this.delegate.setStyle(t, n, e, o); }), - (t.prototype.removeStyle = function(t, e, n) { + (t.prototype.removeStyle = function(t, n, e) { var o = li(t); - o && o instanceof ri && (o.styles[e] = null), - this.delegate.removeStyle(t, e, n); + o && o instanceof ri && (o.styles[n] = null), + this.delegate.removeStyle(t, n, e); }), - (t.prototype.setProperty = function(t, e, n) { + (t.prototype.setProperty = function(t, n, e) { var o = li(t); - o && o instanceof ri && (o.properties[e] = n), - this.delegate.setProperty(t, e, n); + o && o instanceof ri && (o.properties[n] = e), + this.delegate.setProperty(t, n, e); }), - (t.prototype.listen = function(t, e, n) { + (t.prototype.listen = function(t, n, e) { if ("string" != typeof t) { var o = li(t); - o && o.listeners.push(new oi(e, n)); + o && o.listeners.push(new oi(n, e)); } - return this.delegate.listen(t, e, n); + return this.delegate.listen(t, n, e); }), (t.prototype.parentNode = function(t) { return this.delegate.parentNode(t); @@ -10360,32 +10360,32 @@ (t.prototype.nextSibling = function(t) { return this.delegate.nextSibling(t); }), - (t.prototype.setValue = function(t, e) { - return this.delegate.setValue(t, e); + (t.prototype.setValue = function(t, n) { + return this.delegate.setValue(t, n); }), t ); })(); - function Fl(t, e, n) { - return new Bl(t, e, n); + function Fl(t, n, e) { + return new Bl(t, n, e); } var Bl = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a.moduleType = e), - (a._bootstrapComponents = n), + (a.moduleType = n), + (a._bootstrapComponents = e), (a._ngModuleDefFactory = o), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.create = function(t) { + Object(o.__extends)(n, t), + (n.prototype.create = function(t) { !(function() { - if (!nl) { - nl = !0; - var t = je() + if (!el) { + el = !0; + var t = Fn() ? { setCurrentNode: xl, createRootView: al, @@ -10398,8 +10398,8 @@ checkAndUpdateView: _l, checkNoChangesView: yl, destroyView: Cl, - createDebugContext: function(t, e) { - return new Rl(t, e); + createDebugContext: function(t, n) { + return new Rl(t, n); }, handleEvent: kl, updateDirectives: wl, @@ -10417,17 +10417,17 @@ checkAndUpdateView: qi, checkNoChangesView: Ui, destroyView: Zi, - createDebugContext: function(t, e) { - return new Rl(t, e); + createDebugContext: function(t, n) { + return new Rl(t, n); }, - handleEvent: function(t, e, n, o) { - return t.def.handleEvent(t, e, n, o); + handleEvent: function(t, n, e, o) { + return t.def.handleEvent(t, n, e, o); }, - updateDirectives: function(t, e) { - return t.def.updateDirectives(0 === e ? hl : bl, t); + updateDirectives: function(t, n) { + return t.def.updateDirectives(0 === n ? hl : bl, t); }, - updateRenderer: function(t, e) { - return t.def.updateRenderer(0 === e ? hl : bl, t); + updateRenderer: function(t, n) { + return t.def.updateRenderer(0 === n ? hl : bl, t); } }; (vo.setCurrentNode = t.setCurrentNode), @@ -10449,16 +10449,16 @@ (vo.dirtyParentQueries = Pi); } })(); - var e = (function(t) { - var e = Array.from(t.providers), - n = Array.from(t.modules), + var n = (function(t) { + var n = Array.from(t.providers), + e = Array.from(t.modules), o = {}; for (var a in t.providersByKey) o[a] = t.providersByKey[a]; return { factory: t.factory, isRoot: t.isRoot, - providers: e, - modules: n, + providers: n, + modules: e, providersByKey: o }; })(Yo(this._ngModuleDefFactory)); @@ -10466,12 +10466,12 @@ this.moduleType, t || Zt.NULL, this._bootstrapComponents, - e + n ); }), - e + n ); - })(Rn), + })(Re), Vl = (function() { return function() {}; })(), @@ -10499,68 +10499,68 @@ function Kl(t) { return t ? (function(t) { - return new O(function(e) { + return new O(function(n) { return t.schedule(function() { - return e.complete(); + return n.complete(); }); }); })(t) : ql; } function Yl(t) { - var e = new O(function(e) { - e.next(t), e.complete(); + var n = new O(function(n) { + n.next(t), n.complete(); }); - return (e._isScalar = !0), (e.value = t), e; + return (n._isScalar = !0), (n.value = t), n; } function Wl() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; - var n = t[t.length - 1]; - switch ((I(n) ? t.pop() : (n = void 0), t.length)) { + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; + var e = t[t.length - 1]; + switch ((I(e) ? t.pop() : (e = void 0), t.length)) { case 0: - return Kl(n); + return Kl(e); case 1: - return n ? Y(t, n) : Yl(t[0]); + return e ? Y(t, e) : Yl(t[0]); default: - return Y(t, n); + return Y(t, e); } } - function Gl(t, e) { - return G(t, e, 1); + function Gl(t, n) { + return G(t, n, 1); } - function Zl(t, e) { - return function(n) { - return n.lift(new Ql(t, e)); + function Zl(t, n) { + return function(e) { + return e.lift(new Ql(t, n)); }; } var Ql = (function() { - function t(t, e) { - (this.predicate = t), (this.thisArg = e); + function t(t, n) { + (this.predicate = t), (this.thisArg = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Xl(t, this.predicate, this.thisArg)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Xl(t, this.predicate, this.thisArg)); }), t ); })(), Xl = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - return (a.predicate = n), (a.thisArg = o), (a.count = 0), a; + function n(n, e, o) { + var a = t.call(this, n) || this; + return (a.predicate = e), (a.thisArg = o), (a.count = 0), a; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { - var e; + o.__extends(n, t), + (n.prototype._next = function(t) { + var n; try { - e = this.predicate.call(this.thisArg, t, this.count++); - } catch (n) { - return void this.destination.error(n); + n = this.predicate.call(this.thisArg, t, this.count++); + } catch (e) { + return void this.destination.error(e); } - e && this.destination.next(t); + n && this.destination.next(t); }), - e + n ); })(h), Jl = (function() { @@ -10570,16 +10570,16 @@ ts = (function() { return function() {}; })(), - es = new Ut("appBaseHref"), - ns = (function() { - function t(t, n) { + ns = new Ut("appBaseHref"), + es = (function() { + function t(t, e) { var o = this; (this._subject = new ar()), (this._urlChangeListeners = []), (this._platformStrategy = t); var a = this._platformStrategy.getBaseHref(); - (this._platformLocation = n), - (this._baseHref = e.stripTrailingSlash(os(a))), + (this._platformLocation = e), + (this._baseHref = n.stripTrailingSlash(os(a))), this._platformStrategy.onPopState(function(t) { o._subject.emit({ url: o.path(!0), @@ -10589,9 +10589,9 @@ }); }); } - var e; + var n; return ( - (e = t), + (n = t), (t.prototype.path = function(t) { return ( void 0 === t && (t = !1), @@ -10601,16 +10601,16 @@ (t.prototype.getState = function() { return this._platformLocation.getState(); }), - (t.prototype.isCurrentPathEqualTo = function(t, n) { + (t.prototype.isCurrentPathEqualTo = function(t, e) { return ( - void 0 === n && (n = ""), - this.path() == this.normalize(t + e.normalizeQueryParams(n)) + void 0 === e && (e = ""), + this.path() == this.normalize(t + n.normalizeQueryParams(e)) ); }), (t.prototype.normalize = function(t) { - return e.stripTrailingSlash( - (function(t, e) { - return t && e.startsWith(t) ? e.substring(t.length) : e; + return n.stripTrailingSlash( + (function(t, n) { + return t && n.startsWith(t) ? n.substring(t.length) : n; })(this._baseHref, os(t)) ); }), @@ -10620,21 +10620,21 @@ this._platformStrategy.prepareExternalUrl(t) ); }), - (t.prototype.go = function(t, n, o) { - void 0 === n && (n = ""), + (t.prototype.go = function(t, e, o) { + void 0 === e && (e = ""), void 0 === o && (o = null), - this._platformStrategy.pushState(o, "", t, n), + this._platformStrategy.pushState(o, "", t, e), this._notifyUrlChangeListeners( - this.prepareExternalUrl(t + e.normalizeQueryParams(n)), + this.prepareExternalUrl(t + n.normalizeQueryParams(e)), o ); }), - (t.prototype.replaceState = function(t, n, o) { - void 0 === n && (n = ""), + (t.prototype.replaceState = function(t, e, o) { + void 0 === e && (e = ""), void 0 === o && (o = null), - this._platformStrategy.replaceState(o, "", t, n), + this._platformStrategy.replaceState(o, "", t, e), this._notifyUrlChangeListeners( - this.prepareExternalUrl(t + e.normalizeQueryParams(n)), + this.prepareExternalUrl(t + n.normalizeQueryParams(e)), o ); }), @@ -10645,42 +10645,42 @@ this._platformStrategy.back(); }), (t.prototype.onUrlChange = function(t) { - var e = this; + var n = this; this._urlChangeListeners.push(t), this.subscribe(function(t) { - e._notifyUrlChangeListeners(t.url, t.state); + n._notifyUrlChangeListeners(t.url, t.state); }); }), - (t.prototype._notifyUrlChangeListeners = function(t, e) { + (t.prototype._notifyUrlChangeListeners = function(t, n) { void 0 === t && (t = ""), - this._urlChangeListeners.forEach(function(n) { - return n(t, e); + this._urlChangeListeners.forEach(function(e) { + return e(t, n); }); }), - (t.prototype.subscribe = function(t, e, n) { + (t.prototype.subscribe = function(t, n, e) { return this._subject.subscribe({ next: t, - error: e, - complete: n + error: n, + complete: e }); }), (t.normalizeQueryParams = function(t) { return t && "?" !== t[0] ? "?" + t : t; }), - (t.joinWithSlash = function(t, e) { - if (0 == t.length) return e; - if (0 == e.length) return t; - var n = 0; + (t.joinWithSlash = function(t, n) { + if (0 == t.length) return n; + if (0 == n.length) return t; + var e = 0; return ( - t.endsWith("/") && n++, - e.startsWith("/") && n++, - 2 == n ? t + e.substring(1) : 1 == n ? t + e : t + "/" + e + t.endsWith("/") && e++, + n.startsWith("/") && e++, + 2 == e ? t + n.substring(1) : 1 == e ? t + n : t + "/" + n ); }), (t.stripTrailingSlash = function(t) { - var e = t.match(/#|\?|$/), - n = (e && e.index) || t.length; - return t.slice(0, n - ("/" === t[n - 1] ? 1 : 0)) + t.slice(n); + var n = t.match(/#|\?|$/), + e = (n && n.index) || t.length; + return t.slice(0, e - ("/" === t[e - 1] ? 1 : 0)) + t.slice(e); }), t ); @@ -10689,100 +10689,100 @@ return t.replace(/\/index.html$/, ""); } var as = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o._platformLocation = e), + (o._platformLocation = n), (o._baseHref = ""), - null != n && (o._baseHref = n), + null != e && (o._baseHref = e), o ); } return ( - Object(o.__extends)(e, t), - (e.prototype.onPopState = function(t) { + Object(o.__extends)(n, t), + (n.prototype.onPopState = function(t) { this._platformLocation.onPopState(t), this._platformLocation.onHashChange(t); }), - (e.prototype.getBaseHref = function() { + (n.prototype.getBaseHref = function() { return this._baseHref; }), - (e.prototype.path = function(t) { + (n.prototype.path = function(t) { void 0 === t && (t = !1); - var e = this._platformLocation.hash; - return null == e && (e = "#"), e.length > 0 ? e.substring(1) : e; + var n = this._platformLocation.hash; + return null == n && (n = "#"), n.length > 0 ? n.substring(1) : n; }), - (e.prototype.prepareExternalUrl = function(t) { - var e = ns.joinWithSlash(this._baseHref, t); - return e.length > 0 ? "#" + e : e; + (n.prototype.prepareExternalUrl = function(t) { + var n = es.joinWithSlash(this._baseHref, t); + return n.length > 0 ? "#" + n : n; }), - (e.prototype.pushState = function(t, e, n, o) { - var a = this.prepareExternalUrl(n + ns.normalizeQueryParams(o)); + (n.prototype.pushState = function(t, n, e, o) { + var a = this.prepareExternalUrl(e + es.normalizeQueryParams(o)); 0 == a.length && (a = this._platformLocation.pathname), - this._platformLocation.pushState(t, e, a); + this._platformLocation.pushState(t, n, a); }), - (e.prototype.replaceState = function(t, e, n, o) { - var a = this.prepareExternalUrl(n + ns.normalizeQueryParams(o)); + (n.prototype.replaceState = function(t, n, e, o) { + var a = this.prepareExternalUrl(e + es.normalizeQueryParams(o)); 0 == a.length && (a = this._platformLocation.pathname), - this._platformLocation.replaceState(t, e, a); + this._platformLocation.replaceState(t, n, a); }), - (e.prototype.forward = function() { + (n.prototype.forward = function() { this._platformLocation.forward(); }), - (e.prototype.back = function() { + (n.prototype.back = function() { this._platformLocation.back(); }), - e + n ); })(ts), rs = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; if ( - ((o._platformLocation = e), - null == n && (n = o._platformLocation.getBaseHrefFromDOM()), - null == n) + ((o._platformLocation = n), + null == e && (e = o._platformLocation.getBaseHrefFromDOM()), + null == e) ) throw new Error( "No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document." ); - return (o._baseHref = n), o; + return (o._baseHref = e), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.onPopState = function(t) { + Object(o.__extends)(n, t), + (n.prototype.onPopState = function(t) { this._platformLocation.onPopState(t), this._platformLocation.onHashChange(t); }), - (e.prototype.getBaseHref = function() { + (n.prototype.getBaseHref = function() { return this._baseHref; }), - (e.prototype.prepareExternalUrl = function(t) { - return ns.joinWithSlash(this._baseHref, t); + (n.prototype.prepareExternalUrl = function(t) { + return es.joinWithSlash(this._baseHref, t); }), - (e.prototype.path = function(t) { + (n.prototype.path = function(t) { void 0 === t && (t = !1); - var e = + var n = this._platformLocation.pathname + - ns.normalizeQueryParams(this._platformLocation.search), - n = this._platformLocation.hash; - return n && t ? "" + e + n : e; + es.normalizeQueryParams(this._platformLocation.search), + e = this._platformLocation.hash; + return e && t ? "" + n + e : n; }), - (e.prototype.pushState = function(t, e, n, o) { - var a = this.prepareExternalUrl(n + ns.normalizeQueryParams(o)); - this._platformLocation.pushState(t, e, a); + (n.prototype.pushState = function(t, n, e, o) { + var a = this.prepareExternalUrl(e + es.normalizeQueryParams(o)); + this._platformLocation.pushState(t, n, a); }), - (e.prototype.replaceState = function(t, e, n, o) { - var a = this.prepareExternalUrl(n + ns.normalizeQueryParams(o)); - this._platformLocation.replaceState(t, e, a); + (n.prototype.replaceState = function(t, n, e, o) { + var a = this.prepareExternalUrl(e + es.normalizeQueryParams(o)); + this._platformLocation.replaceState(t, n, a); }), - (e.prototype.forward = function() { + (n.prototype.forward = function() { this._platformLocation.forward(); }), - (e.prototype.back = function() { + (n.prototype.back = function() { this._platformLocation.back(); }), - e + n ); })(ts), is = void 0, @@ -10862,9 +10862,9 @@ "US Dollar", {}, function(t) { - var e = Math.floor(Math.abs(t)), - n = t.toString().replace(/^[^.]*\.?/, "").length; - return 1 === e && 0 === n ? 1 : 5; + var n = Math.floor(Math.abs(t)), + e = t.toString().replace(/^[^.]*\.?/, "").length; + return 1 === n && 0 === e ? 1 : 5; } ], ss = {}, @@ -10884,29 +10884,29 @@ return function() {}; })(), ps = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o.locale = e), (o.deprecatedPluralFn = n), o; + return (o.locale = n), (o.deprecatedPluralFn = e), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.getPluralCategory = function(t, e) { + Object(o.__extends)(n, t), + (n.prototype.getPluralCategory = function(t, n) { switch ( this.deprecatedPluralFn - ? this.deprecatedPluralFn(e || this.locale, t) + ? this.deprecatedPluralFn(n || this.locale, t) : (function(t) { return (function(t) { - var e = t.toLowerCase().replace(/_/g, "-"), - n = ss[e]; - if (n) return n; - var o = e.split("-")[0]; - if ((n = ss[o])) return n; + var n = t.toLowerCase().replace(/_/g, "-"), + e = ss[n]; + if (e) return e; + var o = n.split("-")[0]; + if ((e = ss[o])) return e; if ("en" === o) return ls; throw new Error( 'Missing locale data for the locale "' + t + '".' ); })(t)[18]; - })(e || this.locale)(t) + })(n || this.locale)(t) ) { case cs.Zero: return "zero"; @@ -10922,12 +10922,12 @@ return "other"; } }), - e + n ); })(ds); - function ms(t, e) { - var n, a; - e = encodeURIComponent(e); + function ms(t, n) { + var e, a; + n = encodeURIComponent(n); try { for ( var r = Object(o.__values)(t.split(";")), i = r.next(); @@ -10941,15 +10941,15 @@ 2 ), u = c[1]; - if (c[0].trim() === e) return decodeURIComponent(u); + if (c[0].trim() === n) return decodeURIComponent(u); } } catch (d) { - n = { error: d }; + e = { error: d }; } finally { try { i && !i.done && (a = r.return) && a.call(r); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return null; @@ -10958,10 +10958,10 @@ return function() {}; })(), fs = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._iterableDiffers = t), - (this._keyValueDiffers = e), - (this._ngEl = n), + (this._keyValueDiffers = n), + (this._ngEl = e), (this._renderer = o), (this._initialClasses = []); } @@ -10983,7 +10983,7 @@ (this._keyValueDiffer = null), (this._rawClass = "string" == typeof t ? t.split(/\s+/) : t), this._rawClass && - (Cn(this._rawClass) + (Ce(this._rawClass) ? (this._iterableDiffer = this._iterableDiffers .find(this._rawClass) .create()) @@ -10996,94 +10996,94 @@ var t = this._iterableDiffer.diff(this._rawClass); t && this._applyIterableChanges(t); } else if (this._keyValueDiffer) { - var e = this._keyValueDiffer.diff(this._rawClass); - e && this._applyKeyValueChanges(e); + var n = this._keyValueDiffer.diff(this._rawClass); + n && this._applyKeyValueChanges(n); } }), (t.prototype._applyKeyValueChanges = function(t) { - var e = this; + var n = this; t.forEachAddedItem(function(t) { - return e._toggleClass(t.key, t.currentValue); + return n._toggleClass(t.key, t.currentValue); }), t.forEachChangedItem(function(t) { - return e._toggleClass(t.key, t.currentValue); + return n._toggleClass(t.key, t.currentValue); }), t.forEachRemovedItem(function(t) { - t.previousValue && e._toggleClass(t.key, !1); + t.previousValue && n._toggleClass(t.key, !1); }); }), (t.prototype._applyIterableChanges = function(t) { - var e = this; + var n = this; t.forEachAddedItem(function(t) { if ("string" != typeof t.item) throw new Error( "NgClass can only toggle CSS classes expressed as strings, got " + Pt(t.item) ); - e._toggleClass(t.item, !0); + n._toggleClass(t.item, !0); }), t.forEachRemovedItem(function(t) { - return e._toggleClass(t.item, !1); + return n._toggleClass(t.item, !1); }); }), (t.prototype._applyClasses = function(t) { - var e = this; + var n = this; t && (Array.isArray(t) || t instanceof Set ? t.forEach(function(t) { - return e._toggleClass(t, !0); + return n._toggleClass(t, !0); }) - : Object.keys(t).forEach(function(n) { - return e._toggleClass(n, !!t[n]); + : Object.keys(t).forEach(function(e) { + return n._toggleClass(e, !!t[e]); })); }), (t.prototype._removeClasses = function(t) { - var e = this; + var n = this; t && (Array.isArray(t) || t instanceof Set ? t.forEach(function(t) { - return e._toggleClass(t, !1); + return n._toggleClass(t, !1); }) : Object.keys(t).forEach(function(t) { - return e._toggleClass(t, !1); + return n._toggleClass(t, !1); })); }), - (t.prototype._toggleClass = function(t, e) { - var n = this; + (t.prototype._toggleClass = function(t, n) { + var e = this; (t = t.trim()) && t.split(/\s+/g).forEach(function(t) { - e - ? n._renderer.addClass(n._ngEl.nativeElement, t) - : n._renderer.removeClass(n._ngEl.nativeElement, t); + n + ? e._renderer.addClass(e._ngEl.nativeElement, t) + : e._renderer.removeClass(e._ngEl.nativeElement, t); }); }), t ); })(), hs = (function(t) { - function e(e) { - return t.call(this, e) || this; + function n(n) { + return t.call(this, n) || this; } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "klass", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "klass", { set: function(t) { this._delegate.setClass(t); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "ngClass", { + Object.defineProperty(n.prototype, "ngClass", { set: function(t) { this._delegate.setNgClass(t); }, enumerable: !0, configurable: !0 }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this._delegate.applyChanges(); }), - e + n ); })( (function() { @@ -11100,10 +11100,10 @@ })() ), bs = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.$implicit = t), - (this.ngForOf = e), - (this.index = n), + (this.ngForOf = n), + (this.index = e), (this.count = o); } return ( @@ -11139,10 +11139,10 @@ ); })(), _s = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._viewContainer = t), - (this._template = e), - (this._differs = n), + (this._template = n), + (this._differs = e), (this._ngForOfDirty = !0), (this._differ = null); } @@ -11159,7 +11159,7 @@ return this._trackByFn; }, set: function(t) { - je() && + Fn() && null != t && "function" != typeof t && console && @@ -11195,33 +11195,33 @@ "Cannot find a differ supporting object '" + t + "' of type '" + - ((e = t).name || typeof e) + + ((n = t).name || typeof n) + "'. NgFor only supports binding to Iterables such as Arrays." ); } } - var e; + var n; if (this._differ) { - var n = this._differ.diff(this._ngForOf); - n && this._applyChanges(n); + var e = this._differ.diff(this._ngForOf); + e && this._applyChanges(e); } }), (t.prototype._applyChanges = function(t) { - var e = this, - n = []; + var n = this, + e = []; t.forEachOperation(function(t, o, a) { if (null == t.previousIndex) { - var r = e._viewContainer.createEmbeddedView( - e._template, - new bs(null, e._ngForOf, -1, -1), + var r = n._viewContainer.createEmbeddedView( + n._template, + new bs(null, n._ngForOf, -1, -1), a ), i = new ys(t, r); - n.push(i); - } else null == a ? e._viewContainer.remove(o) : ((r = e._viewContainer.get(o)), e._viewContainer.move(r, a), (i = new ys(t, r)), n.push(i)); + e.push(i); + } else null == a ? n._viewContainer.remove(o) : ((r = n._viewContainer.get(o)), n._viewContainer.move(r, a), (i = new ys(t, r)), e.push(i)); }); - for (var o = 0; o < n.length; o++) - this._perViewChange(n[o].view, n[o].record); + for (var o = 0; o < e.length; o++) + this._perViewChange(e[o].view, e[o].record); o = 0; for (var a = this._viewContainer.length; o < a; o++) { var r = this._viewContainer.get(o); @@ -11230,32 +11230,32 @@ (r.context.ngForOf = this._ngForOf); } t.forEachIdentityChange(function(t) { - e._viewContainer.get(t.currentIndex).context.$implicit = t.item; + n._viewContainer.get(t.currentIndex).context.$implicit = t.item; }); }), - (t.prototype._perViewChange = function(t, e) { - t.context.$implicit = e.item; + (t.prototype._perViewChange = function(t, n) { + t.context.$implicit = n.item; }), - (t.ngTemplateContextGuard = function(t, e) { + (t.ngTemplateContextGuard = function(t, n) { return !0; }), t ); })(), ys = (function() { - return function(t, e) { - (this.record = t), (this.view = e); + return function(t, n) { + (this.record = t), (this.view = n); }; })(), Cs = (function() { - function t(t, e) { + function t(t, n) { (this._viewContainer = t), (this._context = new vs()), (this._thenTemplateRef = null), (this._elseTemplateRef = null), (this._thenViewRef = null), (this._elseViewRef = null), - (this._thenTemplateRef = e); + (this._thenTemplateRef = n); } return ( Object.defineProperty(t.prototype, "ngIf", { @@ -11305,7 +11305,7 @@ this._context ))); }), - (t.ngTemplateGuard_ngIf = function(t, e) { + (t.ngTemplateGuard_ngIf = function(t, n) { return !0; }), t @@ -11316,16 +11316,16 @@ (this.$implicit = null), (this.ngIf = null); }; })(); - function Os(t, e) { - if (e && !e.createEmbeddedView) + function Os(t, n) { + if (n && !n.createEmbeddedView) throw new Error( - t + " must be a TemplateRef, but received '" + Pt(e) + "'." + t + " must be a TemplateRef, but received '" + Pt(n) + "'." ); } var Ps = (function() { - function t(t, e) { + function t(t, n) { (this._viewContainerRef = t), - (this._templateRef = e), + (this._templateRef = n), (this._created = !1); } return ( @@ -11368,30 +11368,30 @@ this._defaultViews.push(t); }), (t.prototype._matchCase = function(t) { - var e = t == this._ngSwitch; + var n = t == this._ngSwitch; return ( - (this._lastCasesMatched = this._lastCasesMatched || e), + (this._lastCasesMatched = this._lastCasesMatched || n), this._lastCaseCheckIndex++, this._lastCaseCheckIndex === this._caseCount && (this._updateDefaultCases(!this._lastCasesMatched), (this._lastCaseCheckIndex = 0), (this._lastCasesMatched = !1)), - e + n ); }), (t.prototype._updateDefaultCases = function(t) { if (this._defaultViews && t !== this._defaultUsed) { this._defaultUsed = t; - for (var e = 0; e < this._defaultViews.length; e++) - this._defaultViews[e].enforceState(t); + for (var n = 0; n < this._defaultViews.length; n++) + this._defaultViews[n].enforceState(t); } }), t ); })(), xs = (function() { - function t(t, e, n) { - (this.ngSwitch = n), n._addCase(), (this._view = new Ps(t, e)); + function t(t, n, e) { + (this.ngSwitch = e), e._addCase(), (this._view = new Ps(t, n)); } return ( (t.prototype.ngDoCheck = function() { @@ -11406,8 +11406,8 @@ return function() {}; })(), ws = (function() { - function t(t, e, n) { - (this._ngEl = t), (this._differs = e), (this._renderer = n); + function t(t, n, e) { + (this._ngEl = t), (this._differs = n), (this._renderer = e); } return ( (t.prototype.getValue = function() { @@ -11426,45 +11426,45 @@ } }), (t.prototype._applyChanges = function(t) { - var e = this; + var n = this; t.forEachRemovedItem(function(t) { - return e._setStyle(t.key, null); + return n._setStyle(t.key, null); }), t.forEachAddedItem(function(t) { - return e._setStyle(t.key, t.currentValue); + return n._setStyle(t.key, t.currentValue); }), t.forEachChangedItem(function(t) { - return e._setStyle(t.key, t.currentValue); + return n._setStyle(t.key, t.currentValue); }); }), - (t.prototype._setStyle = function(t, e) { - var n = Object(o.__read)(t.split("."), 2), - a = n[0], - r = n[1]; - null != (e = null != e && r ? "" + e + r : e) - ? this._renderer.setStyle(this._ngEl.nativeElement, a, e) + (t.prototype._setStyle = function(t, n) { + var e = Object(o.__read)(t.split("."), 2), + a = e[0], + r = e[1]; + null != (n = null != n && r ? "" + n + r : n) + ? this._renderer.setStyle(this._ngEl.nativeElement, a, n) : this._renderer.removeStyle(this._ngEl.nativeElement, a); }), t ); })(), Ss = (function(t) { - function e(e) { - return t.call(this, e) || this; + function n(n) { + return t.call(this, n) || this; } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "ngStyle", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "ngStyle", { set: function(t) { this._delegate.setNgStyle(t); }, enumerable: !0, configurable: !0 }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this._delegate.applyChanges(); }), - e + n ); })( (function() { @@ -11483,9 +11483,9 @@ Es = (function() { function t() {} return ( - (t.prototype.createSubscription = function(t, e) { + (t.prototype.createSubscription = function(t, n) { return t.subscribe({ - next: e, + next: n, error: function(t) { throw t; } @@ -11503,8 +11503,8 @@ Is = new ((function() { function t() {} return ( - (t.prototype.createSubscription = function(t, e) { - return t.then(e, function(t) { + (t.prototype.createSubscription = function(t, n) { + return t.then(n, function(t) { throw t; }); }), @@ -11523,9 +11523,9 @@ (this._obj = null), (this._strategy = null); } - var e; + var n; return ( - (e = t), + (n = t), (t.prototype.ngOnDestroy = function() { this._subscription && this._dispose(); }), @@ -11533,30 +11533,30 @@ return this._obj ? t !== this._obj ? (this._dispose(), this.transform(t)) - : bn(this._latestValue, this._latestReturnedValue) + : be(this._latestValue, this._latestReturnedValue) ? this._latestReturnedValue : ((this._latestReturnedValue = this._latestValue), - yn.wrap(this._latestValue)) + ye.wrap(this._latestValue)) : (t && this._subscribe(t), (this._latestReturnedValue = this._latestValue), this._latestValue); }), (t.prototype._subscribe = function(t) { - var e = this; + var n = this; (this._obj = t), (this._strategy = this._selectStrategy(t)), (this._subscription = this._strategy.createSubscription( t, - function(n) { - return e._updateLatestValue(t, n); + function(e) { + return n._updateLatestValue(t, e); } )); }), (t.prototype._selectStrategy = function(t) { - if (mn(t)) return Is; - if (gn(t)) return As; + if (me(t)) return Is; + if (ge(t)) return As; throw Error( - "InvalidPipeArgument: '" + t + "' for pipe '" + Pt(e) + "'" + "InvalidPipeArgument: '" + t + "' for pipe '" + Pt(n) + "'" ); }), (t.prototype._dispose = function() { @@ -11566,9 +11566,9 @@ (this._subscription = null), (this._obj = null); }), - (t.prototype._updateLatestValue = function(t, e) { + (t.prototype._updateLatestValue = function(t, n) { t === this._obj && - ((this._latestValue = e), this._ref.markForCheck()); + ((this._latestValue = n), this._ref.markForCheck()); }), t ); @@ -11591,17 +11591,17 @@ (t.ngInjectableDef = yt({ providedIn: "root", factory: function() { - return new Bs(Tt(Ds), window, Tt(Ne)); + return new Bs(Tt(Ds), window, Tt(zn)); } })), t ); })(), Bs = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.document = t), - (this.window = e), - (this.errorHandler = n), + (this.window = n), + (this.errorHandler = e), (this.offset = function() { return [0, 0]; }); @@ -11630,10 +11630,10 @@ ? this.window.CSS.escape(t) : t.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g, "\\$1"); try { - var e = this.document.querySelector("#" + t); - if (e) return void this.scrollToElement(e); - var n = this.document.querySelector("[name='" + t + "']"); + var n = this.document.querySelector("#" + t); if (n) return void this.scrollToElement(n); + var e = this.document.querySelector("[name='" + t + "']"); + if (e) return void this.scrollToElement(e); } catch (o) { this.errorHandler.handleError(o); } @@ -11641,16 +11641,16 @@ }), (t.prototype.setHistoryScrollRestoration = function(t) { if (this.supportScrollRestoration()) { - var e = this.window.history; - e && e.scrollRestoration && (e.scrollRestoration = t); + var n = this.window.history; + n && n.scrollRestoration && (n.scrollRestoration = t); } }), (t.prototype.scrollToElement = function(t) { - var e = t.getBoundingClientRect(), - n = e.left + this.window.pageXOffset, - o = e.top + this.window.pageYOffset, + var n = t.getBoundingClientRect(), + e = n.left + this.window.pageXOffset, + o = n.top + this.window.pageYOffset, a = this.offset(); - this.window.scrollTo(n - a[0], o - a[1]); + this.window.scrollTo(e - a[0], o - a[1]); }), (t.prototype.supportScrollRestoration = function() { try { @@ -11670,36 +11670,36 @@ })(), Us = (function() { function t(t) { - var e = this; + var n = this; (this.normalizedNames = new Map()), (this.lazyUpdate = null), t ? (this.lazyInit = "string" == typeof t ? function() { - (e.headers = new Map()), + (n.headers = new Map()), t.split("\n").forEach(function(t) { - var n = t.indexOf(":"); - if (n > 0) { - var o = t.slice(0, n), + var e = t.indexOf(":"); + if (e > 0) { + var o = t.slice(0, e), a = o.toLowerCase(), - r = t.slice(n + 1).trim(); - e.maybeSetNormalizedName(o, a), - e.headers.has(a) - ? e.headers.get(a).push(r) - : e.headers.set(a, [r]); + r = t.slice(e + 1).trim(); + n.maybeSetNormalizedName(o, a), + n.headers.has(a) + ? n.headers.get(a).push(r) + : n.headers.set(a, [r]); } }); } : function() { - (e.headers = new Map()), - Object.keys(t).forEach(function(n) { - var o = t[n], - a = n.toLowerCase(); + (n.headers = new Map()), + Object.keys(t).forEach(function(e) { + var o = t[e], + a = e.toLowerCase(); "string" == typeof o && (o = [o]), o.length > 0 && - (e.headers.set(a, o), - e.maybeSetNormalizedName(n, a)); + (n.headers.set(a, o), + n.maybeSetNormalizedName(e, a)); }); }) : (this.headers = new Map()); @@ -11710,8 +11710,8 @@ }), (t.prototype.get = function(t) { this.init(); - var e = this.headers.get(t.toLowerCase()); - return e && e.length > 0 ? e[0] : null; + var n = this.headers.get(t.toLowerCase()); + return n && n.length > 0 ? n[0] : null; }), (t.prototype.keys = function() { return this.init(), Array.from(this.normalizedNames.values()); @@ -11719,20 +11719,20 @@ (t.prototype.getAll = function(t) { return this.init(), this.headers.get(t.toLowerCase()) || null; }), - (t.prototype.append = function(t, e) { - return this.clone({ name: t, value: e, op: "a" }); + (t.prototype.append = function(t, n) { + return this.clone({ name: t, value: n, op: "a" }); }), - (t.prototype.set = function(t, e) { - return this.clone({ name: t, value: e, op: "s" }); + (t.prototype.set = function(t, n) { + return this.clone({ name: t, value: n, op: "s" }); }), - (t.prototype.delete = function(t, e) { - return this.clone({ name: t, value: e, op: "d" }); + (t.prototype.delete = function(t, n) { + return this.clone({ name: t, value: n, op: "d" }); }), - (t.prototype.maybeSetNormalizedName = function(t, e) { - this.normalizedNames.has(e) || this.normalizedNames.set(e, t); + (t.prototype.maybeSetNormalizedName = function(t, n) { + this.normalizedNames.has(n) || this.normalizedNames.set(n, t); }), (t.prototype.init = function() { - var e = this; + var n = this; this.lazyInit && (this.lazyInit instanceof t ? this.copyFrom(this.lazyInit) @@ -11740,61 +11740,61 @@ (this.lazyInit = null), this.lazyUpdate && (this.lazyUpdate.forEach(function(t) { - return e.applyUpdate(t); + return n.applyUpdate(t); }), (this.lazyUpdate = null))); }), (t.prototype.copyFrom = function(t) { - var e = this; + var n = this; t.init(), - Array.from(t.headers.keys()).forEach(function(n) { - e.headers.set(n, t.headers.get(n)), - e.normalizedNames.set(n, t.normalizedNames.get(n)); + Array.from(t.headers.keys()).forEach(function(e) { + n.headers.set(e, t.headers.get(e)), + n.normalizedNames.set(e, t.normalizedNames.get(e)); }); }), - (t.prototype.clone = function(e) { - var n = new t(); + (t.prototype.clone = function(n) { + var e = new t(); return ( - (n.lazyInit = + (e.lazyInit = this.lazyInit && this.lazyInit instanceof t ? this.lazyInit : this), - (n.lazyUpdate = (this.lazyUpdate || []).concat([e])), - n + (e.lazyUpdate = (this.lazyUpdate || []).concat([n])), + e ); }), (t.prototype.applyUpdate = function(t) { - var e = t.name.toLowerCase(); + var n = t.name.toLowerCase(); switch (t.op) { case "a": case "s": - var n = t.value; - if (("string" == typeof n && (n = [n]), 0 === n.length)) + var e = t.value; + if (("string" == typeof e && (e = [e]), 0 === e.length)) return; - this.maybeSetNormalizedName(t.name, e); - var a = ("a" === t.op ? this.headers.get(e) : void 0) || []; - a.push.apply(a, Object(o.__spread)(n)), - this.headers.set(e, a); + this.maybeSetNormalizedName(t.name, n); + var a = ("a" === t.op ? this.headers.get(n) : void 0) || []; + a.push.apply(a, Object(o.__spread)(e)), + this.headers.set(n, a); break; case "d": var r = t.value; if (r) { - var i = this.headers.get(e); + var i = this.headers.get(n); if (!i) return; 0 === (i = i.filter(function(t) { return -1 === r.indexOf(t); })).length - ? (this.headers.delete(e), this.normalizedNames.delete(e)) - : this.headers.set(e, i); - } else this.headers.delete(e), this.normalizedNames.delete(e); + ? (this.headers.delete(n), this.normalizedNames.delete(n)) + : this.headers.set(n, i); + } else this.headers.delete(n), this.normalizedNames.delete(n); } }), (t.prototype.forEach = function(t) { - var e = this; + var n = this; this.init(), - Array.from(this.normalizedNames.keys()).forEach(function(n) { - return t(e.normalizedNames.get(n), e.headers.get(n)); + Array.from(this.normalizedNames.keys()).forEach(function(e) { + return t(n.normalizedNames.get(e), n.headers.get(e)); }); }), t @@ -11832,8 +11832,8 @@ } var Ys = (function() { function t(t) { - var e, - n, + var n, + e, a, r = this; if ( @@ -11846,18 +11846,18 @@ if (t.fromObject) throw new Error("Cannot specify both fromString and fromObject."); this.map = - ((e = t.fromString), - (n = this.encoder), + ((n = t.fromString), + (e = this.encoder), (a = new Map()), - e.length > 0 && - e.split("&").forEach(function(t) { - var e = t.indexOf("="), + n.length > 0 && + n.split("&").forEach(function(t) { + var n = t.indexOf("="), r = Object(o.__read)( - -1 == e - ? [n.decodeKey(t), ""] + -1 == n + ? [e.decodeKey(t), ""] : [ - n.decodeKey(t.slice(0, e)), - n.decodeValue(t.slice(e + 1)) + e.decodeKey(t.slice(0, n)), + e.decodeValue(t.slice(n + 1)) ], 2 ), @@ -11870,9 +11870,9 @@ } else t.fromObject ? ((this.map = new Map()), - Object.keys(t.fromObject).forEach(function(e) { - var n = t.fromObject[e]; - r.map.set(e, Array.isArray(n) ? n : [n]); + Object.keys(t.fromObject).forEach(function(n) { + var e = t.fromObject[n]; + r.map.set(n, Array.isArray(e) ? e : [e]); })) : (this.map = null); } @@ -11882,8 +11882,8 @@ }), (t.prototype.get = function(t) { this.init(); - var e = this.map.get(t); - return e ? e[0] : null; + var n = this.map.get(t); + return n ? n[0] : null; }), (t.prototype.getAll = function(t) { return this.init(), this.map.get(t) || null; @@ -11891,38 +11891,38 @@ (t.prototype.keys = function() { return this.init(), Array.from(this.map.keys()); }), - (t.prototype.append = function(t, e) { - return this.clone({ param: t, value: e, op: "a" }); + (t.prototype.append = function(t, n) { + return this.clone({ param: t, value: n, op: "a" }); }), - (t.prototype.set = function(t, e) { - return this.clone({ param: t, value: e, op: "s" }); + (t.prototype.set = function(t, n) { + return this.clone({ param: t, value: n, op: "s" }); }), - (t.prototype.delete = function(t, e) { - return this.clone({ param: t, value: e, op: "d" }); + (t.prototype.delete = function(t, n) { + return this.clone({ param: t, value: n, op: "d" }); }), (t.prototype.toString = function() { var t = this; return ( this.init(), this.keys() - .map(function(e) { - var n = t.encoder.encodeKey(e); + .map(function(n) { + var e = t.encoder.encodeKey(n); return t.map - .get(e) - .map(function(e) { - return n + "=" + t.encoder.encodeValue(e); + .get(n) + .map(function(n) { + return e + "=" + t.encoder.encodeValue(n); }) .join("&"); }) .join("&") ); }), - (t.prototype.clone = function(e) { - var n = new t({ encoder: this.encoder }); + (t.prototype.clone = function(n) { + var e = new t({ encoder: this.encoder }); return ( - (n.cloneFrom = this.cloneFrom || this), - (n.updates = (this.updates || []).concat([e])), - n + (e.cloneFrom = this.cloneFrom || this), + (e.updates = (this.updates || []).concat([n])), + e ); }), (t.prototype.init = function() { @@ -11930,28 +11930,28 @@ null === this.map && (this.map = new Map()), null !== this.cloneFrom && (this.cloneFrom.init(), - this.cloneFrom.keys().forEach(function(e) { - return t.map.set(e, t.cloneFrom.map.get(e)); + this.cloneFrom.keys().forEach(function(n) { + return t.map.set(n, t.cloneFrom.map.get(n)); }), - this.updates.forEach(function(e) { - switch (e.op) { + this.updates.forEach(function(n) { + switch (n.op) { case "a": case "s": - var n = - ("a" === e.op ? t.map.get(e.param) : void 0) || []; - n.push(e.value), t.map.set(e.param, n); + var e = + ("a" === n.op ? t.map.get(n.param) : void 0) || []; + e.push(n.value), t.map.set(n.param, e); break; case "d": - if (void 0 === e.value) { - t.map.delete(e.param); + if (void 0 === n.value) { + t.map.delete(n.param); break; } - var o = t.map.get(e.param) || [], - a = o.indexOf(e.value); + var o = t.map.get(n.param) || [], + a = o.indexOf(n.value); -1 !== a && o.splice(a, 1), o.length > 0 - ? t.map.set(e.param, o) - : t.map.delete(e.param); + ? t.map.set(n.param, o) + : t.map.delete(n.param); } }), (this.cloneFrom = this.updates = null)); @@ -11969,10 +11969,10 @@ return "undefined" != typeof FormData && t instanceof FormData; } var Qs = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a; if ( - ((this.url = e), + ((this.url = n), (this.body = null), (this.reportProgress = !1), (this.withCredentials = !1), @@ -11990,8 +11990,8 @@ return !0; } })(this.method) || o - ? ((this.body = void 0 !== n ? n : null), (a = o)) - : (a = n), + ? ((this.body = void 0 !== e ? e : null), (a = o)) + : (a = e), a && ((this.reportProgress = !!a.reportProgress), (this.withCredentials = !!a.withCredentials), @@ -12002,13 +12002,13 @@ this.params) ) { var r = this.params.toString(); - if (0 === r.length) this.urlWithParams = e; + if (0 === r.length) this.urlWithParams = n; else { - var i = e.indexOf("?"); + var i = n.indexOf("?"); this.urlWithParams = - e + (-1 === i ? "?" : i < e.length - 1 ? "&" : "") + r; + n + (-1 === i ? "?" : i < n.length - 1 ? "&" : "") + r; } - } else (this.params = new Ys()), (this.urlWithParams = e); + } else (this.params = new Ys()), (this.urlWithParams = n); } return ( (t.prototype.serializeBody = function() { @@ -12046,32 +12046,32 @@ ? "application/json" : null; }), - (t.prototype.clone = function(e) { - void 0 === e && (e = {}); - var n = e.method || this.method, - o = e.url || this.url, - a = e.responseType || this.responseType, - r = void 0 !== e.body ? e.body : this.body, + (t.prototype.clone = function(n) { + void 0 === n && (n = {}); + var e = n.method || this.method, + o = n.url || this.url, + a = n.responseType || this.responseType, + r = void 0 !== n.body ? n.body : this.body, i = - void 0 !== e.withCredentials - ? e.withCredentials + void 0 !== n.withCredentials + ? n.withCredentials : this.withCredentials, l = - void 0 !== e.reportProgress - ? e.reportProgress + void 0 !== n.reportProgress + ? n.reportProgress : this.reportProgress, - s = e.headers || this.headers, - c = e.params || this.params; + s = n.headers || this.headers, + c = n.params || this.params; return ( - void 0 !== e.setHeaders && - (s = Object.keys(e.setHeaders).reduce(function(t, n) { - return t.set(n, e.setHeaders[n]); + void 0 !== n.setHeaders && + (s = Object.keys(n.setHeaders).reduce(function(t, e) { + return t.set(e, n.setHeaders[e]); }, s)), - e.setParams && - (c = Object.keys(e.setParams).reduce(function(t, n) { - return t.set(n, e.setParams[n]); + n.setParams && + (c = Object.keys(n.setParams).reduce(function(t, e) { + return t.set(e, n.setParams[e]); }, c)), - new t(n, o, r, { + new t(e, o, r, { params: c, headers: s, reportProgress: l, @@ -12095,28 +12095,28 @@ ); })({}), Js = (function() { - return function(t, e, n) { - void 0 === e && (e = 200), - void 0 === n && (n = "OK"), + return function(t, n, e) { + void 0 === n && (n = 200), + void 0 === e && (e = "OK"), (this.headers = t.headers || new Us()), - (this.status = void 0 !== t.status ? t.status : e), - (this.statusText = t.statusText || n), + (this.status = void 0 !== t.status ? t.status : n), + (this.statusText = t.statusText || e), (this.url = t.url || null), (this.ok = this.status >= 200 && this.status < 300); }; })(), $s = (function(t) { - function e(e) { - void 0 === e && (e = {}); - var n = t.call(this, e) || this; - return (n.type = Xs.ResponseHeader), n; + function n(n) { + void 0 === n && (n = {}); + var e = t.call(this, n) || this; + return (e.type = Xs.ResponseHeader), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.clone = function(t) { + Object(o.__extends)(n, t), + (n.prototype.clone = function(t) { return ( void 0 === t && (t = {}), - new e({ + new n({ headers: t.headers || this.headers, status: void 0 !== t.status ? t.status : this.status, statusText: t.statusText || this.statusText, @@ -12124,25 +12124,25 @@ }) ); }), - e + n ); })(Js), tc = (function(t) { - function e(e) { - void 0 === e && (e = {}); - var n = t.call(this, e) || this; + function n(n) { + void 0 === n && (n = {}); + var e = t.call(this, n) || this; return ( - (n.type = Xs.Response), - (n.body = void 0 !== e.body ? e.body : null), - n + (e.type = Xs.Response), + (e.body = void 0 !== n.body ? n.body : null), + e ); } return ( - Object(o.__extends)(e, t), - (e.prototype.clone = function(t) { + Object(o.__extends)(n, t), + (n.prototype.clone = function(t) { return ( void 0 === t && (t = {}), - new e({ + new n({ body: void 0 !== t.body ? t.body : this.body, headers: t.headers || this.headers, status: void 0 !== t.status ? t.status : this.status, @@ -12151,34 +12151,34 @@ }) ); }), - e + n ); })(Js), - ec = (function(t) { - function e(e) { - var n = t.call(this, e, 0, "Unknown Error") || this; + nc = (function(t) { + function n(n) { + var e = t.call(this, n, 0, "Unknown Error") || this; return ( - (n.name = "HttpErrorResponse"), - (n.ok = !1), - (n.message = - n.status >= 200 && n.status < 300 + (e.name = "HttpErrorResponse"), + (e.ok = !1), + (e.message = + e.status >= 200 && e.status < 300 ? "Http failure during parsing for " + - (e.url || "(unknown url)") + (n.url || "(unknown url)") : "Http failure response for " + - (e.url || "(unknown url)") + + (n.url || "(unknown url)") + ": " + - e.status + + n.status + " " + - e.statusText), - (n.error = e.error || null), - n + n.statusText), + (e.error = n.error || null), + e ); } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(Js); - function nc(t, e) { + function ec(t, n) { return { - body: e, + body: n, headers: t.headers, observe: t.observe, params: t.params, @@ -12192,25 +12192,25 @@ this.handler = t; } return ( - (t.prototype.request = function(t, e, n) { + (t.prototype.request = function(t, n, e) { var o, a = this; - if ((void 0 === n && (n = {}), t instanceof Qs)) o = t; + if ((void 0 === e && (e = {}), t instanceof Qs)) o = t; else { var r; - r = n.headers instanceof Us ? n.headers : new Us(n.headers); + r = e.headers instanceof Us ? e.headers : new Us(e.headers); var i = void 0; - n.params && + e.params && (i = - n.params instanceof Ys - ? n.params - : new Ys({ fromObject: n.params })), - (o = new Qs(t, e, void 0 !== n.body ? n.body : null, { + e.params instanceof Ys + ? e.params + : new Ys({ fromObject: e.params })), + (o = new Qs(t, n, void 0 !== e.body ? e.body : null, { headers: r, params: i, - reportProgress: n.reportProgress, - responseType: n.responseType || "json", - withCredentials: n.withCredentials + reportProgress: e.reportProgress, + responseType: e.responseType || "json", + withCredentials: e.withCredentials })); } var l = Wl(o).pipe( @@ -12218,13 +12218,13 @@ return a.handler.handle(t); }) ); - if (t instanceof Qs || "events" === n.observe) return l; + if (t instanceof Qs || "events" === e.observe) return l; var s = l.pipe( Zl(function(t) { return t instanceof tc; }) ); - switch (n.observe || "body") { + switch (e.observe || "body") { case "body": switch (o.responseType) { case "arraybuffer": @@ -12266,48 +12266,48 @@ return s; default: throw new Error( - "Unreachable: unhandled observe type " + n.observe + "}" + "Unreachable: unhandled observe type " + e.observe + "}" ); } }), - (t.prototype.delete = function(t, e) { - return void 0 === e && (e = {}), this.request("DELETE", t, e); + (t.prototype.delete = function(t, n) { + return void 0 === n && (n = {}), this.request("DELETE", t, n); }), - (t.prototype.get = function(t, e) { - return void 0 === e && (e = {}), this.request("GET", t, e); + (t.prototype.get = function(t, n) { + return void 0 === n && (n = {}), this.request("GET", t, n); }), - (t.prototype.head = function(t, e) { - return void 0 === e && (e = {}), this.request("HEAD", t, e); + (t.prototype.head = function(t, n) { + return void 0 === n && (n = {}), this.request("HEAD", t, n); }), - (t.prototype.jsonp = function(t, e) { + (t.prototype.jsonp = function(t, n) { return this.request("JSONP", t, { - params: new Ys().append(e, "JSONP_CALLBACK"), + params: new Ys().append(n, "JSONP_CALLBACK"), observe: "body", responseType: "json" }); }), - (t.prototype.options = function(t, e) { - return void 0 === e && (e = {}), this.request("OPTIONS", t, e); + (t.prototype.options = function(t, n) { + return void 0 === n && (n = {}), this.request("OPTIONS", t, n); }), - (t.prototype.patch = function(t, e, n) { + (t.prototype.patch = function(t, n, e) { return ( - void 0 === n && (n = {}), this.request("PATCH", t, nc(n, e)) + void 0 === e && (e = {}), this.request("PATCH", t, ec(e, n)) ); }), - (t.prototype.post = function(t, e, n) { + (t.prototype.post = function(t, n, e) { return ( - void 0 === n && (n = {}), this.request("POST", t, nc(n, e)) + void 0 === e && (e = {}), this.request("POST", t, ec(e, n)) ); }), - (t.prototype.put = function(t, e, n) { - return void 0 === n && (n = {}), this.request("PUT", t, nc(n, e)); + (t.prototype.put = function(t, n, e) { + return void 0 === e && (e = {}), this.request("PUT", t, ec(e, n)); }), t ); })(), ac = (function() { - function t(t, e) { - (this.next = t), (this.interceptor = e); + function t(t, n) { + (this.next = t), (this.interceptor = n); } return ( (t.prototype.handle = function(t) { @@ -12320,8 +12320,8 @@ ic = (function() { function t() {} return ( - (t.prototype.intercept = function(t, e) { - return e.handle(t); + (t.prototype.intercept = function(t, n) { + return n.handle(t); }), t ); @@ -12345,18 +12345,18 @@ } return ( (t.prototype.handle = function(t) { - var e = this; + var n = this; if ("JSONP" === t.method) throw new Error( "Attempted to construct Jsonp request without JsonpClientModule installed." ); - return new O(function(n) { - var o = e.xhrFactory.build(); + return new O(function(e) { + var o = n.xhrFactory.build(); if ( (o.open(t.method, t.urlWithParams), t.withCredentials && (o.withCredentials = !0), - t.headers.forEach(function(t, e) { - return o.setRequestHeader(t, e.join(",")); + t.headers.forEach(function(t, n) { + return o.setRequestHeader(t, n.join(",")); }), t.headers.has("Accept") || o.setRequestHeader( @@ -12376,8 +12376,8 @@ l = null, s = function() { if (null !== l) return l; - var e = 1223 === o.status ? 204 : o.status, - n = o.statusText || "OK", + var n = 1223 === o.status ? 204 : o.status, + e = o.statusText || "OK", a = new Us(o.getAllResponseHeaders()), r = (function(t) { @@ -12389,17 +12389,17 @@ })(o) || t.url; return (l = new $s({ headers: a, - status: e, - statusText: n, + status: n, + statusText: e, url: r })); }, c = function() { - var e = s(), - a = e.headers, - r = e.status, - i = e.statusText, - l = e.url, + var n = s(), + a = n.headers, + r = n.status, + i = n.statusText, + l = n.url, c = null; 204 !== r && (c = void 0 === o.response ? o.responseText : o.response), @@ -12415,7 +12415,7 @@ } } u - ? (n.next( + ? (e.next( new tc({ body: c, headers: a, @@ -12424,9 +12424,9 @@ url: l || void 0 }) ), - n.complete()) - : n.error( - new ec({ + e.complete()) + : e.error( + new nc({ error: c, headers: a, status: r, @@ -12436,28 +12436,28 @@ ); }, u = function(t) { - var e = s().url, - a = new ec({ + var n = s().url, + a = new nc({ error: t, status: o.status || 0, statusText: o.statusText || "Unknown Error", - url: e || void 0 + url: n || void 0 }); - n.error(a); + e.error(a); }, d = !1, - p = function(e) { - d || (n.next(s()), (d = !0)); - var a = { type: Xs.DownloadProgress, loaded: e.loaded }; - e.lengthComputable && (a.total = e.total), + p = function(n) { + d || (e.next(s()), (d = !0)); + var a = { type: Xs.DownloadProgress, loaded: n.loaded }; + n.lengthComputable && (a.total = n.total), "text" === t.responseType && o.responseText && (a.partialText = o.responseText), - n.next(a); + e.next(a); }, m = function(t) { - var e = { type: Xs.UploadProgress, loaded: t.loaded }; - t.lengthComputable && (e.total = t.total), n.next(e); + var n = { type: Xs.UploadProgress, loaded: t.loaded }; + t.lengthComputable && (n.total = t.total), e.next(n); }; return ( o.addEventListener("load", c), @@ -12468,7 +12468,7 @@ o.upload && o.upload.addEventListener("progress", m)), o.send(i), - n.next({ type: Xs.Sent }), + e.next({ type: Xs.Sent }), function() { o.removeEventListener("error", u), o.removeEventListener("load", c), @@ -12491,10 +12491,10 @@ return function() {}; })(), gc = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.doc = t), - (this.platform = e), - (this.cookieName = n), + (this.platform = n), + (this.cookieName = e), (this.lastCookieString = ""), (this.lastToken = null), (this.parseCount = 0); @@ -12515,40 +12515,40 @@ ); })(), fc = (function() { - function t(t, e) { - (this.tokenService = t), (this.headerName = e); + function t(t, n) { + (this.tokenService = t), (this.headerName = n); } return ( - (t.prototype.intercept = function(t, e) { - var n = t.url.toLowerCase(); + (t.prototype.intercept = function(t, n) { + var e = t.url.toLowerCase(); if ( "GET" === t.method || "HEAD" === t.method || - n.startsWith("http://") || - n.startsWith("https://") + e.startsWith("http://") || + e.startsWith("https://") ) - return e.handle(t); + return n.handle(t); var o = this.tokenService.getToken(); return ( null === o || t.headers.has(this.headerName) || (t = t.clone({ headers: t.headers.set(this.headerName, o) })), - e.handle(t) + n.handle(t) ); }), t ); })(), hc = (function() { - function t(t, e) { - (this.backend = t), (this.injector = e), (this.chain = null); + function t(t, n) { + (this.backend = t), (this.injector = n), (this.chain = null); } return ( (t.prototype.handle = function(t) { if (null === this.chain) { - var e = this.injector.get(rc, []); - this.chain = e.reduceRight(function(t, e) { - return new ac(t, e); + var n = this.injector.get(rc, []); + this.chain = n.reduceRight(function(t, n) { + return new ac(t, n); }, this.backend); } return this.chain.handle(t); @@ -12558,12 +12558,12 @@ })(), bc = (function() { function t() {} - var e; + var n; return ( - (e = t), + (n = t), (t.disable = function() { return { - ngModule: e, + ngModule: n, providers: [{ provide: fc, useClass: ic }] }; }), @@ -12571,7 +12571,7 @@ return ( void 0 === t && (t = {}), { - ngModule: e, + ngModule: n, providers: [ t.cookieName ? { provide: dc, useValue: t.cookieName } : [], t.headerName ? { provide: pc, useValue: t.headerName } : [] @@ -12650,13 +12650,13 @@ (t.prototype.putConfig = function(t) { return this.http.put(this.hostname + "/host/beatsaber/config", t); }), - (t.prototype.autoCreatePlaylists = function(t, e) { + (t.prototype.autoCreatePlaylists = function(t, n) { return this.http.post( this.hostname + "/host/beatsaber/playlist/autocreate?sortorder=" + Ul[t] + "maxnumpernameplaylist=" + - e, + n, {} ); }), @@ -12710,32 +12710,32 @@ ); })(), Cc = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n._value = e), n; + function n(n) { + var e = t.call(this) || this; + return (e._value = n), e; } return ( - o.__extends(e, t), - Object.defineProperty(e.prototype, "value", { + o.__extends(n, t), + Object.defineProperty(n.prototype, "value", { get: function() { return this.getValue(); }, enumerable: !0, configurable: !0 }), - (e.prototype._subscribe = function(e) { - var n = t.prototype._subscribe.call(this, e); - return n && !n.closed && e.next(this._value), n; + (n.prototype._subscribe = function(n) { + var e = t.prototype._subscribe.call(this, n); + return e && !e.closed && n.next(this._value), e; }), - (e.prototype.getValue = function() { + (n.prototype.getValue = function() { if (this.hasError) throw this.thrownError; if (this.closed) throw new x(); return this._value; }), - (e.prototype.next = function(e) { - t.prototype.next.call(this, (this._value = e)); + (n.prototype.next = function(n) { + t.prototype.next.call(this, (this._value = n)); }), - e + n ); })(S); function vc() { @@ -12750,14 +12750,14 @@ var Oc = vc, Pc = {}; function Mc() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; - var n = null, + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; + var e = null, o = null; return ( I(t[t.length - 1]) && (o = t.pop()), - "function" == typeof t[t.length - 1] && (n = t.pop()), + "function" == typeof t[t.length - 1] && (e = t.pop()), 1 === t.length && a(t[0]) && (t = t[0]), - Y(t, o).lift(new xc(n)) + Y(t, o).lift(new xc(e)) ); } var xc = (function() { @@ -12765,17 +12765,17 @@ this.resultSelector = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new kc(t, this.resultSelector)); + (t.prototype.call = function(t, n) { + return n.subscribe(new kc(t, this.resultSelector)); }), t ); })(), kc = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; + function n(n, e) { + var o = t.call(this, n) || this; return ( - (o.resultSelector = n), + (o.resultSelector = e), (o.active = 0), (o.values = []), (o.observables = []), @@ -12783,59 +12783,59 @@ ); } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { this.values.push(Pc), this.observables.push(t); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { var t = this.observables, - e = t.length; - if (0 === e) this.destination.complete(); + n = t.length; + if (0 === n) this.destination.complete(); else { - (this.active = e), (this.toRespond = e); - for (var n = 0; n < e; n++) { - var o = t[n]; - this.add(V(this, o, o, n)); + (this.active = n), (this.toRespond = n); + for (var e = 0; e < n; e++) { + var o = t[e]; + this.add(V(this, o, o, e)); } } }), - (e.prototype.notifyComplete = function(t) { + (n.prototype.notifyComplete = function(t) { 0 == (this.active -= 1) && this.destination.complete(); }), - (e.prototype.notifyNext = function(t, e, n, o, a) { + (n.prototype.notifyNext = function(t, n, e, o, a) { var r = this.values, i = this.toRespond - ? r[n] === Pc + ? r[e] === Pc ? --this.toRespond : this.toRespond : 0; - (r[n] = e), + (r[e] = n), 0 === i && (this.resultSelector ? this._tryResultSelector(r) : this.destination.next(r.slice())); }), - (e.prototype._tryResultSelector = function(t) { - var e; + (n.prototype._tryResultSelector = function(t) { + var n; try { - e = this.resultSelector.apply(this, t); - } catch (n) { - return void this.destination.error(n); + n = this.resultSelector.apply(this, t); + } catch (e) { + return void this.destination.error(e); } - this.destination.next(e); + this.destination.next(n); }), - e + n ); })(H); function wc(t) { - return new O(function(e) { - var n; + return new O(function(n) { + var e; try { - n = t(); + e = t(); } catch (o) { - return void e.error(o); + return void n.error(o); } - return (n ? W(n) : Kl()).subscribe(e); + return (e ? W(e) : Kl()).subscribe(n); }); } function Sc() { @@ -12852,8 +12852,8 @@ Ec.prototype = Object.create(Error.prototype); var Ic = Ec; function Ac(t) { - return function(e) { - return 0 === t ? Kl() : e.lift(new Tc(t)); + return function(n) { + return 0 === t ? Kl() : n.lift(new Tc(t)); }; } var Tc = (function() { @@ -12861,56 +12861,56 @@ if (((this.total = t), this.total < 0)) throw new Ic(); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Rc(t, this.total)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Rc(t, this.total)); }), t ); })(), Rc = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.total = n), (o.ring = new Array()), (o.count = 0), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.total = e), (o.ring = new Array()), (o.count = 0), o; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { - var e = this.ring, - n = this.total, + o.__extends(n, t), + (n.prototype._next = function(t) { + var n = this.ring, + e = this.total, o = this.count++; - e.length < n ? e.push(t) : (e[o % n] = t); + n.length < e ? n.push(t) : (n[o % e] = t); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { var t = this.destination, - e = this.count; - if (e > 0) + n = this.count; + if (n > 0) for ( - var n = this.count >= this.total ? this.total : this.count, + var e = this.count >= this.total ? this.total : this.count, o = this.ring, a = 0; - a < n; + a < e; a++ ) { - var r = e++ % n; + var r = n++ % e; t.next(o[r]); } t.complete(); }), - e + n ); })(h); - function Dc(t, e, n) { + function Dc(t, n, e) { return function(o) { - return o.lift(new Nc(t, e, n)); + return o.lift(new Nc(t, n, e)); }; } var Nc = (function() { - function t(t, e, n) { - (this.nextOrObserver = t), (this.error = e), (this.complete = n); + function t(t, n, e) { + (this.nextOrObserver = t), (this.error = n), (this.complete = e); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe( + (t.prototype.call = function(t, n) { + return n.subscribe( new zc(t, this.nextOrObserver, this.error, this.complete) ); }), @@ -12918,35 +12918,35 @@ ); })(), zc = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; return ( (r._tapNext = y), (r._tapError = y), (r._tapComplete = y), (r._tapError = o || y), (r._tapComplete = a || y), - i(n) - ? ((r._context = r), (r._tapNext = n)) - : n && - ((r._context = n), - (r._tapNext = n.next || y), - (r._tapError = n.error || y), - (r._tapComplete = n.complete || y)), + i(e) + ? ((r._context = r), (r._tapNext = e)) + : e && + ((r._context = e), + (r._tapNext = e.next || y), + (r._tapError = e.error || y), + (r._tapComplete = e.complete || y)), r ); } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { try { this._tapNext.call(this._context, t); - } catch (e) { - return void this.destination.error(e); + } catch (n) { + return void this.destination.error(n); } this.destination.next(t); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { try { this._tapError.call(this._context, t); } catch (t) { @@ -12954,7 +12954,7 @@ } this.destination.error(t); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { try { this._tapComplete.call(this._context); } catch (t) { @@ -12962,7 +12962,7 @@ } return this.destination.complete(); }), - e + n ); })(h), Lc = function(t) { @@ -12985,8 +12985,8 @@ function Fc(t) { return ( void 0 === t && (t = null), - function(e) { - return e.lift(new Bc(t)); + function(n) { + return n.lift(new Bc(t)); } ); } @@ -12995,41 +12995,41 @@ this.defaultValue = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Vc(t, this.defaultValue)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Vc(t, this.defaultValue)); }), t ); })(), Vc = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.defaultValue = n), (o.isEmpty = !0), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.defaultValue = e), (o.isEmpty = !0), o; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { (this.isEmpty = !1), this.destination.next(t); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.isEmpty && this.destination.next(this.defaultValue), this.destination.complete(); }), - e + n ); })(h); - function Hc(t, e) { - var n = arguments.length >= 2; + function Hc(t, n) { + var e = arguments.length >= 2; return function(o) { return o.pipe( t - ? Zl(function(e, n) { - return t(e, n, o); + ? Zl(function(n, e) { + return t(n, e, o); }) : X, Ac(1), - n - ? Fc(e) + e + ? Fc(n) : Lc(function() { return new Oc(); }) @@ -13037,10 +13037,10 @@ }; } function Uc(t) { - return function(e) { - var n = new qc(t), - o = e.lift(n); - return (n.caught = o); + return function(n) { + var e = new qc(t), + o = n.lift(e); + return (e.caught = o); }; } var qc = (function() { @@ -13048,38 +13048,38 @@ this.selector = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Kc(t, this.selector, this.caught)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Kc(t, this.selector, this.caught)); }), t ); })(), Kc = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - return (a.selector = n), (a.caught = o), a; + function n(n, e, o) { + var a = t.call(this, n) || this; + return (a.selector = e), (a.caught = o), a; } return ( - o.__extends(e, t), - (e.prototype.error = function(e) { + o.__extends(n, t), + (n.prototype.error = function(n) { if (!this.isStopped) { - var n = void 0; + var e = void 0; try { - n = this.selector(e, this.caught); + e = this.selector(n, this.caught); } catch (a) { return void t.prototype.error.call(this, a); } this._unsubscribeAndRecycle(); var o = new A(this, void 0, void 0); - this.add(o), V(this, n, void 0, void 0, o); + this.add(o), V(this, e, void 0, void 0, o); } }), - e + n ); })(H); function Yc(t) { - return function(e) { - return 0 === t ? Kl() : e.lift(new Wc(t)); + return function(n) { + return 0 === t ? Kl() : n.lift(new Wc(t)); }; } var Wc = (function() { @@ -13087,41 +13087,41 @@ if (((this.total = t), this.total < 0)) throw new Ic(); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Gc(t, this.total)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Gc(t, this.total)); }), t ); })(), Gc = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.total = n), (o.count = 0), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.total = e), (o.count = 0), o; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { - var e = this.total, - n = ++this.count; - n <= e && + o.__extends(n, t), + (n.prototype._next = function(t) { + var n = this.total, + e = ++this.count; + e <= n && (this.destination.next(t), - n === e && (this.destination.complete(), this.unsubscribe())); + e === n && (this.destination.complete(), this.unsubscribe())); }), - e + n ); })(h); - function Zc(t, e) { - var n = arguments.length >= 2; + function Zc(t, n) { + var e = arguments.length >= 2; return function(o) { return o.pipe( t - ? Zl(function(e, n) { - return t(e, n, o); + ? Zl(function(n, e) { + return t(n, e, o); }) : X, Yc(1), - n - ? Fc(e) + e + ? Fc(n) : Lc(function() { return new Oc(); }) @@ -13129,12 +13129,12 @@ }; } var Qc = (function() { - function t(t, e, n) { - (this.predicate = t), (this.thisArg = e), (this.source = n); + function t(t, n, e) { + (this.predicate = t), (this.thisArg = n), (this.source = e); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe( + (t.prototype.call = function(t, n) { + return n.subscribe( new Xc(t, this.predicate, this.thisArg, this.source) ); }), @@ -13142,10 +13142,10 @@ ); })(), Xc = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; return ( - (r.predicate = n), + (r.predicate = e), (r.thisArg = o), (r.source = a), (r.index = 0), @@ -13154,45 +13154,45 @@ ); } return ( - o.__extends(e, t), - (e.prototype.notifyComplete = function(t) { + o.__extends(n, t), + (n.prototype.notifyComplete = function(t) { this.destination.next(t), this.destination.complete(); }), - (e.prototype._next = function(t) { - var e = !1; + (n.prototype._next = function(t) { + var n = !1; try { - e = this.predicate.call( + n = this.predicate.call( this.thisArg, t, this.index++, this.source ); - } catch (n) { - return void this.destination.error(n); + } catch (e) { + return void this.destination.error(e); } - e || this.notifyComplete(!1); + n || this.notifyComplete(!1); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.notifyComplete(!0); }), - e + n ); })(h); - function Jc(t, e) { - return "function" == typeof e - ? function(n) { - return n.pipe( - Jc(function(n, o) { - return W(t(n, o)).pipe( + function Jc(t, n) { + return "function" == typeof n + ? function(e) { + return e.pipe( + Jc(function(e, o) { + return W(t(e, o)).pipe( U(function(t, a) { - return e(n, t, o, a); + return n(e, t, o, a); }) ); }) ); } - : function(e) { - return e.lift(new $c(t)); + : function(n) { + return n.lift(new $c(t)); }; } var $c = (function() { @@ -13200,87 +13200,87 @@ this.project = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new tu(t, this.project)); + (t.prototype.call = function(t, n) { + return n.subscribe(new tu(t, this.project)); }), t ); })(), tu = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.project = n), (o.index = 0), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.project = e), (o.index = 0), o; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { - var e, - n = this.index++; + o.__extends(n, t), + (n.prototype._next = function(t) { + var n, + e = this.index++; try { - e = this.project(t, n); + n = this.project(t, e); } catch (o) { return void this.destination.error(o); } - this._innerSub(e, t, n); + this._innerSub(n, t, e); }), - (e.prototype._innerSub = function(t, e, n) { + (n.prototype._innerSub = function(t, n, e) { var o = this.innerSubscription; o && o.unsubscribe(); var a = new A(this, void 0, void 0); this.destination.add(a), - (this.innerSubscription = V(this, t, e, n, a)); + (this.innerSubscription = V(this, t, n, e, a)); }), - (e.prototype._complete = function() { - var e = this.innerSubscription; - (e && !e.closed) || t.prototype._complete.call(this), + (n.prototype._complete = function() { + var n = this.innerSubscription; + (n && !n.closed) || t.prototype._complete.call(this), this.unsubscribe(); }), - (e.prototype._unsubscribe = function() { + (n.prototype._unsubscribe = function() { this.innerSubscription = null; }), - (e.prototype.notifyComplete = function(e) { - this.destination.remove(e), + (n.prototype.notifyComplete = function(n) { + this.destination.remove(n), (this.innerSubscription = null), this.isStopped && t.prototype._complete.call(this); }), - (e.prototype.notifyNext = function(t, e, n, o, a) { - this.destination.next(e); + (n.prototype.notifyNext = function(t, n, e, o, a) { + this.destination.next(n); }), - e + n ); })(H); - function eu() { - for (var t = [], e = 0; e < arguments.length; e++) t[e] = arguments[e]; - return function(e) { - var n = t[t.length - 1]; - I(n) ? t.pop() : (n = null); + function nu() { + for (var t = [], n = 0; n < arguments.length; n++) t[n] = arguments[n]; + return function(n) { + var e = t[t.length - 1]; + I(e) ? t.pop() : (e = null); var o = t.length; return (function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; return Sc()(Wl.apply(void 0, t)); - })(1 !== o || n ? (o > 0 ? Y(t, n) : Kl(n)) : Yl(t[0]), e); + })(1 !== o || e ? (o > 0 ? Y(t, e) : Kl(e)) : Yl(t[0]), n); }; } - function nu(t, e) { - var n = !1; + function eu(t, n) { + var e = !1; return ( - arguments.length >= 2 && (n = !0), + arguments.length >= 2 && (e = !0), function(o) { - return o.lift(new ou(t, e, n)); + return o.lift(new ou(t, n, e)); } ); } var ou = (function() { - function t(t, e, n) { - void 0 === n && (n = !1), + function t(t, n, e) { + void 0 === e && (e = !1), (this.accumulator = t), - (this.seed = e), - (this.hasSeed = n); + (this.seed = n), + (this.hasSeed = e); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe( + (t.prototype.call = function(t, n) { + return n.subscribe( new au(t, this.accumulator, this.seed, this.hasSeed) ); }), @@ -13288,10 +13288,10 @@ ); })(), au = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; return ( - (r.accumulator = n), + (r.accumulator = e), (r._seed = o), (r.hasSeed = a), (r.index = 0), @@ -13299,8 +13299,8 @@ ); } return ( - o.__extends(e, t), - Object.defineProperty(e.prototype, "seed", { + o.__extends(n, t), + Object.defineProperty(n.prototype, "seed", { get: function() { return this._seed; }, @@ -13310,26 +13310,26 @@ enumerable: !0, configurable: !0 }), - (e.prototype._next = function(t) { + (n.prototype._next = function(t) { if (this.hasSeed) return this._tryNext(t); (this.seed = t), this.destination.next(t); }), - (e.prototype._tryNext = function(t) { - var e, - n = this.index++; + (n.prototype._tryNext = function(t) { + var n, + e = this.index++; try { - e = this.accumulator(this.seed, t, n); + n = this.accumulator(this.seed, t, e); } catch (o) { this.destination.error(o); } - (this.seed = e), this.destination.next(e); + (this.seed = n), this.destination.next(n); }), - e + n ); })(h); function ru(t) { - return function(e) { - return e.lift(new iu(t)); + return function(n) { + return n.lift(new iu(t)); }; } var iu = (function() { @@ -13337,18 +13337,18 @@ this.callback = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new lu(t, this.callback)); + (t.prototype.call = function(t, n) { + return n.subscribe(new lu(t, this.callback)); }), t ); })(), lu = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return o.add(new c(n)), o; + function n(n, e) { + var o = t.call(this, n) || this; + return o.add(new c(e)), o; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(h), su = null; function cu() { @@ -13356,21 +13356,21 @@ } var uu, du = (function(t) { - function e() { - var e = t.call(this) || this; - (e._animationPrefix = null), (e._transitionEnd = null); + function n() { + var n = t.call(this) || this; + (n._animationPrefix = null), (n._transitionEnd = null); try { - var n = e.createElement("div", document); - if (null != e.getStyle(n, "animationName")) - e._animationPrefix = ""; + var e = n.createElement("div", document); + if (null != n.getStyle(e, "animationName")) + n._animationPrefix = ""; else for ( var o = ["Webkit", "Moz", "O", "ms"], a = 0; a < o.length; a++ ) - if (null != e.getStyle(n, o[a] + "AnimationName")) { - e._animationPrefix = "-" + o[a].toLowerCase() + "-"; + if (null != n.getStyle(e, o[a] + "AnimationName")) { + n._animationPrefix = "-" + o[a].toLowerCase() + "-"; break; } var r = { @@ -13380,39 +13380,39 @@ transition: "transitionend" }; Object.keys(r).forEach(function(t) { - null != e.getStyle(n, t) && (e._transitionEnd = r[t]); + null != n.getStyle(e, t) && (n._transitionEnd = r[t]); }); } catch (i) { - (e._animationPrefix = null), (e._transitionEnd = null); + (n._animationPrefix = null), (n._transitionEnd = null); } - return e; + return n; } return ( - Object(o.__extends)(e, t), - (e.prototype.getDistributedNodes = function(t) { + Object(o.__extends)(n, t), + (n.prototype.getDistributedNodes = function(t) { return t.getDistributedNodes(); }), - (e.prototype.resolveAndSetHref = function(t, e, n) { - t.href = null == n ? e : e + "/../" + n; + (n.prototype.resolveAndSetHref = function(t, n, e) { + t.href = null == e ? n : n + "/../" + e; }), - (e.prototype.supportsDOMEvents = function() { + (n.prototype.supportsDOMEvents = function() { return !0; }), - (e.prototype.supportsNativeShadowDOM = function() { + (n.prototype.supportsNativeShadowDOM = function() { return "function" == typeof document.body.createShadowRoot; }), - (e.prototype.getAnimationPrefix = function() { + (n.prototype.getAnimationPrefix = function() { return this._animationPrefix ? this._animationPrefix : ""; }), - (e.prototype.getTransitionEnd = function() { + (n.prototype.getTransitionEnd = function() { return this._transitionEnd ? this._transitionEnd : ""; }), - (e.prototype.supportsAnimation = function() { + (n.prototype.supportsAnimation = function() { return ( null != this._animationPrefix && null != this._transitionEnd ); }), - e + n ); })( (function() { @@ -13483,305 +13483,305 @@ ); })(), hu = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.parse = function(t) { + Object(o.__extends)(n, t), + (n.prototype.parse = function(t) { throw new Error("parse not implemented"); }), - (e.makeCurrent = function() { + (n.makeCurrent = function() { var t; - (t = new e()), su || (su = t); + (t = new n()), su || (su = t); }), - (e.prototype.hasProperty = function(t, e) { - return e in t; + (n.prototype.hasProperty = function(t, n) { + return n in t; }), - (e.prototype.setProperty = function(t, e, n) { - t[e] = n; + (n.prototype.setProperty = function(t, n, e) { + t[n] = e; }), - (e.prototype.getProperty = function(t, e) { - return t[e]; + (n.prototype.getProperty = function(t, n) { + return t[n]; }), - (e.prototype.invoke = function(t, e, n) { + (n.prototype.invoke = function(t, n, e) { var a; - (a = t)[e].apply(a, Object(o.__spread)(n)); + (a = t)[n].apply(a, Object(o.__spread)(e)); }), - (e.prototype.logError = function(t) { + (n.prototype.logError = function(t) { window.console && (console.error ? console.error(t) : console.log(t)); }), - (e.prototype.log = function(t) { + (n.prototype.log = function(t) { window.console && window.console.log && window.console.log(t); }), - (e.prototype.logGroup = function(t) { + (n.prototype.logGroup = function(t) { window.console && window.console.group && window.console.group(t); }), - (e.prototype.logGroupEnd = function() { + (n.prototype.logGroupEnd = function() { window.console && window.console.groupEnd && window.console.groupEnd(); }), - Object.defineProperty(e.prototype, "attrToPropMap", { + Object.defineProperty(n.prototype, "attrToPropMap", { get: function() { return pu; }, enumerable: !0, configurable: !0 }), - (e.prototype.contains = function(t, e) { - return fu.call(t, e); + (n.prototype.contains = function(t, n) { + return fu.call(t, n); }), - (e.prototype.querySelector = function(t, e) { - return t.querySelector(e); + (n.prototype.querySelector = function(t, n) { + return t.querySelector(n); }), - (e.prototype.querySelectorAll = function(t, e) { - return t.querySelectorAll(e); + (n.prototype.querySelectorAll = function(t, n) { + return t.querySelectorAll(n); }), - (e.prototype.on = function(t, e, n) { - t.addEventListener(e, n, !1); + (n.prototype.on = function(t, n, e) { + t.addEventListener(n, e, !1); }), - (e.prototype.onAndCancel = function(t, e, n) { + (n.prototype.onAndCancel = function(t, n, e) { return ( - t.addEventListener(e, n, !1), + t.addEventListener(n, e, !1), function() { - t.removeEventListener(e, n, !1); + t.removeEventListener(n, e, !1); } ); }), - (e.prototype.dispatchEvent = function(t, e) { - t.dispatchEvent(e); + (n.prototype.dispatchEvent = function(t, n) { + t.dispatchEvent(n); }), - (e.prototype.createMouseEvent = function(t) { - var e = this.getDefaultDocument().createEvent("MouseEvent"); - return e.initEvent(t, !0, !0), e; + (n.prototype.createMouseEvent = function(t) { + var n = this.getDefaultDocument().createEvent("MouseEvent"); + return n.initEvent(t, !0, !0), n; }), - (e.prototype.createEvent = function(t) { - var e = this.getDefaultDocument().createEvent("Event"); - return e.initEvent(t, !0, !0), e; + (n.prototype.createEvent = function(t) { + var n = this.getDefaultDocument().createEvent("Event"); + return n.initEvent(t, !0, !0), n; }), - (e.prototype.preventDefault = function(t) { + (n.prototype.preventDefault = function(t) { t.preventDefault(), (t.returnValue = !1); }), - (e.prototype.isPrevented = function(t) { + (n.prototype.isPrevented = function(t) { return ( t.defaultPrevented || (null != t.returnValue && !t.returnValue) ); }), - (e.prototype.getInnerHTML = function(t) { + (n.prototype.getInnerHTML = function(t) { return t.innerHTML; }), - (e.prototype.getTemplateContent = function(t) { + (n.prototype.getTemplateContent = function(t) { return "content" in t && this.isTemplateElement(t) ? t.content : null; }), - (e.prototype.getOuterHTML = function(t) { + (n.prototype.getOuterHTML = function(t) { return t.outerHTML; }), - (e.prototype.nodeName = function(t) { + (n.prototype.nodeName = function(t) { return t.nodeName; }), - (e.prototype.nodeValue = function(t) { + (n.prototype.nodeValue = function(t) { return t.nodeValue; }), - (e.prototype.type = function(t) { + (n.prototype.type = function(t) { return t.type; }), - (e.prototype.content = function(t) { + (n.prototype.content = function(t) { return this.hasProperty(t, "content") ? t.content : t; }), - (e.prototype.firstChild = function(t) { + (n.prototype.firstChild = function(t) { return t.firstChild; }), - (e.prototype.nextSibling = function(t) { + (n.prototype.nextSibling = function(t) { return t.nextSibling; }), - (e.prototype.parentElement = function(t) { + (n.prototype.parentElement = function(t) { return t.parentNode; }), - (e.prototype.childNodes = function(t) { + (n.prototype.childNodes = function(t) { return t.childNodes; }), - (e.prototype.childNodesAsList = function(t) { + (n.prototype.childNodesAsList = function(t) { for ( - var e = t.childNodes, n = new Array(e.length), o = 0; - o < e.length; + var n = t.childNodes, e = new Array(n.length), o = 0; + o < n.length; o++ ) - n[o] = e[o]; - return n; + e[o] = n[o]; + return e; }), - (e.prototype.clearNodes = function(t) { + (n.prototype.clearNodes = function(t) { for (; t.firstChild; ) t.removeChild(t.firstChild); }), - (e.prototype.appendChild = function(t, e) { - t.appendChild(e); + (n.prototype.appendChild = function(t, n) { + t.appendChild(n); }), - (e.prototype.removeChild = function(t, e) { - t.removeChild(e); + (n.prototype.removeChild = function(t, n) { + t.removeChild(n); }), - (e.prototype.replaceChild = function(t, e, n) { - t.replaceChild(e, n); + (n.prototype.replaceChild = function(t, n, e) { + t.replaceChild(n, e); }), - (e.prototype.remove = function(t) { + (n.prototype.remove = function(t) { return t.parentNode && t.parentNode.removeChild(t), t; }), - (e.prototype.insertBefore = function(t, e, n) { - t.insertBefore(n, e); + (n.prototype.insertBefore = function(t, n, e) { + t.insertBefore(e, n); }), - (e.prototype.insertAllBefore = function(t, e, n) { - n.forEach(function(n) { - return t.insertBefore(n, e); + (n.prototype.insertAllBefore = function(t, n, e) { + e.forEach(function(e) { + return t.insertBefore(e, n); }); }), - (e.prototype.insertAfter = function(t, e, n) { - t.insertBefore(n, e.nextSibling); + (n.prototype.insertAfter = function(t, n, e) { + t.insertBefore(e, n.nextSibling); }), - (e.prototype.setInnerHTML = function(t, e) { - t.innerHTML = e; + (n.prototype.setInnerHTML = function(t, n) { + t.innerHTML = n; }), - (e.prototype.getText = function(t) { + (n.prototype.getText = function(t) { return t.textContent; }), - (e.prototype.setText = function(t, e) { - t.textContent = e; + (n.prototype.setText = function(t, n) { + t.textContent = n; }), - (e.prototype.getValue = function(t) { + (n.prototype.getValue = function(t) { return t.value; }), - (e.prototype.setValue = function(t, e) { - t.value = e; + (n.prototype.setValue = function(t, n) { + t.value = n; }), - (e.prototype.getChecked = function(t) { + (n.prototype.getChecked = function(t) { return t.checked; }), - (e.prototype.setChecked = function(t, e) { - t.checked = e; + (n.prototype.setChecked = function(t, n) { + t.checked = n; }), - (e.prototype.createComment = function(t) { + (n.prototype.createComment = function(t) { return this.getDefaultDocument().createComment(t); }), - (e.prototype.createTemplate = function(t) { - var e = this.getDefaultDocument().createElement("template"); - return (e.innerHTML = t), e; + (n.prototype.createTemplate = function(t) { + var n = this.getDefaultDocument().createElement("template"); + return (n.innerHTML = t), n; }), - (e.prototype.createElement = function(t, e) { - return (e = e || this.getDefaultDocument()).createElement(t); + (n.prototype.createElement = function(t, n) { + return (n = n || this.getDefaultDocument()).createElement(t); }), - (e.prototype.createElementNS = function(t, e, n) { - return (n = n || this.getDefaultDocument()).createElementNS(t, e); + (n.prototype.createElementNS = function(t, n, e) { + return (e = e || this.getDefaultDocument()).createElementNS(t, n); }), - (e.prototype.createTextNode = function(t, e) { - return (e = e || this.getDefaultDocument()).createTextNode(t); + (n.prototype.createTextNode = function(t, n) { + return (n = n || this.getDefaultDocument()).createTextNode(t); }), - (e.prototype.createScriptTag = function(t, e, n) { - var o = (n = n || this.getDefaultDocument()).createElement( + (n.prototype.createScriptTag = function(t, n, e) { + var o = (e = e || this.getDefaultDocument()).createElement( "SCRIPT" ); - return o.setAttribute(t, e), o; + return o.setAttribute(t, n), o; }), - (e.prototype.createStyleElement = function(t, e) { - var n = (e = e || this.getDefaultDocument()).createElement( + (n.prototype.createStyleElement = function(t, n) { + var e = (n = n || this.getDefaultDocument()).createElement( "style" ); - return this.appendChild(n, this.createTextNode(t, e)), n; + return this.appendChild(e, this.createTextNode(t, n)), e; }), - (e.prototype.createShadowRoot = function(t) { + (n.prototype.createShadowRoot = function(t) { return t.createShadowRoot(); }), - (e.prototype.getShadowRoot = function(t) { + (n.prototype.getShadowRoot = function(t) { return t.shadowRoot; }), - (e.prototype.getHost = function(t) { + (n.prototype.getHost = function(t) { return t.host; }), - (e.prototype.clone = function(t) { + (n.prototype.clone = function(t) { return t.cloneNode(!0); }), - (e.prototype.getElementsByClassName = function(t, e) { - return t.getElementsByClassName(e); + (n.prototype.getElementsByClassName = function(t, n) { + return t.getElementsByClassName(n); }), - (e.prototype.getElementsByTagName = function(t, e) { - return t.getElementsByTagName(e); + (n.prototype.getElementsByTagName = function(t, n) { + return t.getElementsByTagName(n); }), - (e.prototype.classList = function(t) { + (n.prototype.classList = function(t) { return Array.prototype.slice.call(t.classList, 0); }), - (e.prototype.addClass = function(t, e) { - t.classList.add(e); + (n.prototype.addClass = function(t, n) { + t.classList.add(n); }), - (e.prototype.removeClass = function(t, e) { - t.classList.remove(e); + (n.prototype.removeClass = function(t, n) { + t.classList.remove(n); }), - (e.prototype.hasClass = function(t, e) { - return t.classList.contains(e); + (n.prototype.hasClass = function(t, n) { + return t.classList.contains(n); }), - (e.prototype.setStyle = function(t, e, n) { - t.style[e] = n; + (n.prototype.setStyle = function(t, n, e) { + t.style[n] = e; }), - (e.prototype.removeStyle = function(t, e) { - t.style[e] = ""; + (n.prototype.removeStyle = function(t, n) { + t.style[n] = ""; }), - (e.prototype.getStyle = function(t, e) { - return t.style[e]; + (n.prototype.getStyle = function(t, n) { + return t.style[n]; }), - (e.prototype.hasStyle = function(t, e, n) { - var o = this.getStyle(t, e) || ""; - return n ? o == n : o.length > 0; + (n.prototype.hasStyle = function(t, n, e) { + var o = this.getStyle(t, n) || ""; + return e ? o == e : o.length > 0; }), - (e.prototype.tagName = function(t) { + (n.prototype.tagName = function(t) { return t.tagName; }), - (e.prototype.attributeMap = function(t) { + (n.prototype.attributeMap = function(t) { for ( - var e = new Map(), n = t.attributes, o = 0; - o < n.length; + var n = new Map(), e = t.attributes, o = 0; + o < e.length; o++ ) { - var a = n.item(o); - e.set(a.name, a.value); + var a = e.item(o); + n.set(a.name, a.value); } - return e; + return n; }), - (e.prototype.hasAttribute = function(t, e) { - return t.hasAttribute(e); + (n.prototype.hasAttribute = function(t, n) { + return t.hasAttribute(n); }), - (e.prototype.hasAttributeNS = function(t, e, n) { - return t.hasAttributeNS(e, n); + (n.prototype.hasAttributeNS = function(t, n, e) { + return t.hasAttributeNS(n, e); }), - (e.prototype.getAttribute = function(t, e) { - return t.getAttribute(e); + (n.prototype.getAttribute = function(t, n) { + return t.getAttribute(n); }), - (e.prototype.getAttributeNS = function(t, e, n) { - return t.getAttributeNS(e, n); + (n.prototype.getAttributeNS = function(t, n, e) { + return t.getAttributeNS(n, e); }), - (e.prototype.setAttribute = function(t, e, n) { - t.setAttribute(e, n); + (n.prototype.setAttribute = function(t, n, e) { + t.setAttribute(n, e); }), - (e.prototype.setAttributeNS = function(t, e, n, o) { - t.setAttributeNS(e, n, o); + (n.prototype.setAttributeNS = function(t, n, e, o) { + t.setAttributeNS(n, e, o); }), - (e.prototype.removeAttribute = function(t, e) { - t.removeAttribute(e); + (n.prototype.removeAttribute = function(t, n) { + t.removeAttribute(n); }), - (e.prototype.removeAttributeNS = function(t, e, n) { - t.removeAttributeNS(e, n); + (n.prototype.removeAttributeNS = function(t, n, e) { + t.removeAttributeNS(n, e); }), - (e.prototype.templateAwareRoot = function(t) { + (n.prototype.templateAwareRoot = function(t) { return this.isTemplateElement(t) ? this.content(t) : t; }), - (e.prototype.createHtmlDocument = function() { + (n.prototype.createHtmlDocument = function() { return document.implementation.createHTMLDocument("fakeTitle"); }), - (e.prototype.getDefaultDocument = function() { + (n.prototype.getDefaultDocument = function() { return document; }), - (e.prototype.getBoundingClientRect = function(t) { + (n.prototype.getBoundingClientRect = function(t) { try { return t.getBoundingClientRect(); - } catch (e) { + } catch (n) { return { top: 0, bottom: 0, @@ -13792,121 +13792,121 @@ }; } }), - (e.prototype.getTitle = function(t) { + (n.prototype.getTitle = function(t) { return t.title; }), - (e.prototype.setTitle = function(t, e) { - t.title = e || ""; + (n.prototype.setTitle = function(t, n) { + t.title = n || ""; }), - (e.prototype.elementMatches = function(t, e) { + (n.prototype.elementMatches = function(t, n) { return ( !!this.isElementNode(t) && - ((t.matches && t.matches(e)) || - (t.msMatchesSelector && t.msMatchesSelector(e)) || - (t.webkitMatchesSelector && t.webkitMatchesSelector(e))) + ((t.matches && t.matches(n)) || + (t.msMatchesSelector && t.msMatchesSelector(n)) || + (t.webkitMatchesSelector && t.webkitMatchesSelector(n))) ); }), - (e.prototype.isTemplateElement = function(t) { + (n.prototype.isTemplateElement = function(t) { return this.isElementNode(t) && "TEMPLATE" === t.nodeName; }), - (e.prototype.isTextNode = function(t) { + (n.prototype.isTextNode = function(t) { return t.nodeType === Node.TEXT_NODE; }), - (e.prototype.isCommentNode = function(t) { + (n.prototype.isCommentNode = function(t) { return t.nodeType === Node.COMMENT_NODE; }), - (e.prototype.isElementNode = function(t) { + (n.prototype.isElementNode = function(t) { return t.nodeType === Node.ELEMENT_NODE; }), - (e.prototype.hasShadowRoot = function(t) { + (n.prototype.hasShadowRoot = function(t) { return null != t.shadowRoot && t instanceof HTMLElement; }), - (e.prototype.isShadowRoot = function(t) { + (n.prototype.isShadowRoot = function(t) { return t instanceof DocumentFragment; }), - (e.prototype.importIntoDoc = function(t) { + (n.prototype.importIntoDoc = function(t) { return document.importNode(this.templateAwareRoot(t), !0); }), - (e.prototype.adoptNode = function(t) { + (n.prototype.adoptNode = function(t) { return document.adoptNode(t); }), - (e.prototype.getHref = function(t) { + (n.prototype.getHref = function(t) { return t.getAttribute("href"); }), - (e.prototype.getEventKey = function(t) { - var e = t.key; - if (null == e) { - if (null == (e = t.keyIdentifier)) return "Unidentified"; - e.startsWith("U+") && - ((e = String.fromCharCode(parseInt(e.substring(2), 16))), - 3 === t.location && gu.hasOwnProperty(e) && (e = gu[e])); + (n.prototype.getEventKey = function(t) { + var n = t.key; + if (null == n) { + if (null == (n = t.keyIdentifier)) return "Unidentified"; + n.startsWith("U+") && + ((n = String.fromCharCode(parseInt(n.substring(2), 16))), + 3 === t.location && gu.hasOwnProperty(n) && (n = gu[n])); } - return mu[e] || e; + return mu[n] || n; }), - (e.prototype.getGlobalEventTarget = function(t, e) { - return "window" === e + (n.prototype.getGlobalEventTarget = function(t, n) { + return "window" === n ? window - : "document" === e + : "document" === n ? t - : "body" === e + : "body" === n ? t.body : null; }), - (e.prototype.getHistory = function() { + (n.prototype.getHistory = function() { return window.history; }), - (e.prototype.getLocation = function() { + (n.prototype.getLocation = function() { return window.location; }), - (e.prototype.getBaseHref = function(t) { - var e, - n = + (n.prototype.getBaseHref = function(t) { + var n, + e = bu || (bu = document.querySelector("base")) ? bu.getAttribute("href") : null; - return null == n + return null == e ? null - : ((e = n), + : ((n = e), uu || (uu = document.createElement("a")), - uu.setAttribute("href", e), + uu.setAttribute("href", n), "/" === uu.pathname.charAt(0) ? uu.pathname : "/" + uu.pathname); }), - (e.prototype.resetBaseElement = function() { + (n.prototype.resetBaseElement = function() { bu = null; }), - (e.prototype.getUserAgent = function() { + (n.prototype.getUserAgent = function() { return window.navigator.userAgent; }), - (e.prototype.setData = function(t, e, n) { - this.setAttribute(t, "data-" + e, n); + (n.prototype.setData = function(t, n, e) { + this.setAttribute(t, "data-" + n, e); }), - (e.prototype.getData = function(t, e) { - return this.getAttribute(t, "data-" + e); + (n.prototype.getData = function(t, n) { + return this.getAttribute(t, "data-" + n); }), - (e.prototype.getComputedStyle = function(t) { + (n.prototype.getComputedStyle = function(t) { return getComputedStyle(t); }), - (e.prototype.supportsWebAnimation = function() { + (n.prototype.supportsWebAnimation = function() { return "function" == typeof Element.prototype.animate; }), - (e.prototype.performanceNow = function() { + (n.prototype.performanceNow = function() { return window.performance && window.performance.now ? window.performance.now() : new Date().getTime(); }), - (e.prototype.supportsCookies = function() { + (n.prototype.supportsCookies = function() { return !0; }), - (e.prototype.getCookie = function(t) { + (n.prototype.getCookie = function(t) { return ms(document.cookie, t); }), - (e.prototype.setCookie = function(t, e) { + (n.prototype.setCookie = function(t, n) { document.cookie = - encodeURIComponent(t) + "=" + encodeURIComponent(e); + encodeURIComponent(t) + "=" + encodeURIComponent(n); }), - e + n ); })(du), bu = null; @@ -13914,58 +13914,58 @@ return !!window.history.pushState; } var yu = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n._doc = e), n._init(), n; + function n(n) { + var e = t.call(this) || this; + return (e._doc = n), e._init(), e; } return ( - Object(o.__extends)(e, t), - (e.prototype._init = function() { + Object(o.__extends)(n, t), + (n.prototype._init = function() { (this.location = cu().getLocation()), (this._history = cu().getHistory()); }), - (e.prototype.getBaseHrefFromDOM = function() { + (n.prototype.getBaseHrefFromDOM = function() { return cu().getBaseHref(this._doc); }), - (e.prototype.onPopState = function(t) { + (n.prototype.onPopState = function(t) { cu() .getGlobalEventTarget(this._doc, "window") .addEventListener("popstate", t, !1); }), - (e.prototype.onHashChange = function(t) { + (n.prototype.onHashChange = function(t) { cu() .getGlobalEventTarget(this._doc, "window") .addEventListener("hashchange", t, !1); }), - Object.defineProperty(e.prototype, "href", { + Object.defineProperty(n.prototype, "href", { get: function() { return this.location.href; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "protocol", { + Object.defineProperty(n.prototype, "protocol", { get: function() { return this.location.protocol; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "hostname", { + Object.defineProperty(n.prototype, "hostname", { get: function() { return this.location.hostname; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "port", { + Object.defineProperty(n.prototype, "port", { get: function() { return this.location.port; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "pathname", { + Object.defineProperty(n.prototype, "pathname", { get: function() { return this.location.pathname; }, @@ -13975,37 +13975,37 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "search", { + Object.defineProperty(n.prototype, "search", { get: function() { return this.location.search; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "hash", { + Object.defineProperty(n.prototype, "hash", { get: function() { return this.location.hash; }, enumerable: !0, configurable: !0 }), - (e.prototype.pushState = function(t, e, n) { + (n.prototype.pushState = function(t, n, e) { _u() - ? this._history.pushState(t, e, n) - : (this.location.hash = n); + ? this._history.pushState(t, n, e) + : (this.location.hash = e); }), - (e.prototype.replaceState = function(t, e, n) { + (n.prototype.replaceState = function(t, n, e) { _u() - ? this._history.replaceState(t, e, n) - : (this.location.hash = n); + ? this._history.replaceState(t, n, e) + : (this.location.hash = e); }), - (e.prototype.forward = function() { + (n.prototype.forward = function() { this._history.forward(); }), - (e.prototype.back = function() { + (n.prototype.back = function() { this._history.back(); }), - (e.prototype.getState = function() { + (n.prototype.getState = function() { return this._history.state; }), Object(o.__decorate)( @@ -14013,7 +14013,7 @@ Object(o.__param)(0, mt(Ds)), Object(o.__metadata)("design:paramtypes", [Object]) ], - e + n ) ); })(Jl), @@ -14021,17 +14021,17 @@ vu = [ { provide: cr, - useFactory: function(t, e, n) { + useFactory: function(t, n, e) { return function() { - n.get(ur).donePromise.then(function() { - var n = cu(); + e.get(ur).donePromise.then(function() { + var e = cu(); Array.prototype.slice - .apply(n.querySelectorAll(e, "style[ng-transition]")) - .filter(function(e) { - return n.getAttribute(e, "ng-transition") === t; + .apply(e.querySelectorAll(n, "style[ng-transition]")) + .filter(function(n) { + return e.getAttribute(n, "ng-transition") === t; }) .forEach(function(t) { - return n.remove(t); + return e.remove(t); }); }); }; @@ -14044,13 +14044,13 @@ function t() {} return ( (t.init = function() { - var e; - (e = new t()), (qr = e); + var n; + (n = new t()), (qr = n); }), (t.prototype.addToWindow = function(t) { - (Et.getAngularTestability = function(e, n) { - void 0 === n && (n = !0); - var o = t.findTestabilityInTree(e, n); + (Et.getAngularTestability = function(n, e) { + void 0 === e && (e = !0); + var o = t.findTestabilityInTree(n, e); if (null == o) throw new Error("Could not find testability for element."); return o; @@ -14063,34 +14063,34 @@ }), Et.frameworkStabilizers || (Et.frameworkStabilizers = []), Et.frameworkStabilizers.push(function(t) { - var e = Et.getAllAngularTestabilities(), - n = e.length, + var n = Et.getAllAngularTestabilities(), + e = n.length, o = !1, - a = function(e) { - (o = o || e), 0 == --n && t(o); + a = function(n) { + (o = o || n), 0 == --e && t(o); }; - e.forEach(function(t) { + n.forEach(function(t) { t.whenStable(a); }); }); }), - (t.prototype.findTestabilityInTree = function(t, e, n) { - if (null == e) return null; - var o = t.getTestability(e); + (t.prototype.findTestabilityInTree = function(t, n, e) { + if (null == n) return null; + var o = t.getTestability(n); return null != o ? o - : n - ? cu().isShadowRoot(e) - ? this.findTestabilityInTree(t, cu().getHost(e), !0) - : this.findTestabilityInTree(t, cu().parentElement(e), !0) + : e + ? cu().isShadowRoot(n) + ? this.findTestabilityInTree(t, cu().getHost(n), !0) + : this.findTestabilityInTree(t, cu().parentElement(n), !0) : null; }), t ); })(); - function Pu(t, e) { + function Pu(t, n) { ("undefined" != typeof COMPILED && COMPILED) || - ((Et.ng = Et.ng || {})[t] = e); + ((Et.ng = Et.ng || {})[t] = n); } var Mu = (function() { return { ApplicationRef: Xr, NgZone: Dr }; @@ -14100,30 +14100,30 @@ } var ku = new Ut("EventManagerPlugins"), wu = (function() { - function t(t, e) { - var n = this; - (this._zone = e), + function t(t, n) { + var e = this; + (this._zone = n), (this._eventNameToPlugin = new Map()), t.forEach(function(t) { - return (t.manager = n); + return (t.manager = e); }), (this._plugins = t.slice().reverse()); } return ( - (t.prototype.addEventListener = function(t, e, n) { - return this._findPluginFor(e).addEventListener(t, e, n); + (t.prototype.addEventListener = function(t, n, e) { + return this._findPluginFor(n).addEventListener(t, n, e); }), - (t.prototype.addGlobalEventListener = function(t, e, n) { - return this._findPluginFor(e).addGlobalEventListener(t, e, n); + (t.prototype.addGlobalEventListener = function(t, n, e) { + return this._findPluginFor(n).addGlobalEventListener(t, n, e); }), (t.prototype.getZone = function() { return this._zone; }), (t.prototype._findPluginFor = function(t) { - var e = this._eventNameToPlugin.get(t); - if (e) return e; - for (var n = this._plugins, o = 0; o < n.length; o++) { - var a = n[o]; + var n = this._eventNameToPlugin.get(t); + if (n) return n; + for (var e = this._plugins, o = 0; o < e.length; o++) { + var a = e[o]; if (a.supports(t)) return this._eventNameToPlugin.set(t, a), a; } throw new Error("No event manager plugin found for event " + t); @@ -14136,13 +14136,13 @@ this._doc = t; } return ( - (t.prototype.addGlobalEventListener = function(t, e, n) { + (t.prototype.addGlobalEventListener = function(t, n, e) { var o = cu().getGlobalEventTarget(this._doc, t); if (!o) throw new Error( - "Unsupported event target " + o + " for event " + e + "Unsupported event target " + o + " for event " + n ); - return this.addEventListener(o, e, n); + return this.addEventListener(o, n, e); }), t ); @@ -14153,12 +14153,12 @@ } return ( (t.prototype.addStyles = function(t) { - var e = this, - n = new Set(); + var n = this, + e = new Set(); t.forEach(function(t) { - e._stylesSet.has(t) || (e._stylesSet.add(t), n.add(t)); + n._stylesSet.has(t) || (n._stylesSet.add(t), e.add(t)); }), - this.onStylesAdded(n); + this.onStylesAdded(e); }), (t.prototype.onStylesAdded = function(t) {}), (t.prototype.getAllStyles = function() { @@ -14168,43 +14168,43 @@ ); })(), Iu = (function(t) { - function e(e) { - var n = t.call(this) || this; + function n(n) { + var e = t.call(this) || this; return ( - (n._doc = e), - (n._hostNodes = new Set()), - (n._styleNodes = new Set()), - n._hostNodes.add(e.head), - n + (e._doc = n), + (e._hostNodes = new Set()), + (e._styleNodes = new Set()), + e._hostNodes.add(n.head), + e ); } return ( - Object(o.__extends)(e, t), - (e.prototype._addStylesToHost = function(t, e) { - var n = this; + Object(o.__extends)(n, t), + (n.prototype._addStylesToHost = function(t, n) { + var e = this; t.forEach(function(t) { - var o = n._doc.createElement("style"); - (o.textContent = t), n._styleNodes.add(e.appendChild(o)); + var o = e._doc.createElement("style"); + (o.textContent = t), e._styleNodes.add(n.appendChild(o)); }); }), - (e.prototype.addHost = function(t) { + (n.prototype.addHost = function(t) { this._addStylesToHost(this._stylesSet, t), this._hostNodes.add(t); }), - (e.prototype.removeHost = function(t) { + (n.prototype.removeHost = function(t) { this._hostNodes.delete(t); }), - (e.prototype.onStylesAdded = function(t) { - var e = this; - this._hostNodes.forEach(function(n) { - return e._addStylesToHost(t, n); + (n.prototype.onStylesAdded = function(t) { + var n = this; + this._hostNodes.forEach(function(e) { + return n._addStylesToHost(t, e); }); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._styleNodes.forEach(function(t) { return cu().remove(t); }); }), - e + n ); })(Eu), Au = { @@ -14217,52 +14217,52 @@ Tu = /%COMP%/g, Ru = "_nghost-%COMP%", Du = "_ngcontent-%COMP%"; - function Nu(t, e, n) { - for (var o = 0; o < e.length; o++) { - var a = e[o]; - Array.isArray(a) ? Nu(t, a, n) : ((a = a.replace(Tu, t)), n.push(a)); + function Nu(t, n, e) { + for (var o = 0; o < n.length; o++) { + var a = n[o]; + Array.isArray(a) ? Nu(t, a, e) : ((a = a.replace(Tu, t)), e.push(a)); } - return n; + return e; } function zu(t) { - return function(e) { - !1 === t(e) && (e.preventDefault(), (e.returnValue = !1)); + return function(n) { + !1 === t(n) && (n.preventDefault(), (n.returnValue = !1)); }; } var Lu = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.eventManager = t), - (this.sharedStylesHost = e), - (this.appId = n), + (this.sharedStylesHost = n), + (this.appId = e), (this.rendererByCompId = new Map()), (this.defaultRenderer = new ju(t)); } return ( - (t.prototype.createRenderer = function(t, e) { - if (!t || !e) return this.defaultRenderer; - switch (e.encapsulation) { - case Ie.Emulated: - var n = this.rendererByCompId.get(e.id); + (t.prototype.createRenderer = function(t, n) { + if (!t || !n) return this.defaultRenderer; + switch (n.encapsulation) { + case An.Emulated: + var e = this.rendererByCompId.get(n.id); return ( - n || - ((n = new Vu( + e || + ((e = new Vu( this.eventManager, this.sharedStylesHost, - e, + n, this.appId )), - this.rendererByCompId.set(e.id, n)), - n.applyToHost(t), - n + this.rendererByCompId.set(n.id, e)), + e.applyToHost(t), + e ); - case Ie.Native: - case Ie.ShadowDom: - return new Hu(this.eventManager, this.sharedStylesHost, t, e); + case An.Native: + case An.ShadowDom: + return new Hu(this.eventManager, this.sharedStylesHost, t, n); default: - if (!this.rendererByCompId.has(e.id)) { - var o = Nu(e.id, e.styles, []); + if (!this.rendererByCompId.has(n.id)) { + var o = Nu(n.id, n.styles, []); this.sharedStylesHost.addStyles(o), - this.rendererByCompId.set(e.id, this.defaultRenderer); + this.rendererByCompId.set(n.id, this.defaultRenderer); } return this.defaultRenderer; } @@ -14278,9 +14278,9 @@ } return ( (t.prototype.destroy = function() {}), - (t.prototype.createElement = function(t, e) { - return e - ? document.createElementNS(Au[e] || e, t) + (t.prototype.createElement = function(t, n) { + return n + ? document.createElementNS(Au[n] || n, t) : document.createElement(t); }), (t.prototype.createComment = function(t) { @@ -14289,22 +14289,22 @@ (t.prototype.createText = function(t) { return document.createTextNode(t); }), - (t.prototype.appendChild = function(t, e) { - t.appendChild(e); + (t.prototype.appendChild = function(t, n) { + t.appendChild(n); }), - (t.prototype.insertBefore = function(t, e, n) { - t && t.insertBefore(e, n); + (t.prototype.insertBefore = function(t, n, e) { + t && t.insertBefore(n, e); }), - (t.prototype.removeChild = function(t, e) { - t && t.removeChild(e); + (t.prototype.removeChild = function(t, n) { + t && t.removeChild(n); }), - (t.prototype.selectRootElement = function(t, e) { - var n = "string" == typeof t ? document.querySelector(t) : t; - if (!n) + (t.prototype.selectRootElement = function(t, n) { + var e = "string" == typeof t ? document.querySelector(t) : t; + if (!e) throw new Error( 'The selector "' + t + '" did not match any elements' ); - return e || (n.textContent = ""), n; + return n || (e.textContent = ""), e; }), (t.prototype.parentNode = function(t) { return t.parentNode; @@ -14312,45 +14312,45 @@ (t.prototype.nextSibling = function(t) { return t.nextSibling; }), - (t.prototype.setAttribute = function(t, e, n, o) { + (t.prototype.setAttribute = function(t, n, e, o) { if (o) { - e = o + ":" + e; + n = o + ":" + n; var a = Au[o]; - a ? t.setAttributeNS(a, e, n) : t.setAttribute(e, n); - } else t.setAttribute(e, n); + a ? t.setAttributeNS(a, n, e) : t.setAttribute(n, e); + } else t.setAttribute(n, e); }), - (t.prototype.removeAttribute = function(t, e, n) { - if (n) { - var o = Au[n]; - o ? t.removeAttributeNS(o, e) : t.removeAttribute(n + ":" + e); - } else t.removeAttribute(e); + (t.prototype.removeAttribute = function(t, n, e) { + if (e) { + var o = Au[e]; + o ? t.removeAttributeNS(o, n) : t.removeAttribute(e + ":" + n); + } else t.removeAttribute(n); }), - (t.prototype.addClass = function(t, e) { - t.classList.add(e); + (t.prototype.addClass = function(t, n) { + t.classList.add(n); }), - (t.prototype.removeClass = function(t, e) { - t.classList.remove(e); + (t.prototype.removeClass = function(t, n) { + t.classList.remove(n); }), - (t.prototype.setStyle = function(t, e, n, o) { - o & Fn.DashCase - ? t.style.setProperty(e, n, o & Fn.Important ? "important" : "") - : (t.style[e] = n); + (t.prototype.setStyle = function(t, n, e, o) { + o & Fe.DashCase + ? t.style.setProperty(n, e, o & Fe.Important ? "important" : "") + : (t.style[n] = e); }), - (t.prototype.removeStyle = function(t, e, n) { - n & Fn.DashCase ? t.style.removeProperty(e) : (t.style[e] = ""); + (t.prototype.removeStyle = function(t, n, e) { + e & Fe.DashCase ? t.style.removeProperty(n) : (t.style[n] = ""); }), - (t.prototype.setProperty = function(t, e, n) { - Bu(e, "property"), (t[e] = n); + (t.prototype.setProperty = function(t, n, e) { + Bu(n, "property"), (t[n] = e); }), - (t.prototype.setValue = function(t, e) { - t.nodeValue = e; + (t.prototype.setValue = function(t, n) { + t.nodeValue = n; }), - (t.prototype.listen = function(t, e, n) { + (t.prototype.listen = function(t, n, e) { return ( - Bu(e, "listener"), + Bu(n, "listener"), "string" == typeof t - ? this.eventManager.addGlobalEventListener(t, e, zu(n)) - : this.eventManager.addEventListener(t, e, zu(n)) + ? this.eventManager.addGlobalEventListener(t, n, zu(e)) + : this.eventManager.addEventListener(t, n, zu(e)) ); }), t @@ -14359,50 +14359,50 @@ Fu = (function() { return "@".charCodeAt(0); })(); - function Bu(t, e) { + function Bu(t, n) { if (t.charCodeAt(0) === Fu) throw new Error( "Found the synthetic " + - e + + n + " " + t + '. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.' ); } var Vu = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; r.component = o; var i = Nu(a + "-" + o.id, o.styles, []); return ( - n.addStyles(i), + e.addStyles(i), (r.contentAttr = Du.replace(Tu, a + "-" + o.id)), (r.hostAttr = Ru.replace(Tu, a + "-" + o.id)), r ); } return ( - Object(o.__extends)(e, t), - (e.prototype.applyToHost = function(e) { - t.prototype.setAttribute.call(this, e, this.hostAttr, ""); + Object(o.__extends)(n, t), + (n.prototype.applyToHost = function(n) { + t.prototype.setAttribute.call(this, n, this.hostAttr, ""); }), - (e.prototype.createElement = function(e, n) { - var o = t.prototype.createElement.call(this, e, n); + (n.prototype.createElement = function(n, e) { + var o = t.prototype.createElement.call(this, n, e); return ( t.prototype.setAttribute.call(this, o, this.contentAttr, ""), o ); }), - e + n ); })(ju), Hu = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; - (r.sharedStylesHost = n), + function n(n, e, o, a) { + var r = t.call(this, n) || this; + (r.sharedStylesHost = e), (r.hostEl = o), (r.component = a), (r.shadowRoot = - a.encapsulation === Ie.ShadowDom + a.encapsulation === An.ShadowDom ? o.attachShadow({ mode: "open" }) : o.createShadowRoot()), r.sharedStylesHost.addHost(r.shadowRoot); @@ -14413,41 +14413,41 @@ return r; } return ( - Object(o.__extends)(e, t), - (e.prototype.nodeOrShadowRoot = function(t) { + Object(o.__extends)(n, t), + (n.prototype.nodeOrShadowRoot = function(t) { return t === this.hostEl ? this.shadowRoot : t; }), - (e.prototype.destroy = function() { + (n.prototype.destroy = function() { this.sharedStylesHost.removeHost(this.shadowRoot); }), - (e.prototype.appendChild = function(e, n) { + (n.prototype.appendChild = function(n, e) { return t.prototype.appendChild.call( this, - this.nodeOrShadowRoot(e), - n + this.nodeOrShadowRoot(n), + e ); }), - (e.prototype.insertBefore = function(e, n, o) { + (n.prototype.insertBefore = function(n, e, o) { return t.prototype.insertBefore.call( this, - this.nodeOrShadowRoot(e), - n, + this.nodeOrShadowRoot(n), + e, o ); }), - (e.prototype.removeChild = function(e, n) { + (n.prototype.removeChild = function(n, e) { return t.prototype.removeChild.call( this, - this.nodeOrShadowRoot(e), - n + this.nodeOrShadowRoot(n), + e ); }), - (e.prototype.parentNode = function(e) { + (n.prototype.parentNode = function(n) { return this.nodeOrShadowRoot( - t.prototype.parentNode.call(this, this.nodeOrShadowRoot(e)) + t.prototype.parentNode.call(this, this.nodeOrShadowRoot(n)) ); }), - e + n ); })(ju), Uu = (function() { @@ -14465,12 +14465,12 @@ Gu = (function() { var t = "undefined" != typeof Zone && Zone[Uu("BLACK_LISTED_EVENTS")]; if (t) { - var e = {}; + var n = {}; return ( t.forEach(function(t) { - e[t] = t; + n[t] = t; }), - e + n ); } })(), @@ -14478,17 +14478,17 @@ return !!Gu && Gu.hasOwnProperty(t); }, Qu = function(t) { - var e = Yu[t.type]; - if (e) { - var n = this[e]; - if (n) { + var n = Yu[t.type]; + if (n) { + var e = this[n]; + if (e) { var o = [t]; - if (1 === n.length) - return (i = n[0]).zone !== Zone.current + if (1 === e.length) + return (i = e[0]).zone !== Zone.current ? i.zone.run(i.handler, this, o) : i.handler.apply(this, o); for ( - var a = n.slice(), r = 0; + var a = e.slice(), r = 0; r < a.length && !0 !== t[Wu]; r++ ) { @@ -14501,13 +14501,13 @@ } }, Xu = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - return (a.ngZone = n), (o && js(o)) || a.patchEvent(), a; + function n(n, e, o) { + var a = t.call(this, n) || this; + return (a.ngZone = e), (o && js(o)) || a.patchEvent(), a; } return ( - Object(o.__extends)(e, t), - (e.prototype.patchEvent = function() { + Object(o.__extends)(n, t), + (n.prototype.patchEvent = function() { if ( "undefined" != typeof Event && Event && @@ -14521,21 +14521,21 @@ }; } }), - (e.prototype.supports = function(t) { + (n.prototype.supports = function(t) { return !0; }), - (e.prototype.addEventListener = function(t, e, n) { + (n.prototype.addEventListener = function(t, n, e) { var o = this, - a = n; - if (!t[qu] || (Dr.isInAngularZone() && !Zu(e))) - t.addEventListener(e, a, !1); + a = e; + if (!t[qu] || (Dr.isInAngularZone() && !Zu(n))) + t.addEventListener(n, a, !1); else { - var r = Yu[e]; - r || (r = Yu[e] = Uu("ANGULAR" + e + "FALSE")); + var r = Yu[n]; + r || (r = Yu[n] = Uu("ANGULAR" + n + "FALSE")); var i = t[r], l = i && i.length > 0; i || (i = t[r] = []); - var s = Zu(e) ? Zone.root : Zone.current; + var s = Zu(n) ? Zone.root : Zone.current; if (0 === i.length) i.push({ zone: s, handler: a }); else { for (var c = !1, u = 0; u < i.length; u++) @@ -14545,28 +14545,28 @@ } c || i.push({ zone: s, handler: a }); } - l || t[qu](e, Qu, !1); + l || t[qu](n, Qu, !1); } return function() { - return o.removeEventListener(t, e, a); + return o.removeEventListener(t, n, a); }; }), - (e.prototype.removeEventListener = function(t, e, n) { + (n.prototype.removeEventListener = function(t, n, e) { var o = t[Ku]; - if (!o) return t.removeEventListener.apply(t, [e, n, !1]); - var a = Yu[e], + if (!o) return t.removeEventListener.apply(t, [n, e, !1]); + var a = Yu[n], r = a && t[a]; - if (!r) return t.removeEventListener.apply(t, [e, n, !1]); + if (!r) return t.removeEventListener.apply(t, [n, e, !1]); for (var i = !1, l = 0; l < r.length; l++) - if (r[l].handler === n) { + if (r[l].handler === e) { (i = !0), r.splice(l, 1); break; } i - ? 0 === r.length && o.apply(t, [e, Qu, !1]) - : t.removeEventListener.apply(t, [e, n, !1]); + ? 0 === r.length && o.apply(t, [n, Qu, !1]) + : t.removeEventListener.apply(t, [n, e, !1]); }), - e + n ); })(Su), Ju = { @@ -14602,30 +14602,30 @@ }, $u = new Ut("HammerGestureConfig"), td = new Ut("HammerLoader"), - ed = (function() { + nd = (function() { function t() { (this.events = []), (this.overrides = {}); } return ( (t.prototype.buildHammer = function(t) { - var e = new Hammer(t, this.options); - for (var n in (e.get("pinch").set({ enable: !0 }), - e.get("rotate").set({ enable: !0 }), + var n = new Hammer(t, this.options); + for (var e in (n.get("pinch").set({ enable: !0 }), + n.get("rotate").set({ enable: !0 }), this.overrides)) - e.get(n).set(this.overrides[n]); - return e; + n.get(e).set(this.overrides[e]); + return n; }), t ); })(), - nd = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; - return (r._config = n), (r.console = o), (r.loader = a), r; + ed = (function(t) { + function n(n, e, o, a) { + var r = t.call(this, n) || this; + return (r._config = e), (r.console = o), (r.loader = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.supports = function(t) { + Object(o.__extends)(n, t), + (n.prototype.supports = function(t) { return !( (!Ju.hasOwnProperty(t.toLowerCase()) && !this.isCustomEvent(t)) || @@ -14639,10 +14639,10 @@ 1)) ); }), - (e.prototype.addEventListener = function(t, e, n) { + (n.prototype.addEventListener = function(t, n, e) { var o = this, a = this.manager.getZone(); - if (((e = e.toLowerCase()), !window.Hammer && this.loader)) { + if (((n = n.toLowerCase()), !window.Hammer && this.loader)) { var r = !1, i = function() { r = !0; @@ -14657,12 +14657,12 @@ ), void (i = function() {}) ); - r || (i = o.addEventListener(t, e, n)); + r || (i = o.addEventListener(t, n, e)); }) .catch(function() { o.console.warn( 'The "' + - e + + n + '" event cannot be bound because the custom Hammer.JS loader failed.' ), (i = function() {}); @@ -14676,21 +14676,21 @@ var r = o._config.buildHammer(t), i = function(t) { a.runGuarded(function() { - n(t); + e(t); }); }; return ( - r.on(e, i), + r.on(n, i), function() { - r.off(e, i), "function" == typeof r.destroy && r.destroy(); + r.off(n, i), "function" == typeof r.destroy && r.destroy(); } ); }); }), - (e.prototype.isCustomEvent = function(t) { + (n.prototype.isCustomEvent = function(t) { return this._config.events.indexOf(t) > -1; }), - e + n ); })(Su), od = ["alt", "control", "meta", "shift"], @@ -14709,64 +14709,64 @@ } }, rd = (function(t) { - function e(e) { - return t.call(this, e) || this; + function n(n) { + return t.call(this, n) || this; } - var n; + var e; return ( - Object(o.__extends)(e, t), - (n = e), - (e.prototype.supports = function(t) { - return null != n.parseEventName(t); + Object(o.__extends)(n, t), + (e = n), + (n.prototype.supports = function(t) { + return null != e.parseEventName(t); }), - (e.prototype.addEventListener = function(t, e, o) { - var a = n.parseEventName(e), - r = n.eventCallback(a.fullKey, o, this.manager.getZone()); + (n.prototype.addEventListener = function(t, n, o) { + var a = e.parseEventName(n), + r = e.eventCallback(a.fullKey, o, this.manager.getZone()); return this.manager.getZone().runOutsideAngular(function() { return cu().onAndCancel(t, a.domEventName, r); }); }), - (e.parseEventName = function(t) { - var e = t.toLowerCase().split("."), - o = e.shift(); - if (0 === e.length || ("keydown" !== o && "keyup" !== o)) + (n.parseEventName = function(t) { + var n = t.toLowerCase().split("."), + o = n.shift(); + if (0 === n.length || ("keydown" !== o && "keyup" !== o)) return null; - var a = n._normalizeKey(e.pop()), + var a = e._normalizeKey(n.pop()), r = ""; if ( (od.forEach(function(t) { - var n = e.indexOf(t); - n > -1 && (e.splice(n, 1), (r += t + ".")); + var e = n.indexOf(t); + e > -1 && (n.splice(e, 1), (r += t + ".")); }), (r += a), - 0 != e.length || 0 === a.length) + 0 != n.length || 0 === a.length) ) return null; var i = {}; return (i.domEventName = o), (i.fullKey = r), i; }), - (e.getEventFullKey = function(t) { - var e = "", - n = cu().getEventKey(t); + (n.getEventFullKey = function(t) { + var n = "", + e = cu().getEventKey(t); return ( - " " === (n = n.toLowerCase()) - ? (n = "space") - : "." === n && (n = "dot"), + " " === (e = e.toLowerCase()) + ? (e = "space") + : "." === e && (e = "dot"), od.forEach(function(o) { - o != n && (0, ad[o])(t) && (e += o + "."); + o != e && (0, ad[o])(t) && (n += o + "."); }), - (e += n) + (n += e) ); }), - (e.eventCallback = function(t, e, o) { + (n.eventCallback = function(t, n, o) { return function(a) { - n.getEventFullKey(a) === t && + e.getEventFullKey(a) === t && o.runGuarded(function() { - return e(a); + return n(a); }); }; }), - (e._normalizeKey = function(t) { + (n._normalizeKey = function(t) { switch (t) { case "esc": return "escape"; @@ -14774,34 +14774,34 @@ return t; } }), - e + n ); })(Su), id = (function() { return function() {}; })(), ld = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n._doc = e), n; + function n(n) { + var e = t.call(this) || this; + return (e._doc = n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.sanitize = function(t, e) { - if (null == e) return null; + Object(o.__extends)(n, t), + (n.prototype.sanitize = function(t, n) { + if (null == n) return null; switch (t) { - case ln.NONE: - return e; - case ln.HTML: - return e instanceof cd - ? e.changingThisBreaksApplicationSecurity - : (this.checkNotSafeValue(e, "HTML"), - (function(t, e) { - var n = null; + case le.NONE: + return n; + case le.HTML: + return n instanceof cd + ? n.changingThisBreaksApplicationSecurity + : (this.checkNotSafeValue(n, "HTML"), + (function(t, n) { + var e = null; try { - Ke = Ke || new Fe(t); - var o = e ? String(e) : ""; - n = Ke.getInertBodyElement(o); + Yn = Yn || new Bn(t); + var o = n ? String(n) : ""; + e = Yn.getInertBodyElement(o); var a = 5, r = o; do { @@ -14811,13 +14811,13 @@ ); a--, (o = r), - (r = n.innerHTML), - (n = Ke.getInertBodyElement(o)); + (r = e.innerHTML), + (e = Yn.getInertBodyElement(o)); } while (o !== r); - var i = new en(), - l = i.sanitizeChildren(rn(n) || n); + var i = new ee(), + l = i.sanitizeChildren(ie(e) || e); return ( - je() && + Fn() && i.sanitizedSomething && console.warn( "WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss" @@ -14825,55 +14825,55 @@ l ); } finally { - if (n) - for (var s = rn(n) || n; s.firstChild; ) + if (e) + for (var s = ie(e) || e; s.firstChild; ) s.removeChild(s.firstChild); } - })(this._doc, String(e))); - case ln.STYLE: - return e instanceof ud - ? e.changingThisBreaksApplicationSecurity - : (this.checkNotSafeValue(e, "Style"), + })(this._doc, String(n))); + case le.STYLE: + return n instanceof ud + ? n.changingThisBreaksApplicationSecurity + : (this.checkNotSafeValue(n, "Style"), (function(t) { if (!(t = String(t).trim())) return ""; - var e = t.match(un); - return (e && He(e[1]) === e[1]) || - (t.match(cn) && + var n = t.match(ue); + return (n && Un(n[1]) === n[1]) || + (t.match(ce) && (function(t) { for ( - var e = !0, n = !0, o = 0; + var n = !0, e = !0, o = 0; o < t.length; o++ ) { var a = t.charAt(o); - "'" === a && n - ? (e = !e) - : '"' === a && e && (n = !n); + "'" === a && e + ? (n = !n) + : '"' === a && n && (e = !e); } - return e && n; + return n && e; })(t)) ? t - : (je() && + : (Fn() && console.warn( "WARNING: sanitizing unsafe style value " + t + " (see http://g.co/ng/security#xss)." ), "unsafe"); - })(e)); - case ln.SCRIPT: - if (e instanceof dd) - return e.changingThisBreaksApplicationSecurity; - throw (this.checkNotSafeValue(e, "Script"), + })(n)); + case le.SCRIPT: + if (n instanceof dd) + return n.changingThisBreaksApplicationSecurity; + throw (this.checkNotSafeValue(n, "Script"), new Error("unsafe value used in a script context")); - case ln.URL: - return e instanceof md || e instanceof pd - ? e.changingThisBreaksApplicationSecurity - : (this.checkNotSafeValue(e, "URL"), He(String(e))); - case ln.RESOURCE_URL: - if (e instanceof md) - return e.changingThisBreaksApplicationSecurity; - throw (this.checkNotSafeValue(e, "ResourceURL"), + case le.URL: + return n instanceof md || n instanceof pd + ? n.changingThisBreaksApplicationSecurity + : (this.checkNotSafeValue(n, "URL"), Un(String(n))); + case le.RESOURCE_URL: + if (n instanceof md) + return n.changingThisBreaksApplicationSecurity; + throw (this.checkNotSafeValue(n, "ResourceURL"), new Error( "unsafe value used in a resource URL context (see http://g.co/ng/security#xss)" )); @@ -14885,32 +14885,32 @@ ); } }), - (e.prototype.checkNotSafeValue = function(t, e) { + (n.prototype.checkNotSafeValue = function(t, n) { if (t instanceof sd) throw new Error( "Required a safe " + - e + + n + ", got a " + t.getTypeName() + " (see http://g.co/ng/security#xss)" ); }), - (e.prototype.bypassSecurityTrustHtml = function(t) { + (n.prototype.bypassSecurityTrustHtml = function(t) { return new cd(t); }), - (e.prototype.bypassSecurityTrustStyle = function(t) { + (n.prototype.bypassSecurityTrustStyle = function(t) { return new ud(t); }), - (e.prototype.bypassSecurityTrustScript = function(t) { + (n.prototype.bypassSecurityTrustScript = function(t) { return new dd(t); }), - (e.prototype.bypassSecurityTrustUrl = function(t) { + (n.prototype.bypassSecurityTrustUrl = function(t) { return new pd(t); }), - (e.prototype.bypassSecurityTrustResourceUrl = function(t) { + (n.prototype.bypassSecurityTrustResourceUrl = function(t) { return new md(t); }), - e + n ); })(id), sd = (function() { @@ -14929,63 +14929,63 @@ ); })(), cd = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.getTypeName = function() { + Object(o.__extends)(n, t), + (n.prototype.getTypeName = function() { return "HTML"; }), - e + n ); })(sd), ud = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.getTypeName = function() { + Object(o.__extends)(n, t), + (n.prototype.getTypeName = function() { return "Style"; }), - e + n ); })(sd), dd = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.getTypeName = function() { + Object(o.__extends)(n, t), + (n.prototype.getTypeName = function() { return "Script"; }), - e + n ); })(sd), pd = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.getTypeName = function() { + Object(o.__extends)(n, t), + (n.prototype.getTypeName = function() { return "URL"; }), - e + n ); })(sd), md = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.getTypeName = function() { + Object(o.__extends)(n, t), + (n.prototype.getTypeName = function() { return "ResourceURL"; }), - e + n ); })(sd), gd = Wr(ci, "browser", [ @@ -15007,7 +15007,7 @@ } ]); function fd() { - return new Ne(); + return new zn(); } var hd = (function() { function t(t) { @@ -15016,12 +15016,12 @@ "BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead." ); } - var e; + var n; return ( - (e = t), + (n = t), (t.withServerTransition = function(t) { return { - ngModule: e, + ngModule: n, providers: [ { provide: dr, useValue: t.appId }, { provide: Cu, useExisting: dr }, @@ -15034,34 +15034,34 @@ })(); "undefined" != typeof window && window; var bd = (function() { - return function(t, e) { - (this.id = t), (this.url = e); + return function(t, n) { + (this.id = t), (this.url = n); }; })(), _d = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { void 0 === o && (o = "imperative"), void 0 === a && (a = null); - var r = t.call(this, e, n) || this; + var r = t.call(this, n, e) || this; return (r.navigationTrigger = o), (r.restoredState = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "NavigationStart(id: " + this.id + ", url: '" + this.url + "')" ); }), - e + n ); })(bd), yd = (function(t) { - function e(e, n, o) { - var a = t.call(this, e, n) || this; + function n(n, e, o) { + var a = t.call(this, n, e) || this; return (a.urlAfterRedirects = o), a; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "NavigationEnd(id: " + this.id + @@ -15072,32 +15072,32 @@ "')" ); }), - e + n ); })(bd), Cd = (function(t) { - function e(e, n, o) { - var a = t.call(this, e, n) || this; + function n(n, e, o) { + var a = t.call(this, n, e) || this; return (a.reason = o), a; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "NavigationCancel(id: " + this.id + ", url: '" + this.url + "')" ); }), - e + n ); })(bd), vd = (function(t) { - function e(e, n, o) { - var a = t.call(this, e, n) || this; + function n(n, e, o) { + var a = t.call(this, n, e) || this; return (a.error = o), a; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "NavigationError(id: " + this.id + @@ -15108,17 +15108,17 @@ ")" ); }), - e + n ); })(bd), Od = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, n) || this; + function n(n, e, o, a) { + var r = t.call(this, n, e) || this; return (r.urlAfterRedirects = o), (r.state = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "RoutesRecognized(id: " + this.id + @@ -15131,17 +15131,17 @@ ")" ); }), - e + n ); })(bd), Pd = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, n) || this; + function n(n, e, o, a) { + var r = t.call(this, n, e) || this; return (r.urlAfterRedirects = o), (r.state = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "GuardsCheckStart(id: " + this.id + @@ -15154,12 +15154,12 @@ ")" ); }), - e + n ); })(bd), Md = (function(t) { - function e(e, n, o, a, r) { - var i = t.call(this, e, n) || this; + function n(n, e, o, a, r) { + var i = t.call(this, n, e) || this; return ( (i.urlAfterRedirects = o), (i.state = a), @@ -15168,8 +15168,8 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "GuardsCheckEnd(id: " + this.id + @@ -15184,17 +15184,17 @@ ")" ); }), - e + n ); })(bd), xd = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, n) || this; + function n(n, e, o, a) { + var r = t.call(this, n, e) || this; return (r.urlAfterRedirects = o), (r.state = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "ResolveStart(id: " + this.id + @@ -15207,17 +15207,17 @@ ")" ); }), - e + n ); })(bd), kd = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, n) || this; + function n(n, e, o, a) { + var r = t.call(this, n, e) || this; return (r.urlAfterRedirects = o), (r.state = a), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return ( "ResolveEnd(id: " + this.id + @@ -15230,7 +15230,7 @@ ")" ); }), - e + n ); })(bd), wd = (function() { @@ -15324,8 +15324,8 @@ ); })(), Rd = (function() { - function t(t, e, n) { - (this.routerEvent = t), (this.position = e), (this.anchor = n); + function t(t, n, e) { + (this.routerEvent = t), (this.position = n), (this.anchor = e); } return ( (t.prototype.toString = function() { @@ -15356,15 +15356,15 @@ }), (t.prototype.get = function(t) { if (this.has(t)) { - var e = this.params[t]; - return Array.isArray(e) ? e[0] : e; + var n = this.params[t]; + return Array.isArray(n) ? n[0] : n; } return null; }), (t.prototype.getAll = function(t) { if (this.has(t)) { - var e = this.params[t]; - return Array.isArray(e) ? e : [e]; + var n = this.params[t]; + return Array.isArray(n) ? n : [n]; } return []; }), @@ -15383,13 +15383,13 @@ } var jd = "ngNavigationCancelingError"; function Fd(t) { - var e = Error("NavigationCancelingError: " + t); - return (e[jd] = !0), e; + var n = Error("NavigationCancelingError: " + t); + return (n[jd] = !0), n; } - function Bd(t, e, n) { - var o = n.path.split("/"); + function Bd(t, n, e) { + var o = e.path.split("/"); if (o.length > t.length) return null; - if ("full" === n.pathMatch && (e.hasChildren() || o.length < t.length)) + if ("full" === e.pathMatch && (n.hasChildren() || o.length < t.length)) return null; for (var a = {}, r = 0; r < o.length; r++) { var i = o[r], @@ -15400,28 +15400,28 @@ return { consumed: t.slice(0, o.length), posParams: a }; } var Vd = (function() { - return function(t, e) { - (this.routes = t), (this.module = e); + return function(t, n) { + (this.routes = t), (this.module = n); }; })(); - function Hd(t, e) { - void 0 === e && (e = ""); - for (var n = 0; n < t.length; n++) { - var o = t[n]; - Ud(o, qd(e, o)); + function Hd(t, n) { + void 0 === n && (n = ""); + for (var e = 0; e < t.length; e++) { + var o = t[e]; + Ud(o, qd(n, o)); } } - function Ud(t, e) { + function Ud(t, n) { if (!t) throw new Error( "\n Invalid configuration of route '" + - e + + n + "': Encountered undefined route.\n The reason might be an extra comma.\n\n Example:\n const routes: Routes = [\n { path: '', redirectTo: '/dashboard', pathMatch: 'full' },\n { path: 'dashboard', component: DashboardComponent },, << two commas\n { path: 'detail/:id', component: HeroDetailComponent }\n ];\n " ); if (Array.isArray(t)) throw new Error( "Invalid configuration of route '" + - e + + n + "': Array cannot be specified" ); if ( @@ -15433,37 +15433,37 @@ ) throw new Error( "Invalid configuration of route '" + - e + + n + "': a componentless route without children or loadChildren cannot have a named outlet set" ); if (t.redirectTo && t.children) throw new Error( "Invalid configuration of route '" + - e + + n + "': redirectTo and children cannot be used together" ); if (t.redirectTo && t.loadChildren) throw new Error( "Invalid configuration of route '" + - e + + n + "': redirectTo and loadChildren cannot be used together" ); if (t.children && t.loadChildren) throw new Error( "Invalid configuration of route '" + - e + + n + "': children and loadChildren cannot be used together" ); if (t.redirectTo && t.component) throw new Error( "Invalid configuration of route '" + - e + + n + "': redirectTo and component cannot be used together" ); if (t.path && t.matcher) throw new Error( "Invalid configuration of route '" + - e + + n + "': path and matcher cannot be used together" ); if ( @@ -15474,25 +15474,25 @@ ) throw new Error( "Invalid configuration of route '" + - e + + n + "'. One of the following must be provided: component, redirectTo, children or loadChildren" ); if (void 0 === t.path && void 0 === t.matcher) throw new Error( "Invalid configuration of route '" + - e + + n + "': routes must have either a path or a matcher specified" ); if ("string" == typeof t.path && "/" === t.path.charAt(0)) throw new Error( "Invalid configuration of route '" + - e + + n + "': path cannot start with a slash" ); if ("" === t.path && void 0 !== t.redirectTo && void 0 === t.pathMatch) throw new Error( "Invalid configuration of route '{path: \"" + - e + + n + '", redirectTo: "' + t.redirectTo + "\"}': please provide 'pathMatch'. The default value of 'pathMatch' is 'prefix', but often the intent is to use 'full'." @@ -15504,43 +15504,43 @@ ) throw new Error( "Invalid configuration of route '" + - e + + n + "': pathMatch can only be set to 'prefix' or 'full'" ); - t.children && Hd(t.children, e); + t.children && Hd(t.children, n); } - function qd(t, e) { - return e - ? t || e.path - ? t && !e.path + function qd(t, n) { + return n + ? t || n.path + ? t && !n.path ? t + "/" - : !t && e.path - ? e.path - : t + "/" + e.path + : !t && n.path + ? n.path + : t + "/" + n.path : "" : t; } function Kd(t) { - var e = t.children && t.children.map(Kd), - n = e - ? Object(o.__assign)({}, t, { children: e }) + var n = t.children && t.children.map(Kd), + e = n + ? Object(o.__assign)({}, t, { children: n }) : Object(o.__assign)({}, t); return ( - !n.component && - (e || n.loadChildren) && - n.outlet && - n.outlet !== Nd && - (n.component = Dd), - n + !e.component && + (n || e.loadChildren) && + e.outlet && + e.outlet !== Nd && + (e.component = Dd), + e ); } - function Yd(t, e) { - var n, + function Yd(t, n) { + var e, o = Object.keys(t), - a = Object.keys(e); + a = Object.keys(n); if (!o || !a || o.length != a.length) return !1; for (var r = 0; r < o.length; r++) - if (t[(n = o[r])] !== e[n]) return !1; + if (t[(e = o[r])] !== n[e]) return !1; return !0; } function Wd(t) { @@ -15549,62 +15549,62 @@ function Gd(t) { return t.length > 0 ? t[t.length - 1] : null; } - function Zd(t, e) { - for (var n in t) t.hasOwnProperty(n) && e(t[n], n); + function Zd(t, n) { + for (var e in t) t.hasOwnProperty(e) && n(t[e], e); } function Qd(t) { - return gn(t) ? t : mn(t) ? W(Promise.resolve(t)) : Wl(t); + return ge(t) ? t : me(t) ? W(Promise.resolve(t)) : Wl(t); } - function Xd(t, e, n) { - return n - ? (function(t, e) { - return Yd(t, e); - })(t.queryParams, e.queryParams) && - (function t(e, n) { - if (!ep(e.segments, n.segments)) return !1; - if (e.numberOfChildren !== n.numberOfChildren) return !1; - for (var o in n.children) { - if (!e.children[o]) return !1; - if (!t(e.children[o], n.children[o])) return !1; + function Xd(t, n, e) { + return e + ? (function(t, n) { + return Yd(t, n); + })(t.queryParams, n.queryParams) && + (function t(n, e) { + if (!np(n.segments, e.segments)) return !1; + if (n.numberOfChildren !== e.numberOfChildren) return !1; + for (var o in e.children) { + if (!n.children[o]) return !1; + if (!t(n.children[o], e.children[o])) return !1; } return !0; - })(t.root, e.root) - : (function(t, e) { + })(t.root, n.root) + : (function(t, n) { return ( - Object.keys(e).length <= Object.keys(t).length && - Object.keys(e).every(function(n) { - return e[n] === t[n]; + Object.keys(n).length <= Object.keys(t).length && + Object.keys(n).every(function(e) { + return n[e] === t[e]; }) ); - })(t.queryParams, e.queryParams) && - (function t(e, n) { - return (function e(n, o, a) { - if (n.segments.length > a.length) + })(t.queryParams, n.queryParams) && + (function t(n, e) { + return (function n(e, o, a) { + if (e.segments.length > a.length) return ( - !!ep((i = n.segments.slice(0, a.length)), a) && + !!np((i = e.segments.slice(0, a.length)), a) && !o.hasChildren() ); - if (n.segments.length === a.length) { - if (!ep(n.segments, a)) return !1; + if (e.segments.length === a.length) { + if (!np(e.segments, a)) return !1; for (var r in o.children) { - if (!n.children[r]) return !1; - if (!t(n.children[r], o.children[r])) return !1; + if (!e.children[r]) return !1; + if (!t(e.children[r], o.children[r])) return !1; } return !0; } - var i = a.slice(0, n.segments.length), - l = a.slice(n.segments.length); + var i = a.slice(0, e.segments.length), + l = a.slice(e.segments.length); return ( - !!ep(n.segments, i) && - !!n.children[Nd] && - e(n.children[Nd], o, l) + !!np(e.segments, i) && + !!e.children[Nd] && + n(e.children[Nd], o, l) ); - })(e, n, n.segments); - })(t.root, e.root); + })(n, e, e.segments); + })(t.root, n.root); } var Jd = (function() { - function t(t, e, n) { - (this.root = t), (this.queryParams = e), (this.fragment = n); + function t(t, n, e) { + (this.root = t), (this.queryParams = n), (this.fragment = e); } return ( Object.defineProperty(t.prototype, "queryParamMap", { @@ -15625,13 +15625,13 @@ ); })(), $d = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this.segments = t), - (this.children = e), + (this.children = n), (this.parent = null), - Zd(e, function(t, e) { - return (t.parent = n); + Zd(n, function(t, n) { + return (t.parent = e); }); } return ( @@ -15652,8 +15652,8 @@ ); })(), tp = (function() { - function t(t, e) { - (this.path = t), (this.parameters = e); + function t(t, n) { + (this.path = t), (this.parameters = n); } return ( Object.defineProperty(t.prototype, "parameterMap", { @@ -15673,24 +15673,24 @@ t ); })(); - function ep(t, e) { + function np(t, n) { return ( - t.length === e.length && - t.every(function(t, n) { - return t.path === e[n].path; + t.length === n.length && + t.every(function(t, e) { + return t.path === n[e].path; }) ); } - function np(t, e) { - var n = []; + function ep(t, n) { + var e = []; return ( Zd(t.children, function(t, o) { - o === Nd && (n = n.concat(e(t, o))); + o === Nd && (e = e.concat(n(t, o))); }), Zd(t.children, function(t, o) { - o !== Nd && (n = n.concat(e(t, o))); + o !== Nd && (e = e.concat(n(t, o))); }), - n + e ); } var op = (function() { @@ -15700,48 +15700,48 @@ function t() {} return ( (t.prototype.parse = function(t) { - var e = new bp(t); + var n = new bp(t); return new Jd( - e.parseRootSegment(), - e.parseQueryParams(), - e.parseFragment() + n.parseRootSegment(), + n.parseQueryParams(), + n.parseFragment() ); }), (t.prototype.serialize = function(t) { - var e, n; + var n, e; return ( "/" + - (function t(e, n) { - if (!e.hasChildren()) return ip(e); - if (n) { - var o = e.children[Nd] ? t(e.children[Nd], !1) : "", + (function t(n, e) { + if (!n.hasChildren()) return ip(n); + if (e) { + var o = n.children[Nd] ? t(n.children[Nd], !1) : "", a = []; return ( - Zd(e.children, function(e, n) { - n !== Nd && a.push(n + ":" + t(e, !1)); + Zd(n.children, function(n, e) { + e !== Nd && a.push(e + ":" + t(n, !1)); }), a.length > 0 ? o + "(" + a.join("//") + ")" : o ); } - var r = np(e, function(n, o) { + var r = ep(n, function(e, o) { return o === Nd - ? [t(e.children[Nd], !1)] - : [o + ":" + t(n, !1)]; + ? [t(n.children[Nd], !1)] + : [o + ":" + t(e, !1)]; }); - return ip(e) + "/(" + r.join("//") + ")"; + return ip(n) + "/(" + r.join("//") + ")"; })(t.root, !0) + - ((e = t.queryParams), - (n = Object.keys(e).map(function(t) { - var n = e[t]; - return Array.isArray(n) - ? n - .map(function(e) { - return sp(t) + "=" + sp(e); + ((n = t.queryParams), + (e = Object.keys(n).map(function(t) { + var e = n[t]; + return Array.isArray(e) + ? e + .map(function(n) { + return sp(t) + "=" + sp(n); }) .join("&") - : sp(t) + "=" + sp(n); + : sp(t) + "=" + sp(e); })).length - ? "?" + n.join("&") + ? "?" + e.join("&") : "") + ("string" == typeof t.fragment ? "#" + encodeURI(t.fragment) @@ -15785,19 +15785,19 @@ return ( "" + cp(t.path) + - ((e = t.parameters), - Object.keys(e) + ((n = t.parameters), + Object.keys(n) .map(function(t) { - return ";" + cp(t) + "=" + cp(e[t]); + return ";" + cp(t) + "=" + cp(n[t]); }) .join("")) ); - var e; + var n; } var mp = /^[^\/()?;=#]+/; function gp(t) { - var e = t.match(mp); - return e ? e[0] : ""; + var n = t.match(mp); + return n ? n[0] : ""; } var fp = /^[^=?&#]+/, hp = /^[^?&#]+/, @@ -15841,15 +15841,15 @@ ) this.capture("/"), t.push(this.parseSegment()); - var e = {}; - this.peekStartsWith("/(") && - (this.capture("/"), (e = this.parseParens(!0))); var n = {}; + this.peekStartsWith("/(") && + (this.capture("/"), (n = this.parseParens(!0))); + var e = {}; return ( - this.peekStartsWith("(") && (n = this.parseParens(!1)), - (t.length > 0 || Object.keys(e).length > 0) && - (n[Nd] = new $d(t, e)), - n + this.peekStartsWith("(") && (e = this.parseParens(!1)), + (t.length > 0 || Object.keys(n).length > 0) && + (e[Nd] = new $d(t, n)), + e ); }), (t.prototype.parseSegment = function() { @@ -15867,31 +15867,31 @@ return t; }), (t.prototype.parseParam = function(t) { - var e = gp(this.remaining); - if (e) { - this.capture(e); - var n = ""; + var n = gp(this.remaining); + if (n) { + this.capture(n); + var e = ""; if (this.consumeOptional("=")) { var o = gp(this.remaining); - o && this.capture((n = o)); + o && this.capture((e = o)); } - t[up(e)] = up(n); + t[up(n)] = up(e); } }), (t.prototype.parseQueryParam = function(t) { - var e, - n = (e = this.remaining.match(fp)) ? e[0] : ""; - if (n) { - this.capture(n); + var n, + e = (n = this.remaining.match(fp)) ? n[0] : ""; + if (e) { + this.capture(e); var o = ""; if (this.consumeOptional("=")) { var a = (function(t) { - var e = t.match(hp); - return e ? e[0] : ""; + var n = t.match(hp); + return n ? n[0] : ""; })(this.remaining); a && this.capture((o = a)); } - var r = dp(n), + var r = dp(e), i = dp(o); if (t.hasOwnProperty(r)) { var l = t[r]; @@ -15900,27 +15900,27 @@ } }), (t.prototype.parseParens = function(t) { - var e = {}; + var n = {}; for ( this.capture("("); !this.consumeOptional(")") && this.remaining.length > 0; ) { - var n = gp(this.remaining), - o = this.remaining[n.length]; + var e = gp(this.remaining), + o = this.remaining[e.length]; if ("/" !== o && ")" !== o && ";" !== o) throw new Error("Cannot parse url '" + this.url + "'"); var a = void 0; - n.indexOf(":") > -1 - ? ((a = n.substr(0, n.indexOf(":"))), + e.indexOf(":") > -1 + ? ((a = e.substr(0, e.indexOf(":"))), this.capture(a), this.capture(":")) : t && (a = Nd); var r = this.parseChildren(); - (e[a] = 1 === Object.keys(r).length ? r[Nd] : new $d([], r)), + (n[a] = 1 === Object.keys(r).length ? r[Nd] : new $d([], r)), this.consumeOptional("//"); } - return e; + return n; }), (t.prototype.peekStartsWith = function(t) { return this.remaining.startsWith(t); @@ -15951,31 +15951,31 @@ configurable: !0 }), (t.prototype.parent = function(t) { - var e = this.pathFromRoot(t); - return e.length > 1 ? e[e.length - 2] : null; + var n = this.pathFromRoot(t); + return n.length > 1 ? n[n.length - 2] : null; }), (t.prototype.children = function(t) { - var e = yp(t, this._root); - return e - ? e.children.map(function(t) { + var n = yp(t, this._root); + return n + ? n.children.map(function(t) { return t.value; }) : []; }), (t.prototype.firstChild = function(t) { - var e = yp(t, this._root); - return e && e.children.length > 0 ? e.children[0].value : null; + var n = yp(t, this._root); + return n && n.children.length > 0 ? n.children[0].value : null; }), (t.prototype.siblings = function(t) { - var e = Cp(t, this._root); - return e.length < 2 + var n = Cp(t, this._root); + return n.length < 2 ? [] - : e[e.length - 2].children + : n[n.length - 2].children .map(function(t) { return t.value; }) - .filter(function(e) { - return e !== t; + .filter(function(n) { + return n !== t; }); }), (t.prototype.pathFromRoot = function(t) { @@ -15986,12 +15986,12 @@ t ); })(); - function yp(t, e) { - var n, a; - if (t === e.value) return e; + function yp(t, n) { + var e, a; + if (t === n.value) return n; try { for ( - var r = Object(o.__values)(e.children), i = r.next(); + var r = Object(o.__values)(n.children), i = r.next(); !i.done; i = r.next() ) { @@ -15999,42 +15999,42 @@ if (l) return l; } } catch (s) { - n = { error: s }; + e = { error: s }; } finally { try { i && !i.done && (a = r.return) && a.call(r); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return null; } - function Cp(t, e) { - var n, a; - if (t === e.value) return [e]; + function Cp(t, n) { + var e, a; + if (t === n.value) return [n]; try { for ( - var r = Object(o.__values)(e.children), i = r.next(); + var r = Object(o.__values)(n.children), i = r.next(); !i.done; i = r.next() ) { var l = Cp(t, i.value); - if (l.length) return l.unshift(e), l; + if (l.length) return l.unshift(n), l; } } catch (s) { - n = { error: s }; + e = { error: s }; } finally { try { i && !i.done && (a = r.return) && a.call(r); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return []; } var vp = (function() { - function t(t, e) { - (this.value = t), (this.children = e); + function t(t, n) { + (this.value = t), (this.children = n); } return ( (t.prototype.toString = function() { @@ -16044,46 +16044,46 @@ ); })(); function Op(t) { - var e = {}; + var n = {}; return ( t && t.children.forEach(function(t) { - return (e[t.value.outlet] = t); + return (n[t.value.outlet] = t); }), - e + n ); } var Pp = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.snapshot = n), Ep(o, e), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.snapshot = e), Ep(o, n), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return this.snapshot.toString(); }), - e + n ); })(_p); - function Mp(t, e) { - var n = (function(t, e) { - var n = new wp([], {}, {}, "", {}, Nd, e, null, t.root, -1, {}); - return new Sp("", new vp(n, [])); - })(t, e), + function Mp(t, n) { + var e = (function(t, n) { + var e = new wp([], {}, {}, "", {}, Nd, n, null, t.root, -1, {}); + return new Sp("", new vp(e, [])); + })(t, n), o = new Cc([new tp("", {})]), a = new Cc({}), r = new Cc({}), i = new Cc({}), l = new Cc(""), - s = new xp(o, a, i, l, r, Nd, e, n.root); - return (s.snapshot = n.root), new Pp(new vp(s, []), n); + s = new xp(o, a, i, l, r, Nd, n, e.root); + return (s.snapshot = e.root), new Pp(new vp(s, []), e); } var xp = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { (this.url = t), - (this.params = e), - (this.queryParams = n), + (this.params = n), + (this.queryParams = e), (this.fragment = o), (this.data = a), (this.outlet = r), @@ -16171,14 +16171,14 @@ t ); })(); - function kp(t, e) { - void 0 === e && (e = "emptyOnly"); - var n = t.pathFromRoot, + function kp(t, n) { + void 0 === n && (n = "emptyOnly"); + var e = t.pathFromRoot, a = 0; - if ("always" !== e) - for (a = n.length - 1; a >= 1; ) { - var r = n[a], - i = n[a - 1]; + if ("always" !== n) + for (a = e.length - 1; a >= 1; ) { + var r = e[a], + i = e[a - 1]; if (r.routeConfig && "" === r.routeConfig.path) a--; else { if (i.component) break; @@ -16187,22 +16187,22 @@ } return (function(t) { return t.reduce( - function(t, e) { + function(t, n) { return { - params: Object(o.__assign)({}, t.params, e.params), - data: Object(o.__assign)({}, t.data, e.data), - resolve: Object(o.__assign)({}, t.resolve, e._resolvedData) + params: Object(o.__assign)({}, t.params, n.params), + data: Object(o.__assign)({}, t.data, n.data), + resolve: Object(o.__assign)({}, t.resolve, n._resolvedData) }; }, { params: {}, data: {}, resolve: {} } ); - })(n.slice(a)); + })(e.slice(a)); } var wp = (function() { - function t(t, e, n, o, a, r, i, l, s, c, u) { + function t(t, n, e, o, a, r, i, l, s, c, u) { (this.url = t), - (this.params = e), - (this.queryParams = n), + (this.params = n), + (this.queryParams = e), (this.fragment = o), (this.data = a), (this.outlet = r), @@ -16286,59 +16286,59 @@ ); })(), Sp = (function(t) { - function e(e, n) { - var o = t.call(this, n) || this; - return (o.url = e), Ep(o, n), o; + function n(n, e) { + var o = t.call(this, e) || this; + return (o.url = n), Ep(o, e), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.toString = function() { + Object(o.__extends)(n, t), + (n.prototype.toString = function() { return Ip(this._root); }), - e + n ); })(_p); - function Ep(t, e) { - (e.value._routerState = t), - e.children.forEach(function(e) { - return Ep(t, e); + function Ep(t, n) { + (n.value._routerState = t), + n.children.forEach(function(n) { + return Ep(t, n); }); } function Ip(t) { - var e = + var n = t.children.length > 0 ? " { " + t.children.map(Ip).join(", ") + " } " : ""; - return "" + t.value + e; + return "" + t.value + n; } function Ap(t) { if (t.snapshot) { - var e = t.snapshot, - n = t._futureSnapshot; - (t.snapshot = n), - Yd(e.queryParams, n.queryParams) || - t.queryParams.next(n.queryParams), - e.fragment !== n.fragment && t.fragment.next(n.fragment), - Yd(e.params, n.params) || t.params.next(n.params), - (function(t, e) { - if (t.length !== e.length) return !1; - for (var n = 0; n < t.length; ++n) if (!Yd(t[n], e[n])) return !1; + var n = t.snapshot, + e = t._futureSnapshot; + (t.snapshot = e), + Yd(n.queryParams, e.queryParams) || + t.queryParams.next(e.queryParams), + n.fragment !== e.fragment && t.fragment.next(e.fragment), + Yd(n.params, e.params) || t.params.next(e.params), + (function(t, n) { + if (t.length !== n.length) return !1; + for (var e = 0; e < t.length; ++e) if (!Yd(t[e], n[e])) return !1; return !0; - })(e.url, n.url) || t.url.next(n.url), - Yd(e.data, n.data) || t.data.next(n.data); + })(n.url, e.url) || t.url.next(e.url), + Yd(n.data, e.data) || t.data.next(e.data); } else (t.snapshot = t._futureSnapshot), t.data.next(t._futureSnapshot.data); } - function Tp(t, e) { - var n, o; + function Tp(t, n) { + var e, o; return ( - Yd(t.params, e.params) && - ep((n = t.url), (o = e.url)) && - n.every(function(t, e) { - return Yd(t.parameters, o[e].parameters); + Yd(t.params, n.params) && + np((e = t.url), (o = n.url)) && + e.every(function(t, n) { + return Yd(t.parameters, o[n].parameters); }) && - !(!t.parent != !e.parent) && - (!t.parent || Tp(t.parent, e.parent)) + !(!t.parent != !n.parent) && + (!t.parent || Tp(t.parent, n.parent)) ); } function Rp(t) { @@ -16346,47 +16346,47 @@ "object" == typeof t && null != t && !t.outlets && !t.segmentPath ); } - function Dp(t, e, n, o, a) { + function Dp(t, n, e, o, a) { var r = {}; return ( o && - Zd(o, function(t, e) { - r[e] = Array.isArray(t) + Zd(o, function(t, n) { + r[n] = Array.isArray(t) ? t.map(function(t) { return "" + t; }) : "" + t; }), new Jd( - n.root === t - ? e - : (function t(e, n, o) { + e.root === t + ? n + : (function t(n, e, o) { var a = {}; return ( - Zd(e.children, function(e, r) { - a[r] = e === n ? o : t(e, n, o); + Zd(n.children, function(n, r) { + a[r] = n === e ? o : t(n, e, o); }), - new $d(e.segments, a) + new $d(n.segments, a) ); - })(n.root, t, e), + })(e.root, t, n), r, a ) ); } var Np = (function() { - function t(t, e, n) { + function t(t, n, e) { if ( ((this.isAbsolute = t), - (this.numberOfDoubleDots = e), - (this.commands = n), - t && n.length > 0 && Rp(n[0])) + (this.numberOfDoubleDots = n), + (this.commands = e), + t && e.length > 0 && Rp(e[0])) ) throw new Error("Root segment cannot have matrix parameters"); - var o = n.find(function(t) { + var o = e.find(function(t) { return "object" == typeof t && null != t && t.outlets; }); - if (o && o !== Gd(n)) + if (o && o !== Gd(e)) throw new Error("{outlets:{}} has to be the last command"); } return ( @@ -16401,10 +16401,10 @@ ); })(), zp = (function() { - return function(t, e, n) { + return function(t, n, e) { (this.segmentGroup = t), - (this.processChildren = e), - (this.index = n); + (this.processChildren = n), + (this.index = e); }; })(); function Lp(t) { @@ -16412,24 +16412,24 @@ ? t.outlets[Nd] : "" + t; } - function jp(t, e, n) { + function jp(t, n, e) { if ( (t || (t = new $d([], {})), 0 === t.segments.length && t.hasChildren()) ) - return Fp(t, e, n); - var o = (function(t, e, n) { + return Fp(t, n, e); + var o = (function(t, n, e) { for ( var o = 0, - a = e, + a = n, r = { match: !1, pathIndex: 0, commandIndex: 0 }; a < t.segments.length; ) { - if (o >= n.length) return r; + if (o >= e.length) return r; var i = t.segments[a], - l = Lp(n[o]), - s = o < n.length - 1 ? n[o + 1] : null; + l = Lp(e[o]), + s = o < e.length - 1 ? e[o + 1] : null; if (a > 0 && void 0 === l) break; if (l && s && "object" == typeof s && void 0 === s.outlets) { if (!Up(l, s, i)) return r; @@ -16441,8 +16441,8 @@ a++; } return { match: !0, pathIndex: a, commandIndex: o }; - })(t, e, n), - a = n.slice(o.commandIndex); + })(t, n, e), + a = e.slice(o.commandIndex); if (o.match && o.pathIndex < t.segments.length) { var r = new $d(t.segments.slice(0, o.pathIndex), {}); return ( @@ -16456,43 +16456,43 @@ return o.match && 0 === a.length ? new $d(t.segments, {}) : o.match && !t.hasChildren() - ? Bp(t, e, n) + ? Bp(t, n, e) : o.match ? Fp(t, 0, a) - : Bp(t, e, n); + : Bp(t, n, e); } - function Fp(t, e, n) { - if (0 === n.length) return new $d(t.segments, {}); + function Fp(t, n, e) { + if (0 === e.length) return new $d(t.segments, {}); var o = (function(t) { - var e, n; + var n, e; return "object" != typeof t[0] - ? (((e = {})[Nd] = t), e) - : void 0 === t[0].outlets ? (((n = {})[Nd] = t), n) + : void 0 === t[0].outlets + ? (((e = {})[Nd] = t), e) : t[0].outlets; - })(n), + })(e), a = {}; return ( - Zd(o, function(n, o) { - null !== n && (a[o] = jp(t.children[o], e, n)); + Zd(o, function(e, o) { + null !== e && (a[o] = jp(t.children[o], n, e)); }), - Zd(t.children, function(t, e) { - void 0 === o[e] && (a[e] = t); + Zd(t.children, function(t, n) { + void 0 === o[n] && (a[n] = t); }), new $d(t.segments, a) ); } - function Bp(t, e, n) { - for (var o = t.segments.slice(0, e), a = 0; a < n.length; ) { - if ("object" == typeof n[a] && void 0 !== n[a].outlets) { - var r = Vp(n[a].outlets); + function Bp(t, n, e) { + for (var o = t.segments.slice(0, n), a = 0; a < e.length; ) { + if ("object" == typeof e[a] && void 0 !== e[a].outlets) { + var r = Vp(e[a].outlets); return new $d(o, r); } - if (0 === a && Rp(n[0])) - o.push(new tp(t.segments[e].path, n[0])), a++; + if (0 === a && Rp(e[0])) + o.push(new tp(t.segments[n].path, e[0])), a++; else { - var i = Lp(n[a]), - l = a < n.length - 1 ? n[a + 1] : null; + var i = Lp(e[a]), + l = a < e.length - 1 ? e[a + 1] : null; i && l && Rp(l) ? (o.push(new tp(i, Hp(l))), (a += 2)) : (o.push(new tp(i, {})), a++); @@ -16501,72 +16501,72 @@ return new $d(o, {}); } function Vp(t) { - var e = {}; + var n = {}; return ( - Zd(t, function(t, n) { - null !== t && (e[n] = Bp(new $d([], {}), 0, t)); + Zd(t, function(t, e) { + null !== t && (n[e] = Bp(new $d([], {}), 0, t)); }), - e + n ); } function Hp(t) { - var e = {}; + var n = {}; return ( - Zd(t, function(t, n) { - return (e[n] = "" + t); + Zd(t, function(t, e) { + return (n[e] = "" + t); }), - e + n ); } - function Up(t, e, n) { - return t == n.path && Yd(e, n.parameters); + function Up(t, n, e) { + return t == e.path && Yd(n, e.parameters); } var qp = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.routeReuseStrategy = t), - (this.futureState = e), - (this.currState = n), + (this.futureState = n), + (this.currState = e), (this.forwardEvent = o); } return ( (t.prototype.activate = function(t) { - var e = this.futureState._root, - n = this.currState ? this.currState._root : null; - this.deactivateChildRoutes(e, n, t), + var n = this.futureState._root, + e = this.currState ? this.currState._root : null; + this.deactivateChildRoutes(n, e, t), Ap(this.futureState.root), - this.activateChildRoutes(e, n, t); + this.activateChildRoutes(n, e, t); }), - (t.prototype.deactivateChildRoutes = function(t, e, n) { + (t.prototype.deactivateChildRoutes = function(t, n, e) { var o = this, - a = Op(e); + a = Op(n); t.children.forEach(function(t) { - var e = t.value.outlet; - o.deactivateRoutes(t, a[e], n), delete a[e]; + var n = t.value.outlet; + o.deactivateRoutes(t, a[n], e), delete a[n]; }), - Zd(a, function(t, e) { - o.deactivateRouteAndItsChildren(t, n); + Zd(a, function(t, n) { + o.deactivateRouteAndItsChildren(t, e); }); }), - (t.prototype.deactivateRoutes = function(t, e, n) { + (t.prototype.deactivateRoutes = function(t, n, e) { var o = t.value, - a = e ? e.value : null; + a = n ? n.value : null; if (o === a) if (o.component) { - var r = n.getContext(o.outlet); - r && this.deactivateChildRoutes(t, e, r.children); - } else this.deactivateChildRoutes(t, e, n); - else a && this.deactivateRouteAndItsChildren(e, n); + var r = e.getContext(o.outlet); + r && this.deactivateChildRoutes(t, n, r.children); + } else this.deactivateChildRoutes(t, n, e); + else a && this.deactivateRouteAndItsChildren(n, e); }), - (t.prototype.deactivateRouteAndItsChildren = function(t, e) { + (t.prototype.deactivateRouteAndItsChildren = function(t, n) { this.routeReuseStrategy.shouldDetach(t.value.snapshot) - ? this.detachAndStoreRouteSubtree(t, e) - : this.deactivateRouteAndOutlet(t, e); - }), - (t.prototype.detachAndStoreRouteSubtree = function(t, e) { - var n = e.getContext(t.value.outlet); - if (n && n.outlet) { - var o = n.outlet.detach(), - a = n.children.onOutletDeactivated(); + ? this.detachAndStoreRouteSubtree(t, n) + : this.deactivateRouteAndOutlet(t, n); + }), + (t.prototype.detachAndStoreRouteSubtree = function(t, n) { + var e = n.getContext(t.value.outlet); + if (e && e.outlet) { + var o = e.outlet.detach(), + a = e.children.onOutletDeactivated(); this.routeReuseStrategy.store(t.value.snapshot, { componentRef: o, route: t, @@ -16574,39 +16574,39 @@ }); } }), - (t.prototype.deactivateRouteAndOutlet = function(t, e) { - var n = this, - o = e.getContext(t.value.outlet); + (t.prototype.deactivateRouteAndOutlet = function(t, n) { + var e = this, + o = n.getContext(t.value.outlet); if (o) { var a = Op(t), - r = t.value.component ? o.children : e; - Zd(a, function(t, e) { - return n.deactivateRouteAndItsChildren(t, r); + r = t.value.component ? o.children : n; + Zd(a, function(t, n) { + return e.deactivateRouteAndItsChildren(t, r); }), o.outlet && (o.outlet.deactivate(), o.children.onOutletDeactivated()); } }), - (t.prototype.activateChildRoutes = function(t, e, n) { + (t.prototype.activateChildRoutes = function(t, n, e) { var o = this, - a = Op(e); + a = Op(n); t.children.forEach(function(t) { - o.activateRoutes(t, a[t.value.outlet], n), + o.activateRoutes(t, a[t.value.outlet], e), o.forwardEvent(new Td(t.value.snapshot)); }), t.children.length && this.forwardEvent(new Id(t.value.snapshot)); }), - (t.prototype.activateRoutes = function(t, e, n) { + (t.prototype.activateRoutes = function(t, n, e) { var o = t.value, - a = e ? e.value : null; + a = n ? n.value : null; if ((Ap(o), o === a)) if (o.component) { - var r = n.getOrCreateContext(o.outlet); - this.activateChildRoutes(t, e, r.children); - } else this.activateChildRoutes(t, e, n); + var r = e.getOrCreateContext(o.outlet); + this.activateChildRoutes(t, n, r.children); + } else this.activateChildRoutes(t, n, e); else if (o.component) if ( - ((r = n.getOrCreateContext(o.outlet)), + ((r = e.getOrCreateContext(o.outlet)), this.routeReuseStrategy.shouldAttach(o.snapshot)) ) { var i = this.routeReuseStrategy.retrieve(o.snapshot); @@ -16618,10 +16618,10 @@ Kp(i.route); } else { var l = (function(t) { - for (var e = o.snapshot.parent; e; e = e.parent) { - var n = e.routeConfig; - if (n && n._loadedConfig) return n._loadedConfig; - if (n && n.component) return null; + for (var n = o.snapshot.parent; n; n = n.parent) { + var e = n.routeConfig; + if (e && e._loadedConfig) return e._loadedConfig; + if (e && e.component) return null; } return null; })(), @@ -16632,7 +16632,7 @@ r.outlet && r.outlet.activateWith(o, s), this.activateChildRoutes(t, null, r.children); } - else this.activateChildRoutes(t, null, n); + else this.activateChildRoutes(t, null, e); }), t ); @@ -16657,18 +16657,18 @@ }; })(); function Qp(t) { - return new O(function(e) { - return e.error(new Gp(t)); + return new O(function(n) { + return n.error(new Gp(t)); }); } function Xp(t) { - return new O(function(e) { - return e.error(new Zp(t)); + return new O(function(n) { + return n.error(new Zp(t)); }); } function Jp(t) { - return new O(function(e) { - return e.error( + return new O(function(n) { + return n.error( new Error( "Only absolute redirects can have named outlets. redirectTo: '" + t + @@ -16678,13 +16678,13 @@ }); } var $p = (function() { - function t(t, e, n, o, a) { - (this.configLoader = e), - (this.urlSerializer = n), + function t(t, n, e, o, a) { + (this.configLoader = n), + (this.urlSerializer = e), (this.urlTree = o), (this.config = a), (this.allowRedirects = !0), - (this.ngModule = t.get(Tn)); + (this.ngModule = t.get(Te)); } return ( (t.prototype.apply = function() { @@ -16696,25 +16696,25 @@ Nd ) .pipe( - U(function(e) { + U(function(n) { return t.createUrlTree( - e, + n, t.urlTree.queryParams, t.urlTree.fragment ); }) ) .pipe( - Uc(function(e) { - if (e instanceof Zp) - return (t.allowRedirects = !1), t.match(e.urlTree); - if (e instanceof Gp) throw t.noMatchError(e); - throw e; + Uc(function(n) { + if (n instanceof Zp) + return (t.allowRedirects = !1), t.match(n.urlTree); + if (n instanceof Gp) throw t.noMatchError(n); + throw n; }) ); }), (t.prototype.match = function(t) { - var e = this; + var n = this; return this.expandSegmentGroup( this.ngModule, this.config, @@ -16722,13 +16722,13 @@ Nd ) .pipe( - U(function(n) { - return e.createUrlTree(n, t.queryParams, t.fragment); + U(function(e) { + return n.createUrlTree(e, t.queryParams, t.fragment); }) ) .pipe( Uc(function(t) { - if (t instanceof Gp) throw e.noMatchError(t); + if (t instanceof Gp) throw n.noMatchError(t); throw t; }) ); @@ -16738,35 +16738,35 @@ "Cannot match any routes. URL Segment: '" + t.segmentGroup + "'" ); }), - (t.prototype.createUrlTree = function(t, e, n) { + (t.prototype.createUrlTree = function(t, n, e) { var o, a = t.segments.length > 0 ? new $d([], (((o = {})[Nd] = t), o)) : t; - return new Jd(a, e, n); + return new Jd(a, n, e); }), - (t.prototype.expandSegmentGroup = function(t, e, n, o) { - return 0 === n.segments.length && n.hasChildren() - ? this.expandChildren(t, e, n).pipe( + (t.prototype.expandSegmentGroup = function(t, n, e, o) { + return 0 === e.segments.length && e.hasChildren() + ? this.expandChildren(t, n, e).pipe( U(function(t) { return new $d([], t); }) ) - : this.expandSegment(t, n, e, n.segments, o, !0); + : this.expandSegment(t, e, n, e.segments, o, !0); }), - (t.prototype.expandChildren = function(t, e, n) { + (t.prototype.expandChildren = function(t, n, e) { var o = this; - return (function(n, a) { - if (0 === Object.keys(n).length) return Wl({}); + return (function(e, a) { + if (0 === Object.keys(e).length) return Wl({}); var r = [], i = [], l = {}; return ( - Zd(n, function(n, a) { + Zd(e, function(e, a) { var s, c, u = ((s = a), - (c = n), - o.expandSegmentGroup(t, e, c, s)).pipe( + (c = e), + o.expandSegmentGroup(t, n, c, s)).pipe( U(function(t) { return (l[a] = t); }) @@ -16781,13 +16781,13 @@ }) ) ); - })(n.children); + })(e.children); }), - (t.prototype.expandSegment = function(t, e, n, a, r, i) { + (t.prototype.expandSegment = function(t, n, e, a, r, i) { var l = this; - return Wl.apply(void 0, Object(o.__spread)(n)).pipe( + return Wl.apply(void 0, Object(o.__spread)(e)).pipe( U(function(o) { - return l.expandSegmentAgainstRoute(t, e, n, o, a, r, i).pipe( + return l.expandSegmentAgainstRoute(t, n, e, o, a, r, i).pipe( Uc(function(t) { if (t instanceof Gp) return Wl(null); throw t; @@ -16798,39 +16798,39 @@ Zc(function(t) { return !!t; }), - Uc(function(t, n) { + Uc(function(t, e) { if (t instanceof Oc || "EmptyError" === t.name) { - if (l.noLeftoversInUrl(e, a, r)) return Wl(new $d([], {})); - throw new Gp(e); + if (l.noLeftoversInUrl(n, a, r)) return Wl(new $d([], {})); + throw new Gp(n); } throw t; }) ); }), - (t.prototype.noLeftoversInUrl = function(t, e, n) { - return 0 === e.length && !t.children[n]; + (t.prototype.noLeftoversInUrl = function(t, n, e) { + return 0 === n.length && !t.children[e]; }), (t.prototype.expandSegmentAgainstRoute = function( t, - e, n, + e, o, a, r, i ) { return om(o) !== r - ? Qp(e) + ? Qp(n) : void 0 === o.redirectTo - ? this.matchSegmentAgainstRoute(t, e, o, a) + ? this.matchSegmentAgainstRoute(t, n, o, a) : i && this.allowRedirects - ? this.expandSegmentAgainstRouteUsingRedirect(t, e, n, o, a, r) - : Qp(e); + ? this.expandSegmentAgainstRouteUsingRedirect(t, n, e, o, a, r) + : Qp(n); }), (t.prototype.expandSegmentAgainstRouteUsingRedirect = function( t, - e, n, + e, o, a, r @@ -16838,14 +16838,14 @@ return "**" === o.path ? this.expandWildCardWithParamsAgainstRouteUsingRedirect( t, - n, + e, o, r ) : this.expandRegularSegmentAgainstRouteUsingRedirect( t, - e, n, + e, o, a, r @@ -16853,35 +16853,35 @@ }), (t.prototype.expandWildCardWithParamsAgainstRouteUsingRedirect = function( t, - e, n, + e, o ) { var a = this, - r = this.applyRedirectCommands([], n.redirectTo, {}); - return n.redirectTo.startsWith("/") + r = this.applyRedirectCommands([], e.redirectTo, {}); + return e.redirectTo.startsWith("/") ? Xp(r) - : this.lineralizeSegments(n, r).pipe( - G(function(n) { - var r = new $d(n, {}); - return a.expandSegment(t, r, e, n, o, !1); + : this.lineralizeSegments(e, r).pipe( + G(function(e) { + var r = new $d(e, {}); + return a.expandSegment(t, r, n, e, o, !1); }) ); }), (t.prototype.expandRegularSegmentAgainstRouteUsingRedirect = function( t, - e, n, + e, o, a, r ) { var i = this, - l = tm(e, o, a), + l = tm(n, o, a), s = l.consumedSegments, c = l.lastChild, u = l.positionalParamSegments; - if (!l.matched) return Qp(e); + if (!l.matched) return Qp(n); var d = this.applyRedirectCommands(s, o.redirectTo, u); return o.redirectTo.startsWith("/") ? Xp(d) @@ -16889,8 +16889,8 @@ G(function(o) { return i.expandSegment( t, - e, n, + e, o.concat(a.slice(c)), r, !1 @@ -16898,41 +16898,41 @@ }) ); }), - (t.prototype.matchSegmentAgainstRoute = function(t, e, n, a) { + (t.prototype.matchSegmentAgainstRoute = function(t, n, e, a) { var r = this; - if ("**" === n.path) - return n.loadChildren - ? this.configLoader.load(t.injector, n).pipe( + if ("**" === e.path) + return e.loadChildren + ? this.configLoader.load(t.injector, e).pipe( U(function(t) { - return (n._loadedConfig = t), new $d(a, {}); + return (e._loadedConfig = t), new $d(a, {}); }) ) : Wl(new $d(a, {})); - var i = tm(e, n, a), + var i = tm(n, e, a), l = i.consumedSegments, s = i.lastChild; - if (!i.matched) return Qp(e); + if (!i.matched) return Qp(n); var c = a.slice(s); - return this.getChildConfig(t, n, a).pipe( + return this.getChildConfig(t, e, a).pipe( G(function(t) { - var n = t.module, + var e = t.module, a = t.routes, - i = (function(t, e, n, a) { - return n.length > 0 && - (function(t, e, n) { - return a.some(function(n) { - return nm(t, e, n) && om(n) !== Nd; + i = (function(t, n, e, a) { + return e.length > 0 && + (function(t, n, e) { + return a.some(function(e) { + return em(t, n, e) && om(e) !== Nd; }); - })(t, n) + })(t, e) ? { - segmentGroup: em( + segmentGroup: nm( new $d( - e, - (function(t, e) { - var n, + n, + (function(t, n) { + var e, a, r = {}; - r[Nd] = e; + r[Nd] = n; try { for ( var i = Object(o.__values)(t), l = i.next(); @@ -16945,42 +16945,42 @@ (r[om(s)] = new $d([], {})); } } catch (c) { - n = { error: c }; + e = { error: c }; } finally { try { l && !l.done && (a = i.return) && a.call(i); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return r; - })(a, new $d(n, t.children)) + })(a, new $d(e, t.children)) ) ), slicedSegments: [] } - : 0 === n.length && - (function(t, e, n) { - return a.some(function(n) { - return nm(t, e, n); + : 0 === e.length && + (function(t, n, e) { + return a.some(function(e) { + return em(t, n, e); }); - })(t, n) + })(t, e) ? { - segmentGroup: em( + segmentGroup: nm( new $d( t.segments, - (function(t, e, n, a) { + (function(t, n, e, a) { var r, i, l = {}; try { for ( - var s = Object(o.__values)(n), c = s.next(); + var s = Object(o.__values)(e), c = s.next(); !c.done; c = s.next() ) { var u = c.value; - nm(t, e, u) && + em(t, n, u) && !a[om(u)] && (l[om(u)] = new $d([], {})); } @@ -16994,24 +16994,24 @@ } } return Object(o.__assign)({}, a, l); - })(t, n, a, t.children) + })(t, e, a, t.children) ) ), - slicedSegments: n + slicedSegments: e } - : { segmentGroup: t, slicedSegments: n }; - })(e, l, c, a), + : { segmentGroup: t, slicedSegments: e }; + })(n, l, c, a), s = i.segmentGroup, u = i.slicedSegments; return 0 === u.length && s.hasChildren() - ? r.expandChildren(n, a, s).pipe( + ? r.expandChildren(e, a, s).pipe( U(function(t) { return new $d(l, t); }) ) : 0 === a.length && 0 === u.length ? Wl(new $d(l, {})) - : r.expandSegment(n, s, a, u, Nd, !0).pipe( + : r.expandSegment(e, s, a, u, Nd, !0).pipe( U(function(t) { return new $d(l.concat(t.segments), t.children); }) @@ -17019,16 +17019,16 @@ }) ); }), - (t.prototype.getChildConfig = function(t, e, n) { + (t.prototype.getChildConfig = function(t, n, e) { var o = this; - return e.children - ? Wl(new Vd(e.children, t)) - : e.loadChildren - ? void 0 !== e._loadedConfig - ? Wl(e._loadedConfig) - : (function(t, e, n) { + return n.children + ? Wl(new Vd(n.children, t)) + : n.loadChildren + ? void 0 !== n._loadedConfig + ? Wl(n._loadedConfig) + : (function(t, n, e) { var o, - a = e.canLoad; + a = n.canLoad; return a && 0 !== a.length ? W(a) .pipe( @@ -17040,11 +17040,11 @@ return t && Yp(t.canLoad); })(r) ) - a = r.canLoad(e, n); + a = r.canLoad(n, e); else { if (!Yp(r)) throw new Error("Invalid CanLoad guard"); - a = r(e, n); + a = r(n, e); } return Qd(a); }) @@ -17059,17 +17059,17 @@ }) ) : Wl(!0); - })(t.injector, e, n).pipe( - G(function(n) { - return n - ? o.configLoader.load(t.injector, e).pipe( + })(t.injector, n, e).pipe( + G(function(e) { + return e + ? o.configLoader.load(t.injector, n).pipe( U(function(t) { - return (e._loadedConfig = t), t; + return (n._loadedConfig = t), t; }) ) : (function(t) { - return new O(function(e) { - return e.error( + return new O(function(n) { + return n.error( Fd( "Cannot load children because the guard of the route \"path: '" + t.path + @@ -17077,96 +17077,96 @@ ) ); }); - })(e); + })(n); }) ) : Wl(new Vd([], t)); }), - (t.prototype.lineralizeSegments = function(t, e) { - for (var n = [], o = e.root; ; ) { - if (((n = n.concat(o.segments)), 0 === o.numberOfChildren)) - return Wl(n); + (t.prototype.lineralizeSegments = function(t, n) { + for (var e = [], o = n.root; ; ) { + if (((e = e.concat(o.segments)), 0 === o.numberOfChildren)) + return Wl(e); if (o.numberOfChildren > 1 || !o.children[Nd]) return Jp(t.redirectTo); o = o.children[Nd]; } }), - (t.prototype.applyRedirectCommands = function(t, e, n) { + (t.prototype.applyRedirectCommands = function(t, n, e) { return this.applyRedirectCreatreUrlTree( - e, - this.urlSerializer.parse(e), + n, + this.urlSerializer.parse(n), t, - n + e ); }), - (t.prototype.applyRedirectCreatreUrlTree = function(t, e, n, o) { - var a = this.createSegmentGroup(t, e.root, n, o); + (t.prototype.applyRedirectCreatreUrlTree = function(t, n, e, o) { + var a = this.createSegmentGroup(t, n.root, e, o); return new Jd( a, - this.createQueryParams(e.queryParams, this.urlTree.queryParams), - e.fragment + this.createQueryParams(n.queryParams, this.urlTree.queryParams), + n.fragment ); }), - (t.prototype.createQueryParams = function(t, e) { - var n = {}; + (t.prototype.createQueryParams = function(t, n) { + var e = {}; return ( Zd(t, function(t, o) { if ("string" == typeof t && t.startsWith(":")) { var a = t.substring(1); - n[o] = e[a]; - } else n[o] = t; + e[o] = n[a]; + } else e[o] = t; }), - n + e ); }), - (t.prototype.createSegmentGroup = function(t, e, n, o) { + (t.prototype.createSegmentGroup = function(t, n, e, o) { var a = this, - r = this.createSegments(t, e.segments, n, o), + r = this.createSegments(t, n.segments, e, o), i = {}; return ( - Zd(e.children, function(e, r) { - i[r] = a.createSegmentGroup(t, e, n, o); + Zd(n.children, function(n, r) { + i[r] = a.createSegmentGroup(t, n, e, o); }), new $d(r, i) ); }), - (t.prototype.createSegments = function(t, e, n, o) { + (t.prototype.createSegments = function(t, n, e, o) { var a = this; - return e.map(function(e) { - return e.path.startsWith(":") - ? a.findPosParam(t, e, o) - : a.findOrReturn(e, n); + return n.map(function(n) { + return n.path.startsWith(":") + ? a.findPosParam(t, n, o) + : a.findOrReturn(n, e); }); }), - (t.prototype.findPosParam = function(t, e, n) { - var o = n[e.path.substring(1)]; + (t.prototype.findPosParam = function(t, n, e) { + var o = e[n.path.substring(1)]; if (!o) throw new Error( - "Cannot redirect to '" + t + "'. Cannot find '" + e.path + "'." + "Cannot redirect to '" + t + "'. Cannot find '" + n.path + "'." ); return o; }), - (t.prototype.findOrReturn = function(t, e) { - var n, + (t.prototype.findOrReturn = function(t, n) { + var e, a, r = 0; try { for ( - var i = Object(o.__values)(e), l = i.next(); + var i = Object(o.__values)(n), l = i.next(); !l.done; l = i.next() ) { var s = l.value; - if (s.path === t.path) return e.splice(r), s; + if (s.path === t.path) return n.splice(r), s; r++; } } catch (c) { - n = { error: c }; + e = { error: c }; } finally { try { l && !l.done && (a = i.return) && a.call(i); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return t; @@ -17174,9 +17174,9 @@ t ); })(); - function tm(t, e, n) { - if ("" === e.path) - return "full" === e.pathMatch && (t.hasChildren() || n.length > 0) + function tm(t, n, e) { + if ("" === n.path) + return "full" === n.pathMatch && (t.hasChildren() || e.length > 0) ? { matched: !1, consumedSegments: [], @@ -17189,7 +17189,7 @@ lastChild: 0, positionalParamSegments: {} }; - var o = (e.matcher || Bd)(n, t, e); + var o = (n.matcher || Bd)(e, t, n); return o ? { matched: !0, @@ -17204,18 +17204,18 @@ positionalParamSegments: {} }; } - function em(t) { + function nm(t) { if (1 === t.numberOfChildren && t.children[Nd]) { - var e = t.children[Nd]; - return new $d(t.segments.concat(e.segments), e.children); + var n = t.children[Nd]; + return new $d(t.segments.concat(n.segments), n.children); } return t; } - function nm(t, e, n) { + function em(t, n, e) { return ( - (!(t.hasChildren() || e.length > 0) || "full" !== n.pathMatch) && - "" === n.path && - void 0 !== n.redirectTo + (!(t.hasChildren() || n.length > 0) || "full" !== e.pathMatch) && + "" === e.path && + void 0 !== e.redirectTo ); } function om(t) { @@ -17227,83 +17227,83 @@ }; })(), rm = (function() { - return function(t, e) { - (this.component = t), (this.route = e); + return function(t, n) { + (this.component = t), (this.route = n); }; })(); - function im(t, e, n) { + function im(t, n, e) { var o = (function(t) { if (!t) return null; - for (var e = t.parent; e; e = e.parent) { - var n = e.routeConfig; - if (n && n._loadedConfig) return n._loadedConfig; + for (var n = t.parent; n; n = n.parent) { + var e = n.routeConfig; + if (e && e._loadedConfig) return e._loadedConfig; } return null; - })(e); - return (o ? o.module.injector : n).get(t); + })(n); + return (o ? o.module.injector : e).get(t); } - function lm(t, e, n, o, a) { + function lm(t, n, e, o, a) { void 0 === a && (a = { canDeactivateChecks: [], canActivateChecks: [] }); - var r = Op(e); + var r = Op(n); return ( t.children.forEach(function(t) { - !(function(t, e, n, o, a) { + !(function(t, n, e, o, a) { void 0 === a && (a = { canDeactivateChecks: [], canActivateChecks: [] }); var r = t.value, - i = e ? e.value : null, - l = n ? n.getContext(t.value.outlet) : null; + i = n ? n.value : null, + l = e ? e.getContext(t.value.outlet) : null; if (i && r.routeConfig === i.routeConfig) { - var s = (function(t, e, n) { - if ("function" == typeof n) return n(t, e); - switch (n) { + var s = (function(t, n, e) { + if ("function" == typeof e) return e(t, n); + switch (e) { case "pathParamsChange": - return !ep(t.url, e.url); + return !np(t.url, n.url); case "pathParamsOrQueryParamsChange": return ( - !ep(t.url, e.url) || !Yd(t.queryParams, e.queryParams) + !np(t.url, n.url) || !Yd(t.queryParams, n.queryParams) ); case "always": return !0; case "paramsOrQueryParamsChange": - return !Tp(t, e) || !Yd(t.queryParams, e.queryParams); + return !Tp(t, n) || !Yd(t.queryParams, n.queryParams); case "paramsChange": default: - return !Tp(t, e); + return !Tp(t, n); } })(i, r, r.routeConfig.runGuardsAndResolvers); s ? a.canActivateChecks.push(new am(o)) : ((r.data = i.data), (r._resolvedData = i._resolvedData)), - lm(t, e, r.component ? (l ? l.children : null) : n, o, a), + lm(t, n, r.component ? (l ? l.children : null) : e, o, a), s && a.canDeactivateChecks.push( new rm((l && l.outlet && l.outlet.component) || null, i) ); } else - i && sm(e, l, a), + i && sm(n, l, a), a.canActivateChecks.push(new am(o)), - lm(t, null, r.component ? (l ? l.children : null) : n, o, a); - })(t, r[t.value.outlet], n, o.concat([t.value]), a), + lm(t, null, r.component ? (l ? l.children : null) : e, o, a); + })(t, r[t.value.outlet], e, o.concat([t.value]), a), delete r[t.value.outlet]; }), - Zd(r, function(t, e) { - return sm(t, n.getContext(e), a); + Zd(r, function(t, n) { + return sm(t, e.getContext(n), a); }), a ); } - function sm(t, e, n) { + function sm(t, n, e) { var o = Op(t), a = t.value; Zd(o, function(t, o) { - sm(t, a.component ? (e ? e.children.getContext(o) : null) : e, n); + sm(t, a.component ? (n ? n.children.getContext(o) : null) : n, e); }), - n.canDeactivateChecks.push( + e.canDeactivateChecks.push( new rm( - a.component && e && e.outlet && e.outlet.isActivated - ? e.outlet.component + a.component && n && n.outlet && n.outlet.isActivated + ? n.outlet.component : null, a ) @@ -17318,18 +17318,18 @@ t.map(function(t) { return t.pipe( Yc(1), - eu(cm) + nu(cm) ); }) ) ).pipe( - nu(function(t, e) { - var n = !1; - return e.reduce(function(t, o, a) { + eu(function(t, n) { + var e = !1; + return n.reduce(function(t, o, a) { if (t !== cm) return t; - if ((o === cm && (n = !0), !n)) { + if ((o === cm && (e = !0), !e)) { if (!1 === o) return o; - if (a === e.length - 1 || Wp(o)) return o; + if (a === n.length - 1 || Wp(o)) return o; } return t; }, t); @@ -17344,29 +17344,29 @@ ); }); } - function dm(t, e) { - return null !== t && e && e(new Ad(t)), Wl(!0); + function dm(t, n) { + return null !== t && n && n(new Ad(t)), Wl(!0); } - function pm(t, e) { - return null !== t && e && e(new Ed(t)), Wl(!0); + function pm(t, n) { + return null !== t && n && n(new Ed(t)), Wl(!0); } - function mm(t, e, n) { - var o = e.routeConfig ? e.routeConfig.canActivate : null; + function mm(t, n, e) { + var o = n.routeConfig ? n.routeConfig.canActivate : null; return o && 0 !== o.length ? Wl( o.map(function(o) { return wc(function() { var a, - r = im(o, e, n); + r = im(o, n, e); if ( (function(t) { return t && Yp(t.canActivate); })(r) ) - a = Qd(r.canActivate(e, t)); + a = Qd(r.canActivate(n, t)); else { if (!Yp(r)) throw new Error("Invalid CanActivate guard"); - a = Qd(r(e, t)); + a = Qd(r(n, t)); } return a.pipe(Zc()); }); @@ -17374,26 +17374,26 @@ ).pipe(um()) : Wl(!0); } - function gm(t, e, n) { - var o = e[e.length - 1], - a = e - .slice(0, e.length - 1) + function gm(t, n, e) { + var o = n[n.length - 1], + a = n + .slice(0, n.length - 1) .reverse() .map(function(t) { return (function(t) { - var e = t.routeConfig ? t.routeConfig.canActivateChild : null; - return e && 0 !== e.length ? { node: t, guards: e } : null; + var n = t.routeConfig ? t.routeConfig.canActivateChild : null; + return n && 0 !== n.length ? { node: t, guards: n } : null; })(t); }) .filter(function(t) { return null !== t; }) - .map(function(e) { + .map(function(n) { return wc(function() { return Wl( - e.guards.map(function(a) { + n.guards.map(function(a) { var r, - i = im(a, e.node, n); + i = im(a, n.node, e); if ( (function(t) { return t && Yp(t.canActivateChild); @@ -17416,10 +17416,10 @@ return function() {}; })(), hm = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { (this.rootComponentType = t), - (this.config = e), - (this.urlTree = n), + (this.config = n), + (this.urlTree = e), (this.url = o), (this.paramsInheritanceStrategy = a), (this.relativeLinkResolution = r); @@ -17434,8 +17434,8 @@ this.config, this.relativeLinkResolution ).segmentGroup, - e = this.processSegmentGroup(this.config, t, Nd), - n = new wp( + n = this.processSegmentGroup(this.config, t, Nd), + e = new wp( [], Object.freeze({}), Object.freeze( @@ -17450,7 +17450,7 @@ -1, {} ), - a = new vp(n, e), + a = new vp(e, n), r = new Sp(this.url, a); return this.inheritParamsAndData(r._root), Wl(r); } catch (i) { @@ -17460,32 +17460,32 @@ } }), (t.prototype.inheritParamsAndData = function(t) { - var e = this, - n = t.value, - o = kp(n, this.paramsInheritanceStrategy); - (n.params = Object.freeze(o.params)), - (n.data = Object.freeze(o.data)), + var n = this, + e = t.value, + o = kp(e, this.paramsInheritanceStrategy); + (e.params = Object.freeze(o.params)), + (e.data = Object.freeze(o.data)), t.children.forEach(function(t) { - return e.inheritParamsAndData(t); + return n.inheritParamsAndData(t); }); }), - (t.prototype.processSegmentGroup = function(t, e, n) { - return 0 === e.segments.length && e.hasChildren() - ? this.processChildren(t, e) - : this.processSegment(t, e, e.segments, n); + (t.prototype.processSegmentGroup = function(t, n, e) { + return 0 === n.segments.length && n.hasChildren() + ? this.processChildren(t, n) + : this.processSegment(t, n, n.segments, e); }), - (t.prototype.processChildren = function(t, e) { - var n, + (t.prototype.processChildren = function(t, n) { + var e, o = this, - a = np(e, function(e, n) { - return o.processSegmentGroup(t, e, n); + a = ep(n, function(n, e) { + return o.processSegmentGroup(t, n, e); }); return ( - (n = {}), + (e = {}), a.forEach(function(t) { - var e = n[t.value.outlet]; - if (e) { - var o = e.url + var n = e[t.value.outlet]; + if (n) { + var o = n.url .map(function(t) { return t.toString(); }) @@ -17503,19 +17503,19 @@ "'." ); } - n[t.value.outlet] = t.value; + e[t.value.outlet] = t.value; }), - a.sort(function(t, e) { + a.sort(function(t, n) { return t.value.outlet === Nd ? -1 - : e.value.outlet === Nd + : n.value.outlet === Nd ? 1 - : t.value.outlet.localeCompare(e.value.outlet); + : t.value.outlet.localeCompare(n.value.outlet); }), a ); }), - (t.prototype.processSegment = function(t, e, n, a) { + (t.prototype.processSegment = function(t, n, e, a) { var r, i; try { for ( @@ -17525,7 +17525,7 @@ ) { var c = s.value; try { - return this.processSegmentAgainstRoute(c, e, n, a); + return this.processSegmentAgainstRoute(c, n, e, a); } catch (u) { if (!(u instanceof fm)) throw u; } @@ -17539,22 +17539,22 @@ if (r) throw r.error; } } - if (this.noLeftoversInUrl(e, n, a)) return []; + if (this.noLeftoversInUrl(n, e, a)) return []; throw new fm(); }), - (t.prototype.noLeftoversInUrl = function(t, e, n) { - return 0 === e.length && !t.children[n]; + (t.prototype.noLeftoversInUrl = function(t, n, e) { + return 0 === n.length && !t.children[e]; }), - (t.prototype.processSegmentAgainstRoute = function(t, e, n, a) { + (t.prototype.processSegmentAgainstRoute = function(t, n, e, a) { if (t.redirectTo) throw new fm(); if ((t.outlet || Nd) !== a) throw new fm(); var r, i = [], l = []; if ("**" === t.path) { - var s = n.length > 0 ? Gd(n).parameters : {}; + var s = e.length > 0 ? Gd(e).parameters : {}; r = new wp( - n, + e, s, Object.freeze( Object(o.__assign)({}, this.urlTree.queryParams) @@ -17564,16 +17564,16 @@ a, t.component, t, - bm(e), - _m(e) + n.length, + bm(n), + _m(n) + e.length, Pm(t) ); } else { - var c = (function(t, e, n) { - if ("" === e.path) { + var c = (function(t, n, e) { + if ("" === n.path) { if ( - "full" === e.pathMatch && - (t.hasChildren() || n.length > 0) + "full" === n.pathMatch && + (t.hasChildren() || e.length > 0) ) throw new fm(); return { @@ -17582,11 +17582,11 @@ parameters: {} }; } - var a = (e.matcher || Bd)(n, t, e); + var a = (n.matcher || Bd)(e, t, n); if (!a) throw new fm(); var r = {}; - Zd(a.posParams, function(t, e) { - r[e] = t.path; + Zd(a.posParams, function(t, n) { + r[n] = t.path; }); var i = a.consumed.length > 0 @@ -17601,9 +17601,9 @@ lastChild: a.consumed.length, parameters: i }; - })(e, t, n); + })(n, t, e); (i = c.consumedSegments), - (l = n.slice(c.lastChild)), + (l = e.slice(c.lastChild)), (r = new wp( i, c.parameters, @@ -17615,8 +17615,8 @@ a, t.component, t, - bm(e), - _m(e) + i.length, + bm(n), + _m(n) + i.length, Pm(t) )); } @@ -17627,7 +17627,7 @@ ? t._loadedConfig.routes : []; })(t), - d = ym(e, i, l, u, this.relativeLinkResolution), + d = ym(n, i, l, u, this.relativeLinkResolution), p = d.segmentGroup, m = d.slicedSegments; if (0 === m.length && p.hasChildren()) { @@ -17642,41 +17642,41 @@ ); })(); function bm(t) { - for (var e = t; e._sourceSegment; ) e = e._sourceSegment; - return e; + for (var n = t; n._sourceSegment; ) n = n._sourceSegment; + return n; } function _m(t) { for ( - var e = t, n = e._segmentIndexShift ? e._segmentIndexShift : 0; - e._sourceSegment; + var n = t, e = n._segmentIndexShift ? n._segmentIndexShift : 0; + n._sourceSegment; ) - n += (e = e._sourceSegment)._segmentIndexShift - ? e._segmentIndexShift + e += (n = n._sourceSegment)._segmentIndexShift + ? n._segmentIndexShift : 0; - return n - 1; + return e - 1; } - function ym(t, e, n, a, r) { + function ym(t, n, e, a, r) { if ( - n.length > 0 && - (function(t, e, n) { - return a.some(function(n) { - return Cm(t, e, n) && vm(n) !== Nd; + e.length > 0 && + (function(t, n, e) { + return a.some(function(e) { + return Cm(t, n, e) && vm(e) !== Nd; }); - })(t, n) + })(t, e) ) { var i = new $d( - e, - (function(t, e, n, a) { + n, + (function(t, n, e, a) { var r, i, l = {}; (l[Nd] = a), (a._sourceSegment = t), - (a._segmentIndexShift = e.length); + (a._segmentIndexShift = n.length); try { for ( - var s = Object(o.__values)(n), c = s.next(); + var s = Object(o.__values)(e), c = s.next(); !c.done; c = s.next() ) { @@ -17684,7 +17684,7 @@ if ("" === u.path && vm(u) !== Nd) { var d = new $d([], {}); (d._sourceSegment = t), - (d._segmentIndexShift = e.length), + (d._segmentIndexShift = n.length), (l[vm(u)] = d); } } @@ -17698,25 +17698,25 @@ } } return l; - })(t, e, a, new $d(n, t.children)) + })(t, n, a, new $d(e, t.children)) ); return ( (i._sourceSegment = t), - (i._segmentIndexShift = e.length), + (i._segmentIndexShift = n.length), { segmentGroup: i, slicedSegments: [] } ); } if ( - 0 === n.length && - (function(t, e, n) { - return a.some(function(n) { - return Cm(t, e, n); + 0 === e.length && + (function(t, n, e) { + return a.some(function(e) { + return Cm(t, n, e); }); - })(t, n) + })(t, e) ) { var l = new $d( t.segments, - (function(t, e, n, a, r, i) { + (function(t, n, e, a, r, i) { var l, s, c = {}; @@ -17727,11 +17727,11 @@ d = u.next() ) { var p = d.value; - if (Cm(t, n, p) && !r[vm(p)]) { + if (Cm(t, e, p) && !r[vm(p)]) { var m = new $d([], {}); (m._sourceSegment = t), (m._segmentIndexShift = - "legacy" === i ? t.segments.length : e.length), + "legacy" === i ? t.segments.length : n.length), (c[vm(p)] = m); } } @@ -17745,26 +17745,26 @@ } } return Object(o.__assign)({}, r, c); - })(t, e, n, a, t.children, r) + })(t, n, e, a, t.children, r) ); return ( (l._sourceSegment = t), - (l._segmentIndexShift = e.length), - { segmentGroup: l, slicedSegments: n } + (l._segmentIndexShift = n.length), + { segmentGroup: l, slicedSegments: e } ); } var s = new $d(t.segments, t.children); return ( (s._sourceSegment = t), - (s._segmentIndexShift = e.length), - { segmentGroup: s, slicedSegments: n } + (s._segmentIndexShift = n.length), + { segmentGroup: s, slicedSegments: e } ); } - function Cm(t, e, n) { + function Cm(t, n, e) { return ( - (!(t.hasChildren() || e.length > 0) || "full" !== n.pathMatch) && - "" === n.path && - void 0 === n.redirectTo + (!(t.hasChildren() || n.length > 0) || "full" !== e.pathMatch) && + "" === e.path && + void 0 === e.redirectTo ); } function vm(t) { @@ -17776,22 +17776,22 @@ function Pm(t) { return t.resolve || {}; } - function Mm(t, e, n, o) { - var a = im(t, e, o); - return Qd(a.resolve ? a.resolve(e, n) : a(e, n)); + function Mm(t, n, e, o) { + var a = im(t, n, o); + return Qd(a.resolve ? a.resolve(n, e) : a(n, e)); } function xm(t) { - return function(e) { - return e.pipe( - Jc(function(e) { - var n = t(e); - return n - ? W(n).pipe( + return function(n) { + return n.pipe( + Jc(function(n) { + var e = t(n); + return e + ? W(e).pipe( U(function() { - return e; + return n; }) ) - : W([e]); + : W([n]); }) ); }; @@ -17805,35 +17805,35 @@ (t.prototype.shouldDetach = function(t) { return !1; }), - (t.prototype.store = function(t, e) {}), + (t.prototype.store = function(t, n) {}), (t.prototype.shouldAttach = function(t) { return !1; }), (t.prototype.retrieve = function(t) { return null; }), - (t.prototype.shouldReuseRoute = function(t, e) { - return t.routeConfig === e.routeConfig; + (t.prototype.shouldReuseRoute = function(t, n) { + return t.routeConfig === n.routeConfig; }), t ); })(), Sm = new Ut("ROUTES"), Em = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.loader = t), - (this.compiler = e), - (this.onLoadStartListener = n), + (this.compiler = n), + (this.onLoadStartListener = e), (this.onLoadEndListener = o); } return ( - (t.prototype.load = function(t, e) { - var n = this; + (t.prototype.load = function(t, n) { + var e = this; return ( - this.onLoadStartListener && this.onLoadStartListener(e), - this.loadModuleFactory(e.loadChildren).pipe( + this.onLoadStartListener && this.onLoadStartListener(n), + this.loadModuleFactory(n.loadChildren).pipe( U(function(o) { - n.onLoadEndListener && n.onLoadEndListener(e); + e.onLoadEndListener && e.onLoadEndListener(n); var a = o.create(t); return new Vd(Wd(a.injector.get(Sm)).map(Kd), a); }) @@ -17841,14 +17841,14 @@ ); }), (t.prototype.loadModuleFactory = function(t) { - var e = this; + var n = this; return "string" == typeof t ? W(this.loader.load(t)) : Qd(t()).pipe( G(function(t) { - return t instanceof Rn + return t instanceof Re ? Wl(t) - : W(e.compiler.compileModuleAsync(t)); + : W(n.compiler.compileModuleAsync(t)); }) ); }), @@ -17867,7 +17867,7 @@ (t.prototype.extract = function(t) { return t; }), - (t.prototype.merge = function(t, e) { + (t.prototype.merge = function(t, n) { return t; }), t @@ -17876,18 +17876,18 @@ function Tm(t) { throw t; } - function Rm(t, e, n) { - return e.parse("/"); + function Rm(t, n, e) { + return n.parse("/"); } - function Dm(t, e) { + function Dm(t, n) { return Wl(null); } var Nm = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { var s = this; (this.rootComponentType = t), - (this.urlSerializer = e), - (this.rootContexts = n), + (this.urlSerializer = n), + (this.rootContexts = e), (this.location = o), (this.config = l), (this.lastSuccessfulNavigation = null), @@ -17909,7 +17909,7 @@ (this.paramsInheritanceStrategy = "emptyOnly"), (this.urlUpdateStrategy = "deferred"), (this.relativeLinkResolution = "legacy"), - (this.ngModule = a.get(Tn)), + (this.ngModule = a.get(Te)), (this.console = a.get(br)); var c = a.get(Dr); (this.isNgZoneEnabled = c instanceof Dr), @@ -17960,8 +17960,8 @@ } return ( (t.prototype.setupNavigations = function(t) { - var e = this, - n = this.events; + var n = this, + e = this.events; return t.pipe( Zl(function(t) { return 0 !== t.id; @@ -17969,7 +17969,7 @@ U(function(t) { return Object( o.__assign - )({}, t, { extractedUrl: e.urlHandlingStrategy.extract(t.rawUrl) }); + )({}, t, { extractedUrl: n.urlHandlingStrategy.extract(t.rawUrl) }); }), Jc(function(t) { var a, @@ -17979,14 +17979,14 @@ s = !1; return Wl(t).pipe( Dc(function(t) { - e.currentNavigation = { + n.currentNavigation = { id: t.id, initialUrl: t.currentRawUrl, extractedUrl: t.extractedUrl, trigger: t.source, extras: t.extras, - previousNavigation: e.lastSuccessfulNavigation - ? Object(o.__assign)({}, e.lastSuccessfulNavigation, { + previousNavigation: n.lastSuccessfulNavigation + ? Object(o.__assign)({}, n.lastSuccessfulNavigation, { previousNavigation: null }) : null @@ -17998,79 +17998,79 @@ i, l, s = - !e.navigated || + !n.navigated || t.extractedUrl.toString() !== - e.browserUrlTree.toString(); + n.browserUrlTree.toString(); if ( - ("reload" === e.onSameUrlNavigation || s) && - e.urlHandlingStrategy.shouldProcessUrl(t.rawUrl) + ("reload" === n.onSameUrlNavigation || s) && + n.urlHandlingStrategy.shouldProcessUrl(t.rawUrl) ) return Wl(t).pipe( Jc(function(t) { - var o = e.transitions.getValue(); + var o = n.transitions.getValue(); return ( - n.next( + e.next( new _d( t.id, - e.serializeUrl(t.extractedUrl), + n.serializeUrl(t.extractedUrl), t.source, t.restoredState ) ), - o !== e.transitions.getValue() ? ql : [t] + o !== n.transitions.getValue() ? ql : [t] ); }), Jc(function(t) { return Promise.resolve(t); }), - ((a = e.ngModule.injector), - (r = e.configLoader), - (i = e.urlSerializer), - (l = e.config), + ((a = n.ngModule.injector), + (r = n.configLoader), + (i = n.urlSerializer), + (l = n.config), function(t) { return t.pipe( Jc(function(t) { - return (function(e, n, o, a, r) { + return (function(n, e, o, a, r) { return new $p( - e, n, + e, o, t.extractedUrl, r ).apply(); })(a, r, i, 0, l).pipe( - U(function(e) { + U(function(n) { return Object( o.__assign - )({}, t, { urlAfterRedirects: e }); + )({}, t, { urlAfterRedirects: n }); }) ); }) ); }), Dc(function(t) { - e.currentNavigation = Object(o.__assign)( + n.currentNavigation = Object(o.__assign)( {}, - e.currentNavigation, + n.currentNavigation, { finalUrl: t.urlAfterRedirects } ); }), - (function(t, n, a, r, i) { + (function(t, e, a, r, i) { return function(a) { return a.pipe( G(function(a) { - return (function(t, e, n, o, a, r) { + return (function(t, n, e, o, a, r) { return ( void 0 === a && (a = "emptyOnly"), void 0 === r && (r = "legacy"), - new hm(t, e, n, o, a, r).recognize() + new hm(t, n, e, o, a, r).recognize() ); })( t, - n, + e, a.urlAfterRedirects, ((l = a.urlAfterRedirects), - e.serializeUrl(l)), + n.serializeUrl(l)), r, i ).pipe( @@ -18085,45 +18085,45 @@ ); }; })( - e.rootComponentType, - e.config, + n.rootComponentType, + n.config, 0, - e.paramsInheritanceStrategy, - e.relativeLinkResolution + n.paramsInheritanceStrategy, + n.relativeLinkResolution ), Dc(function(t) { - "eager" === e.urlUpdateStrategy && + "eager" === n.urlUpdateStrategy && (t.extras.skipLocationChange || - e.setBrowserUrl( + n.setBrowserUrl( t.urlAfterRedirects, !!t.extras.replaceUrl, t.id, t.extras.state ), - (e.browserUrlTree = t.urlAfterRedirects)); + (n.browserUrlTree = t.urlAfterRedirects)); }), Dc(function(t) { var o = new Od( t.id, - e.serializeUrl(t.extractedUrl), - e.serializeUrl(t.urlAfterRedirects), + n.serializeUrl(t.extractedUrl), + n.serializeUrl(t.urlAfterRedirects), t.targetSnapshot ); - n.next(o); + e.next(o); }) ); if ( s && - e.rawUrlTree && - e.urlHandlingStrategy.shouldProcessUrl(e.rawUrlTree) + n.rawUrlTree && + n.urlHandlingStrategy.shouldProcessUrl(n.rawUrlTree) ) { var c = t.extractedUrl, u = t.source, d = t.restoredState, p = t.extras, - m = new _d(t.id, e.serializeUrl(c), u, d); - n.next(m); - var g = Mp(c, e.rootComponentType).snapshot; + m = new _d(t.id, n.serializeUrl(c), u, d); + e.next(m); + var g = Mp(c, n.rootComponentType).snapshot; return Wl( Object(o.__assign)({}, t, { targetSnapshot: g, @@ -18136,65 +18136,65 @@ ); } return ( - (e.rawUrlTree = t.rawUrl), - (e.browserUrlTree = t.urlAfterRedirects), + (n.rawUrlTree = t.rawUrl), + (n.browserUrlTree = t.urlAfterRedirects), t.resolve(null), ql ); }), xm(function(t) { - var n = t.extras; - return e.hooks.beforePreactivation(t.targetSnapshot, { + var e = t.extras; + return n.hooks.beforePreactivation(t.targetSnapshot, { navigationId: t.id, appliedUrlTree: t.extractedUrl, rawUrlTree: t.rawUrl, - skipLocationChange: !!n.skipLocationChange, - replaceUrl: !!n.replaceUrl + skipLocationChange: !!e.skipLocationChange, + replaceUrl: !!e.replaceUrl }); }), Dc(function(t) { - var n = new Pd( + var e = new Pd( t.id, - e.serializeUrl(t.extractedUrl), - e.serializeUrl(t.urlAfterRedirects), + n.serializeUrl(t.extractedUrl), + n.serializeUrl(t.urlAfterRedirects), t.targetSnapshot ); - e.triggerEvent(n); + n.triggerEvent(e); }), U(function(t) { return Object( o.__assign - )({}, t, { guards: ((n = t.targetSnapshot), (a = t.currentSnapshot), (r = e.rootContexts), (i = n._root), lm(i, a ? a._root : null, r, [i.value])) }); - var n, a, r, i; + )({}, t, { guards: ((e = t.targetSnapshot), (a = t.currentSnapshot), (r = n.rootContexts), (i = e._root), lm(i, a ? a._root : null, r, [i.value])) }); + var e, a, r, i; }), - (function(t, e) { - return function(n) { - return n.pipe( - G(function(n) { - var a = n.targetSnapshot, - r = n.currentSnapshot, - i = n.guards, + (function(t, n) { + return function(e) { + return e.pipe( + G(function(e) { + var a = e.targetSnapshot, + r = e.currentSnapshot, + i = e.guards, l = i.canActivateChecks, s = i.canDeactivateChecks; return 0 === s.length && 0 === l.length ? Wl( - Object(o.__assign)({}, n, { + Object(o.__assign)({}, e, { guardsResult: !0 }) ) - : (function(t, e, n, o) { + : (function(t, n, e, o) { return W(s).pipe( G(function(t) { - return (function(t, e, n, o, a) { + return (function(t, n, e, o, a) { var r = - e && e.routeConfig - ? e.routeConfig.canDeactivate + n && n.routeConfig + ? n.routeConfig.canDeactivate : null; return r && 0 !== r.length ? Wl( r.map(function(r) { var i, - l = im(r, e, a); + l = im(r, n, a); if ( (function(t) { return ( @@ -18203,36 +18203,36 @@ })(l) ) i = Qd( - l.canDeactivate(t, e, n, o) + l.canDeactivate(t, n, e, o) ); else { if (!Yp(l)) throw new Error( "Invalid CanDeactivate guard" ); - i = Qd(l(t, e, n, o)); + i = Qd(l(t, n, e, o)); } return i.pipe(Zc()); }) ).pipe(um()) : Wl(!0); - })(t.component, t.route, n, e, o); + })(t.component, t.route, e, n, o); }), Zc(function(t) { return !0 !== t; }, !0) ); })(0, a, r, t).pipe( - G(function(n) { - return n && "boolean" == typeof n - ? (function(t, e, n, o) { + G(function(e) { + return e && "boolean" == typeof e + ? (function(t, n, e, o) { return W(l).pipe( - Gl(function(e) { + Gl(function(n) { return W([ - pm(e.route.parent, o), - dm(e.route, o), - gm(t, e.path, n), - mm(t, e.route, n) + pm(n.route.parent, o), + dm(n.route, o), + gm(t, n.path, e), + mm(t, n.route, e) ]).pipe( Sc(), Zc(function(t) { @@ -18244,50 +18244,50 @@ return !0 !== t; }, !0) ); - })(a, 0, t, e) - : Wl(n); + })(a, 0, t, n) + : Wl(e); }), U(function(t) { return Object( o.__assign - )({}, n, { guardsResult: t }); + )({}, e, { guardsResult: t }); }) ); }) ); }; - })(e.ngModule.injector, function(t) { - return e.triggerEvent(t); + })(n.ngModule.injector, function(t) { + return n.triggerEvent(t); }), Dc(function(t) { if (Wp(t.guardsResult)) { - var n = Fd( + var e = Fd( 'Redirecting to "' + - e.serializeUrl(t.guardsResult) + + n.serializeUrl(t.guardsResult) + '"' ); - throw ((n.url = t.guardsResult), n); + throw ((e.url = t.guardsResult), e); } }), Dc(function(t) { - var n = new Md( + var e = new Md( t.id, - e.serializeUrl(t.extractedUrl), - e.serializeUrl(t.urlAfterRedirects), + n.serializeUrl(t.extractedUrl), + n.serializeUrl(t.urlAfterRedirects), t.targetSnapshot, !!t.guardsResult ); - e.triggerEvent(n); + n.triggerEvent(e); }), Zl(function(t) { if (!t.guardsResult) { - e.resetUrlToCurrentUrlTree(); + n.resetUrlToCurrentUrlTree(); var o = new Cd( t.id, - e.serializeUrl(t.extractedUrl), + n.serializeUrl(t.extractedUrl), "" ); - return n.next(o), t.resolve(!1), !1; + return e.next(o), t.resolve(!1), !1; } return !0; }), @@ -18295,34 +18295,34 @@ if (t.guards.canActivateChecks.length) return Wl(t).pipe( Dc(function(t) { - var n = new xd( + var e = new xd( t.id, - e.serializeUrl(t.extractedUrl), - e.serializeUrl(t.urlAfterRedirects), + n.serializeUrl(t.extractedUrl), + n.serializeUrl(t.urlAfterRedirects), t.targetSnapshot ); - e.triggerEvent(n); + n.triggerEvent(e); }), - ((n = e.paramsInheritanceStrategy), - (a = e.ngModule.injector), + ((e = n.paramsInheritanceStrategy), + (a = n.ngModule.injector), function(t) { return t.pipe( G(function(t) { - var e = t.targetSnapshot, + var n = t.targetSnapshot, r = t.guards.canActivateChecks; return r.length ? W(r).pipe( Gl(function(t) { - return (function(t, n, a, r) { - return (function(t, e, n, o) { + return (function(t, e, a, r) { + return (function(t, n, e, o) { var a = Object.keys(t); if (0 === a.length) return Wl({}); if (1 === a.length) { var r = a[0]; - return Mm(t[r], e, n, o).pipe( + return Mm(t[r], n, e, o).pipe( U(function(t) { - var e; - return ((e = {})[r] = t), e; + var n; + return ((n = {})[r] = t), n; }) ); } @@ -18330,7 +18330,7 @@ return W(a) .pipe( G(function(a) { - return Mm(t[a], e, n, o).pipe( + return Mm(t[a], n, e, o).pipe( U(function(t) { return (i[a] = t), t; }) @@ -18343,10 +18343,10 @@ return i; }) ); - })(t._resolve, t, e, r).pipe( - U(function(e) { + })(t._resolve, t, n, r).pipe( + U(function(n) { return ( - (t._resolvedData = e), + (t._resolvedData = n), (t.data = Object(o.__assign)( {}, t.data, @@ -18356,29 +18356,29 @@ ); }) ); - })(t.route, 0, n, a); + })(t.route, 0, e, a); }), - (function(t, e) { + (function(t, n) { return arguments.length >= 2 - ? function(e) { + ? function(n) { return C( - nu(t, void 0), + eu(t, void 0), Ac(1), Fc(void 0) - )(e); + )(n); } - : function(e) { + : function(n) { return C( - nu(function(e, n, o) { - return t(e); + eu(function(n, e, o) { + return t(n); }), Ac(1) - )(e); + )(n); }; - })(function(t, e) { + })(function(t, n) { return t; }), - U(function(e) { + U(function(n) { return t; }) ) @@ -18387,40 +18387,40 @@ ); }), Dc(function(t) { - var n = new kd( + var e = new kd( t.id, - e.serializeUrl(t.extractedUrl), - e.serializeUrl(t.urlAfterRedirects), + n.serializeUrl(t.extractedUrl), + n.serializeUrl(t.urlAfterRedirects), t.targetSnapshot ); - e.triggerEvent(n); + n.triggerEvent(e); }) ); - var n, a; + var e, a; }), xm(function(t) { - var n = t.extras; - return e.hooks.afterPreactivation(t.targetSnapshot, { + var e = t.extras; + return n.hooks.afterPreactivation(t.targetSnapshot, { navigationId: t.id, appliedUrlTree: t.extractedUrl, rawUrlTree: t.rawUrl, - skipLocationChange: !!n.skipLocationChange, - replaceUrl: !!n.replaceUrl + skipLocationChange: !!e.skipLocationChange, + replaceUrl: !!e.replaceUrl }); }), U(function(t) { - var n, + var e, a, r, i = - ((r = (function t(e, n, a) { + ((r = (function t(n, e, a) { if ( a && - e.shouldReuseRoute(n.value, a.value.snapshot) + n.shouldReuseRoute(e.value, a.value.snapshot) ) { - (c = a.value)._futureSnapshot = n.value; - var r = (function(e, n, a) { - return n.children.map(function(n) { + (c = a.value)._futureSnapshot = e.value; + var r = (function(n, e, a) { + return e.children.map(function(e) { var r, i; try { for ( @@ -18431,12 +18431,12 @@ ) { var c = s.value; if ( - e.shouldReuseRoute( + n.shouldReuseRoute( c.value.snapshot, - n.value + e.value ) ) - return t(e, n, c); + return t(n, e, c); } } catch (u) { r = { error: u }; @@ -18450,36 +18450,36 @@ if (r) throw r.error; } } - return t(e, n); + return t(n, e); }); - })(e, n, a); + })(n, e, a); return new vp(c, r); } - var i = e.retrieve(n.value); + var i = n.retrieve(e.value); if (i) { var l = i.route; return ( - (function t(e, n) { + (function t(n, e) { if ( - e.value.routeConfig !== n.value.routeConfig + n.value.routeConfig !== e.value.routeConfig ) throw new Error( "Cannot reattach ActivatedRouteSnapshot created from a different route" ); - if (e.children.length !== n.children.length) + if (n.children.length !== e.children.length) throw new Error( "Cannot reattach ActivatedRouteSnapshot with a different number of children" ); - n.value._futureSnapshot = e.value; - for (var o = 0; o < e.children.length; ++o) - t(e.children[o], n.children[o]); - })(n, l), + e.value._futureSnapshot = n.value; + for (var o = 0; o < n.children.length; ++o) + t(n.children[o], e.children[o]); + })(e, l), l ); } var s, c = new xp( - new Cc((s = n.value).url), + new Cc((s = e.value).url), new Cc(s.params), new Cc(s.queryParams), new Cc(s.fragment), @@ -18489,42 +18489,42 @@ s ); return ( - (r = n.children.map(function(n) { - return t(e, n); + (r = e.children.map(function(e) { + return t(n, e); })), new vp(c, r) ); })( - e.routeReuseStrategy, - (n = t.targetSnapshot)._root, + n.routeReuseStrategy, + (e = t.targetSnapshot)._root, (a = t.currentRouterState) ? a._root : void 0 )), - new Pp(r, n)); + new Pp(r, e)); return Object( o.__assign )({}, t, { targetRouterState: i }); }), Dc(function(t) { - (e.currentUrlTree = t.urlAfterRedirects), - (e.rawUrlTree = e.urlHandlingStrategy.merge( - e.currentUrlTree, + (n.currentUrlTree = t.urlAfterRedirects), + (n.rawUrlTree = n.urlHandlingStrategy.merge( + n.currentUrlTree, t.rawUrl )), - (e.routerState = t.targetRouterState), - "deferred" === e.urlUpdateStrategy && + (n.routerState = t.targetRouterState), + "deferred" === n.urlUpdateStrategy && (t.extras.skipLocationChange || - e.setBrowserUrl( - e.rawUrlTree, + n.setBrowserUrl( + n.rawUrlTree, !!t.extras.replaceUrl, t.id, t.extras.state ), - (e.browserUrlTree = t.urlAfterRedirects)); + (n.browserUrlTree = t.urlAfterRedirects)); }), - ((a = e.rootContexts), - (r = e.routeReuseStrategy), + ((a = n.rootContexts), + (r = n.routeReuseStrategy), (i = function(t) { - return e.triggerEvent(t); + return n.triggerEvent(t); }), U(function(t) { return ( @@ -18547,45 +18547,45 @@ }), ru(function() { if (!l && !s) { - e.resetUrlToCurrentUrlTree(); + n.resetUrlToCurrentUrlTree(); var o = new Cd( t.id, - e.serializeUrl(t.extractedUrl), + n.serializeUrl(t.extractedUrl), "Navigation ID " + t.id + " is not equal to the current navigation id " + - e.navigationId + n.navigationId ); - n.next(o), t.resolve(!1); + e.next(o), t.resolve(!1); } - e.currentNavigation = null; + n.currentNavigation = null; }), Uc(function(o) { if (((s = !0), (l = o) && l[jd])) { var a = Wp(o.url); a || - ((e.navigated = !0), - e.resetStateAndUrl( + ((n.navigated = !0), + n.resetStateAndUrl( t.currentRouterState, t.currentUrlTree, t.rawUrl )); var r = new Cd( t.id, - e.serializeUrl(t.extractedUrl), + n.serializeUrl(t.extractedUrl), o.message ); - n.next(r), t.resolve(!1), a && e.navigateByUrl(o.url); + e.next(r), t.resolve(!1), a && n.navigateByUrl(o.url); } else { - e.resetStateAndUrl( + n.resetStateAndUrl( t.currentRouterState, t.currentUrlTree, t.rawUrl ); - var i = new vd(t.id, e.serializeUrl(t.extractedUrl), o); - n.next(i); + var i = new vd(t.id, n.serializeUrl(t.extractedUrl), o); + e.next(i); try { - t.resolve(e.errorHandler(o)); + t.resolve(n.errorHandler(o)); } catch (c) { t.reject(c); } @@ -18621,13 +18621,13 @@ var t = this; this.locationSubscription || (this.locationSubscription = this.location.subscribe(function( - e + n ) { - var n = t.parseUrl(e.url), - o = "popstate" === e.type ? "popstate" : "hashchange", - a = e.state && e.state.navigationId ? e.state : null; + var e = t.parseUrl(n.url), + o = "popstate" === n.type ? "popstate" : "hashchange", + a = n.state && n.state.navigationId ? n.state : null; setTimeout(function() { - t.scheduleNavigation(n, o, a, { replaceUrl: !0 }); + t.scheduleNavigation(e, o, a, { replaceUrl: !0 }); }, 0); })); }), @@ -18658,22 +18658,22 @@ (this.locationSubscription.unsubscribe(), (this.locationSubscription = null)); }), - (t.prototype.createUrlTree = function(t, e) { - void 0 === e && (e = {}); - var n = e.relativeTo, - a = e.queryParams, - r = e.fragment, - i = e.preserveQueryParams, - l = e.queryParamsHandling, - s = e.preserveFragment; - je() && + (t.prototype.createUrlTree = function(t, n) { + void 0 === n && (n = {}); + var e = n.relativeTo, + a = n.queryParams, + r = n.fragment, + i = n.preserveQueryParams, + l = n.queryParamsHandling, + s = n.preserveFragment; + Fn() && i && console && console.warn && console.warn( "preserveQueryParams is deprecated, use queryParamsHandling instead." ); - var c = n || this.routerState.root, + var c = e || this.routerState.root, u = s ? this.currentUrlTree.fragment : r, d = null; if (l) @@ -18694,8 +18694,8 @@ else d = i ? this.currentUrlTree.queryParams : a || null; return ( null !== d && (d = this.removeEmptyProps(d)), - (function(t, e, n, a, r) { - if (0 === n.length) return Dp(e.root, e.root, e, a, r); + (function(t, n, e, a, r) { + if (0 === e.length) return Dp(n.root, n.root, n, a, r); var i = (function(t) { if ( "string" == typeof t[0] && @@ -18703,15 +18703,15 @@ "/" === t[0] ) return new Np(!0, 0, t); - var e = 0, - n = !1, + var n = 0, + e = !1, a = t.reduce(function(t, a, r) { if ("object" == typeof a && null != a) { if (a.outlets) { var i = {}; return ( - Zd(a.outlets, function(t, e) { - i[e] = "string" == typeof t ? t.split("/") : t; + Zd(a.outlets, function(t, n) { + i[n] = "string" == typeof t ? t.split("/") : t; }), Object(o.__spread)(t, [{ outlets: i }]) ); @@ -18725,23 +18725,23 @@ ? (a.split("/").forEach(function(o, a) { (0 == a && "." === o) || (0 == a && "" === o - ? (n = !0) + ? (e = !0) : ".." === o - ? e++ + ? n++ : "" != o && t.push(o)); }), t) : Object(o.__spread)(t, [a]); }, []); - return new Np(n, e, a); - })(n); - if (i.toRoot()) return Dp(e.root, new $d([], {}), e, a, r); - var l = (function(t, n, o) { - if (t.isAbsolute) return new zp(e.root, !0, 0); + return new Np(e, n, a); + })(e); + if (i.toRoot()) return Dp(n.root, new $d([], {}), n, a, r); + var l = (function(t, e, o) { + if (t.isAbsolute) return new zp(n.root, !0, 0); if (-1 === o.snapshot._lastPathIndex) return new zp(o.snapshot._urlSegment, !0, 0); var a = Rp(t.commands[0]) ? 0 : 1; - return (function(e, n, r) { + return (function(n, e, r) { for ( var i = o.snapshot._urlSegment, l = o.snapshot._lastPathIndex + a, @@ -18759,119 +18759,119 @@ s = l.processChildren ? Fp(l.segmentGroup, l.index, i.commands) : jp(l.segmentGroup, l.index, i.commands); - return Dp(l.segmentGroup, s, e, a, r); + return Dp(l.segmentGroup, s, n, a, r); })(c, this.currentUrlTree, t, d, u) ); }), - (t.prototype.navigateByUrl = function(t, e) { - void 0 === e && (e = { skipLocationChange: !1 }), - je() && + (t.prototype.navigateByUrl = function(t, n) { + void 0 === n && (n = { skipLocationChange: !1 }), + Fn() && this.isNgZoneEnabled && !Dr.isInAngularZone() && this.console.warn( "Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?" ); - var n = Wp(t) ? t : this.parseUrl(t), - o = this.urlHandlingStrategy.merge(n, this.rawUrlTree); - return this.scheduleNavigation(o, "imperative", null, e); + var e = Wp(t) ? t : this.parseUrl(t), + o = this.urlHandlingStrategy.merge(e, this.rawUrlTree); + return this.scheduleNavigation(o, "imperative", null, n); }), - (t.prototype.navigate = function(t, e) { + (t.prototype.navigate = function(t, n) { return ( - void 0 === e && (e = { skipLocationChange: !1 }), + void 0 === n && (n = { skipLocationChange: !1 }), (function(t) { - for (var e = 0; e < t.length; e++) { - var n = t[e]; - if (null == n) + for (var n = 0; n < t.length; n++) { + var e = t[n]; + if (null == e) throw new Error( "The requested path contains " + - n + + e + " segment at index " + - e + n ); } })(t), - this.navigateByUrl(this.createUrlTree(t, e), e) + this.navigateByUrl(this.createUrlTree(t, n), n) ); }), (t.prototype.serializeUrl = function(t) { return this.urlSerializer.serialize(t); }), (t.prototype.parseUrl = function(t) { - var e; + var n; try { - e = this.urlSerializer.parse(t); - } catch (n) { - e = this.malformedUriErrorHandler(n, this.urlSerializer, t); + n = this.urlSerializer.parse(t); + } catch (e) { + n = this.malformedUriErrorHandler(e, this.urlSerializer, t); } - return e; + return n; }), - (t.prototype.isActive = function(t, e) { - if (Wp(t)) return Xd(this.currentUrlTree, t, e); - var n = this.parseUrl(t); - return Xd(this.currentUrlTree, n, e); + (t.prototype.isActive = function(t, n) { + if (Wp(t)) return Xd(this.currentUrlTree, t, n); + var e = this.parseUrl(t); + return Xd(this.currentUrlTree, e, n); }), (t.prototype.removeEmptyProps = function(t) { - return Object.keys(t).reduce(function(e, n) { - var o = t[n]; - return null != o && (e[n] = o), e; + return Object.keys(t).reduce(function(n, e) { + var o = t[e]; + return null != o && (n[e] = o), n; }, {}); }), (t.prototype.processNavigations = function() { var t = this; this.navigations.subscribe( - function(e) { + function(n) { (t.navigated = !0), - (t.lastSuccessfulId = e.id), + (t.lastSuccessfulId = n.id), t.events.next( new yd( - e.id, - t.serializeUrl(e.extractedUrl), + n.id, + t.serializeUrl(n.extractedUrl), t.serializeUrl(t.currentUrlTree) ) ), (t.lastSuccessfulNavigation = t.currentNavigation), (t.currentNavigation = null), - e.resolve(!0); + n.resolve(!0); }, - function(e) { + function(n) { t.console.warn("Unhandled Navigation Error: "); } ); }), - (t.prototype.scheduleNavigation = function(t, e, n, o) { + (t.prototype.scheduleNavigation = function(t, n, e, o) { var a = this.getTransition(); if ( a && - "imperative" !== e && + "imperative" !== n && "imperative" === a.source && a.rawUrl.toString() === t.toString() ) return Promise.resolve(!0); if ( a && - "hashchange" == e && + "hashchange" == n && "popstate" === a.source && a.rawUrl.toString() === t.toString() ) return Promise.resolve(!0); if ( a && - "popstate" == e && + "popstate" == n && "hashchange" === a.source && a.rawUrl.toString() === t.toString() ) return Promise.resolve(!0); var r = null, i = null, - l = new Promise(function(t, e) { - (r = t), (i = e); + l = new Promise(function(t, n) { + (r = t), (i = n); }), s = ++this.navigationId; return ( this.setTransition({ id: s, - source: e, - restoredState: n, + source: n, + restoredState: e, currentUrlTree: this.currentUrlTree, currentRawUrl: this.rawUrlTree, rawUrl: t, @@ -18887,27 +18887,27 @@ }) ); }), - (t.prototype.setBrowserUrl = function(t, e, n, a) { + (t.prototype.setBrowserUrl = function(t, n, e, a) { var r = this.urlSerializer.serialize(t); (a = a || {}), - this.location.isCurrentPathEqualTo(r) || e + this.location.isCurrentPathEqualTo(r) || n ? this.location.replaceState( r, "", - Object(o.__assign)({}, a, { navigationId: n }) + Object(o.__assign)({}, a, { navigationId: e }) ) : this.location.go( r, "", - Object(o.__assign)({}, a, { navigationId: n }) + Object(o.__assign)({}, a, { navigationId: e }) ); }), - (t.prototype.resetStateAndUrl = function(t, e, n) { + (t.prototype.resetStateAndUrl = function(t, n, e) { (this.routerState = t), - (this.currentUrlTree = e), + (this.currentUrlTree = n), (this.rawUrlTree = this.urlHandlingStrategy.merge( this.currentUrlTree, - n + e )), this.resetUrlToCurrentUrlTree(); }), @@ -18922,11 +18922,11 @@ ); })(), zm = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { (this.router = t), - (this.route = e), + (this.route = n), (this.commands = []), - null == n && o.setAttribute(a.nativeElement, "tabindex", "0"); + null == e && o.setAttribute(a.nativeElement, "tabindex", "0"); } return ( Object.defineProperty(t.prototype, "routerLink", { @@ -18938,7 +18938,7 @@ }), Object.defineProperty(t.prototype, "preserveQueryParams", { set: function(t) { - je() && + Fn() && console && console.warn && console.warn( @@ -18974,11 +18974,11 @@ ); })(), Lm = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; (this.router = t), - (this.route = e), - (this.locationStrategy = n), + (this.route = n), + (this.locationStrategy = e), (this.commands = []), (this.subscription = t.events.subscribe(function(t) { t instanceof yd && o.updateTargetUrlAndHref(); @@ -18994,7 +18994,7 @@ }), Object.defineProperty(t.prototype, "preserveQueryParams", { set: function(t) { - je() && + Fn() && console && console.warn && console.warn( @@ -19011,8 +19011,8 @@ (t.prototype.ngOnDestroy = function() { this.subscription.unsubscribe(); }), - (t.prototype.onClick = function(t, e, n, o) { - if (0 !== t || e || n || o) return !0; + (t.prototype.onClick = function(t, n, e, o) { + if (0 !== t || n || e || o) return !0; if ("string" == typeof this.target && "_self" != this.target) return !0; var a = { @@ -19058,11 +19058,11 @@ return "" === t || !!t; } var Fm = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { var r = this; (this.router = t), - (this.element = e), - (this.renderer = n), + (this.element = n), + (this.renderer = e), (this.link = o), (this.linkWithHref = a), (this.classes = []), @@ -19075,18 +19075,18 @@ return ( (t.prototype.ngAfterContentInit = function() { var t = this; - this.links.changes.subscribe(function(e) { + this.links.changes.subscribe(function(n) { return t.update(); }), - this.linksWithHrefs.changes.subscribe(function(e) { + this.linksWithHrefs.changes.subscribe(function(n) { return t.update(); }), this.update(); }), Object.defineProperty(t.prototype, "routerLinkActive", { set: function(t) { - var e = Array.isArray(t) ? t : t.split(" "); - this.classes = e.filter(function(t) { + var n = Array.isArray(t) ? t : t.split(" "); + this.classes = n.filter(function(t) { return !!t; }); }, @@ -19105,20 +19105,20 @@ this.linksWithHrefs && this.router.navigated && Promise.resolve().then(function() { - var e = t.hasActiveLinks(); - t.isActive !== e && - ((t.isActive = e), - t.classes.forEach(function(n) { - e - ? t.renderer.addClass(t.element.nativeElement, n) - : t.renderer.removeClass(t.element.nativeElement, n); + var n = t.hasActiveLinks(); + t.isActive !== n && + ((t.isActive = n), + t.classes.forEach(function(e) { + n + ? t.renderer.addClass(t.element.nativeElement, e) + : t.renderer.removeClass(t.element.nativeElement, e); })); }); }), (t.prototype.isLinkActive = function(t) { - var e = this; - return function(n) { - return t.isActive(n.urlTree, e.routerLinkActiveOptions.exact); + var n = this; + return function(e) { + return t.isActive(e.urlTree, n.routerLinkActiveOptions.exact); }; }), (t.prototype.hasActiveLinks = function() { @@ -19147,13 +19147,13 @@ this.contexts = new Map(); } return ( - (t.prototype.onChildOutletCreated = function(t, e) { - var n = this.getOrCreateContext(t); - (n.outlet = e), this.contexts.set(t, n); + (t.prototype.onChildOutletCreated = function(t, n) { + var e = this.getOrCreateContext(t); + (e.outlet = n), this.contexts.set(t, e); }), (t.prototype.onChildOutletDestroyed = function(t) { - var e = this.getContext(t); - e && (e.outlet = null); + var n = this.getContext(t); + n && (n.outlet = null); }), (t.prototype.onOutletDeactivated = function() { var t = this.contexts; @@ -19163,8 +19163,8 @@ this.contexts = t; }), (t.prototype.getOrCreateContext = function(t) { - var e = this.getContext(t); - return e || ((e = new Bm()), this.contexts.set(t, e)), e; + var n = this.getContext(t); + return n || ((n = new Bm()), this.contexts.set(t, n)), n; }), (t.prototype.getContext = function(t) { return this.contexts.get(t) || null; @@ -19173,10 +19173,10 @@ ); })(), Hm = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { (this.parentContexts = t), - (this.location = e), - (this.resolver = n), + (this.location = n), + (this.resolver = e), (this.changeDetector = a), (this.activated = null), (this._activatedRoute = null), @@ -19237,9 +19237,9 @@ var t = this.activated; return (this.activated = null), (this._activatedRoute = null), t; }), - (t.prototype.attach = function(t, e) { + (t.prototype.attach = function(t, n) { (this.activated = t), - (this._activatedRoute = e), + (this._activatedRoute = n), this.location.insert(t.hostView); }), (t.prototype.deactivate = function() { @@ -19251,17 +19251,17 @@ this.deactivateEvents.emit(t); } }), - (t.prototype.activateWith = function(t, e) { + (t.prototype.activateWith = function(t, n) { if (this.isActivated) throw new Error("Cannot activate an already activated outlet"); this._activatedRoute = t; - var n = (e = e || this.resolver).resolveComponentFactory( + var e = (n = n || this.resolver).resolveComponentFactory( t._futureSnapshot.routeConfig.component ), o = this.parentContexts.getOrCreateContext(this.name).children, a = new Um(t, o, this.location.injector); (this.activated = this.location.createComponent( - n, + e, this.location.length, a )), @@ -19272,16 +19272,16 @@ ); })(), Um = (function() { - function t(t, e, n) { - (this.route = t), (this.childContexts = e), (this.parent = n); + function t(t, n, e) { + (this.route = t), (this.childContexts = n), (this.parent = e); } return ( - (t.prototype.get = function(t, e) { + (t.prototype.get = function(t, n) { return t === xp ? this.route : t === Vm ? this.childContexts - : this.parent.get(t, e); + : this.parent.get(t, n); }), t ); @@ -19292,8 +19292,8 @@ Km = (function() { function t() {} return ( - (t.prototype.preload = function(t, e) { - return e().pipe( + (t.prototype.preload = function(t, n) { + return n().pipe( Uc(function() { return Wl(null); }) @@ -19305,25 +19305,25 @@ Ym = (function() { function t() {} return ( - (t.prototype.preload = function(t, e) { + (t.prototype.preload = function(t, n) { return Wl(null); }), t ); })(), Wm = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { (this.router = t), (this.injector = o), (this.preloadingStrategy = a), (this.loader = new Em( - e, n, - function(e) { - return t.triggerEvent(new wd(e)); + e, + function(n) { + return t.triggerEvent(new wd(n)); }, - function(e) { - return t.triggerEvent(new Sd(e)); + function(n) { + return t.triggerEvent(new Sd(n)); } )); } @@ -19342,19 +19342,19 @@ .subscribe(function() {}); }), (t.prototype.preload = function() { - var t = this.injector.get(Tn); + var t = this.injector.get(Te); return this.processRoutes(t, this.router.config); }), (t.prototype.ngOnDestroy = function() { this.subscription.unsubscribe(); }), - (t.prototype.processRoutes = function(t, e) { - var n, + (t.prototype.processRoutes = function(t, n) { + var e, a, r = []; try { for ( - var i = Object(o.__values)(e), l = i.next(); + var i = Object(o.__values)(n), l = i.next(); !l.done; l = i.next() ) { @@ -19368,12 +19368,12 @@ : s.children && r.push(this.processRoutes(t, s.children)); } } catch (u) { - n = { error: u }; + e = { error: u }; } finally { try { l && !l.done && (a = i.return) && a.call(i); } finally { - if (n) throw n.error; + if (e) throw e.error; } } return W(r).pipe( @@ -19381,13 +19381,13 @@ U(function(t) {}) ); }), - (t.prototype.preloadConfig = function(t, e) { - var n = this; - return this.preloadingStrategy.preload(e, function() { - return n.loader.load(t.injector, e).pipe( + (t.prototype.preloadConfig = function(t, n) { + var e = this; + return this.preloadingStrategy.preload(n, function() { + return e.loader.load(t.injector, n).pipe( G(function(t) { return ( - (e._loadedConfig = t), n.processRoutes(t.module, t.routes) + (n._loadedConfig = t), e.processRoutes(t.module, t.routes) ); }) ); @@ -19397,18 +19397,18 @@ ); })(), Gm = (function() { - function t(t, e, n) { - void 0 === n && (n = {}), + function t(t, n, e) { + void 0 === e && (e = {}), (this.router = t), - (this.viewportScroller = e), - (this.options = n), + (this.viewportScroller = n), + (this.options = e), (this.lastId = 0), (this.lastSource = "imperative"), (this.restoredId = 0), (this.store = {}), - (n.scrollPositionRestoration = - n.scrollPositionRestoration || "disabled"), - (n.anchorScrolling = n.anchorScrolling || "disabled"); + (e.scrollPositionRestoration = + e.scrollPositionRestoration || "disabled"), + (e.anchorScrolling = e.anchorScrolling || "disabled"); } return ( (t.prototype.init = function() { @@ -19419,46 +19419,46 @@ }), (t.prototype.createScrollEvents = function() { var t = this; - return this.router.events.subscribe(function(e) { - e instanceof _d + return this.router.events.subscribe(function(n) { + n instanceof _d ? ((t.store[ t.lastId ] = t.viewportScroller.getScrollPosition()), - (t.lastSource = e.navigationTrigger), - (t.restoredId = e.restoredState - ? e.restoredState.navigationId + (t.lastSource = n.navigationTrigger), + (t.restoredId = n.restoredState + ? n.restoredState.navigationId : 0)) - : e instanceof yd && - ((t.lastId = e.id), + : n instanceof yd && + ((t.lastId = n.id), t.scheduleScrollEvent( - e, - t.router.parseUrl(e.urlAfterRedirects).fragment + n, + t.router.parseUrl(n.urlAfterRedirects).fragment )); }); }), (t.prototype.consumeScrollEvents = function() { var t = this; - return this.router.events.subscribe(function(e) { - e instanceof Rd && - (e.position + return this.router.events.subscribe(function(n) { + n instanceof Rd && + (n.position ? "top" === t.options.scrollPositionRestoration ? t.viewportScroller.scrollToPosition([0, 0]) : "enabled" === t.options.scrollPositionRestoration && - t.viewportScroller.scrollToPosition(e.position) - : e.anchor && "enabled" === t.options.anchorScrolling - ? t.viewportScroller.scrollToAnchor(e.anchor) + t.viewportScroller.scrollToPosition(n.position) + : n.anchor && "enabled" === t.options.anchorScrolling + ? t.viewportScroller.scrollToAnchor(n.anchor) : "disabled" !== t.options.scrollPositionRestoration && t.viewportScroller.scrollToPosition([0, 0])); }); }), - (t.prototype.scheduleScrollEvent = function(t, e) { + (t.prototype.scheduleScrollEvent = function(t, n) { this.router.triggerEvent( new Rd( t, "popstate" === this.lastSource ? this.store[this.restoredId] : null, - e + n ) ); }), @@ -19474,7 +19474,7 @@ Zm = new Ut("ROUTER_CONFIGURATION"), Qm = new Ut("ROUTER_FORROOT_GUARD"), Xm = [ - ns, + es, { provide: op, useClass: ap }, { provide: Nm, @@ -19483,7 +19483,7 @@ Xr, op, Vm, - ns, + es, Zt, ir, xr, @@ -19495,7 +19495,7 @@ }, Vm, { provide: xp, useFactory: rg, deps: [Nm] }, - { provide: ir, useClass: ei }, + { provide: ir, useClass: ni }, Wm, Ym, Km, @@ -19505,32 +19505,32 @@ return new Yr("Router", Nm); } var $m = (function() { - function t(t, e) {} - var e; + function t(t, n) {} + var n; return ( - (e = t), - (t.forRoot = function(t, n) { + (n = t), + (t.forRoot = function(t, e) { return { - ngModule: e, + ngModule: n, providers: [ Xm, og(t), { provide: Qm, - useFactory: ng, + useFactory: eg, deps: [[Nm, new gt(), new ht()]] }, - { provide: Zm, useValue: n || {} }, + { provide: Zm, useValue: e || {} }, { provide: ts, - useFactory: eg, - deps: [Jl, [new mt(es), new gt()], Zm] + useFactory: ng, + deps: [Jl, [new mt(ns), new gt()], Zm] }, { provide: Gm, useFactory: tg, deps: [Nm, Fs, Zm] }, { provide: qm, useExisting: - n && n.preloadingStrategy ? n.preloadingStrategy : Ym + e && e.preloadingStrategy ? e.preloadingStrategy : Ym }, { provide: Yr, multi: !0, useFactory: Jm }, [ @@ -19543,20 +19543,20 @@ }; }), (t.forChild = function(t) { - return { ngModule: e, providers: [og(t)] }; + return { ngModule: n, providers: [og(t)] }; }), t ); })(); - function tg(t, e, n) { - return n.scrollOffset && e.setOffset(n.scrollOffset), new Gm(t, e, n); + function tg(t, n, e) { + return e.scrollOffset && n.setOffset(e.scrollOffset), new Gm(t, n, e); } - function eg(t, e, n) { + function ng(t, n, e) { return ( - void 0 === n && (n = {}), n.useHash ? new as(t, e) : new rs(t, e) + void 0 === e && (e = {}), e.useHash ? new as(t, n) : new rs(t, n) ); } - function ng(t) { + function eg(t) { if (t) throw new Error( "RouterModule.forRoot() called twice. Lazy loaded modules should use RouterModule.forChild() instead." @@ -19565,13 +19565,13 @@ } function og(t) { return [ - { provide: Ee, multi: !0, useValue: t }, + { provide: In, multi: !0, useValue: t }, { provide: Sm, multi: !0, useValue: t } ]; } - function ag(t, e, n, o, a, r, i, l, s, c, u) { + function ag(t, n, e, o, a, r, i, l, s, c, u) { void 0 === s && (s = {}); - var d = new Nm(null, e, n, o, a, r, i, Wd(l)); + var d = new Nm(null, n, e, o, a, r, i, Wd(l)); if ( (c && (d.urlHandlingStrategy = c), u && (d.routeReuseStrategy = u), @@ -19614,15 +19614,15 @@ return this.injector .get($l, Promise.resolve(null)) .then(function() { - var e = null, - n = new Promise(function(t) { - return (e = t); + var n = null, + e = new Promise(function(t) { + return (n = t); }), o = t.injector.get(Nm), a = t.injector.get(Zm); - if (t.isLegacyDisabled(a) || t.isLegacyEnabled(a)) e(!0); + if (t.isLegacyDisabled(a) || t.isLegacyEnabled(a)) n(!0); else if ("disabled" === a.initialNavigation) - o.setUpLocationChangeListener(), e(!0); + o.setUpLocationChangeListener(), n(!0); else { if ("enabled" !== a.initialNavigation) throw new Error( @@ -19634,25 +19634,25 @@ return t.initNavigation ? Wl(null) : ((t.initNavigation = !0), - e(!0), + n(!0), t.resultOfPreactivationDone); }), o.initialNavigation(); } - return n; + return e; }); }), (t.prototype.bootstrapListener = function(t) { - var e = this.injector.get(Zm), - n = this.injector.get(Wm), + var n = this.injector.get(Zm), + e = this.injector.get(Wm), o = this.injector.get(Gm), a = this.injector.get(Nm), r = this.injector.get(Xr); t === r.components[0] && - (this.isLegacyEnabled(e) + (this.isLegacyEnabled(n) ? a.initialNavigation() - : this.isLegacyDisabled(e) && a.setUpLocationChangeListener(), - n.setUpPreloading(), + : this.isLegacyDisabled(n) && a.setUpLocationChangeListener(), + e.setUpPreloading(), o.init(), a.resetRootComponentType(r.componentTypes[0]), this.resultOfPreactivationDone.next(null), @@ -19684,10 +19684,10 @@ ug, dg = new Ut("Router Initializer"), pg = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this.appRef = t), - (this.beatOnApi = e), + (this.beatOnApi = n), (this.connectionStatus = mg.Disconnected), (this.setupMessage = new ar()), (this.toastMessage = new ar()), @@ -19702,14 +19702,14 @@ WebSocketUrl: Hl.WS_ENDPOINT_OVERRIDE }), this.openSocket()) - : e.getNetInfo().subscribe( + : n.getNetInfo().subscribe( function(t) { - (n.netConfig = t), + (e.netConfig = t), console.log( "HostMessageService got net config info, websocket is at " + - n.netConfig.WebSocketUrl + e.netConfig.WebSocketUrl ), - n.openSocket(); + e.openSocket(); }, function(t) { console.log( @@ -19727,19 +19727,19 @@ (this.connectionStatus = mg.Connecting), this.connectionStatusChanged.emit(this.connectionStatus), (this.websocket = new WebSocket(this.netConfig.WebSocketUrl)), - (this.websocket.onopen = function(e) { + (this.websocket.onopen = function(n) { console.log("Connection opened"), (t.connectionStatus = mg.Connected), t.connectionStatusChanged.emit(t.connectionStatus); }), - (this.websocket.onmessage = function(e) { + (this.websocket.onmessage = function(n) { t.connectionStatus != mg.Connected && ((t.connectionStatus = mg.Connected), t.connectionStatusChanged.emit(t.connectionStatus)); - var n = new FileReader(); - (n.onload = function() { - var e = n.result, - o = JSON.parse(e); + var e = new FileReader(); + (e.onload = function() { + var n = e.result, + o = JSON.parse(n); "SetupEvent" == o.Type ? t.setupMessage.emit(o) : "Toast" == o.Type @@ -19752,19 +19752,19 @@ ? t.opStatusMessage.emit(o) : "ActionResponse" == o.Type ? t.actionResponseMessage.emit(o) - : console.log("Unknown host message: " + e), + : console.log("Unknown host message: " + n), t.appRef.tick(); }), - n.readAsText(e.data); + e.readAsText(n.data); }), - (this.websocket.onclose = function(e) { + (this.websocket.onclose = function(n) { (t.connectionStatus = mg.Disconnected), t.connectionStatusChanged.emit(t.connectionStatus), console.log( "Connection was closed, reconnecting in several seconds..." ); }), - (this.websocket.onerror = function(e) { + (this.websocket.onerror = function(n) { (t.connectionStatus = mg.Error), t.connectionStatusChanged.emit(t.connectionStatus), console.log("WEBSOCKET ERROR OH NOOOOO!"); @@ -19779,13 +19779,13 @@ this.openSocket(); }), (t.prototype.sendClientMessage = function(t) { - var e = this; + var n = this; if (this.connectionStatus != mg.Connected) { - var n; - (n = this.connectionStatusChanged.subscribe(function(o) { + var e; + (e = this.connectionStatusChanged.subscribe(function(o) { if (o == mg.Connected) { var a = JSON.stringify(t); - e.websocket.send(a), n.unsubscribe(); + n.websocket.send(a), e.unsubscribe(); } })), this.connectionStatus == mg.Disconnected && this.reconnect(); @@ -19827,11 +19827,11 @@ (t.StatusMessage = "StatusMessage"); })(ug || (ug = {})); var gg = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { var i = this; (this.toastId = t), - (this.config = e), - (this.message = n), + (this.config = n), + (this.message = e), (this.title = o), (this.toastType = a), (this.toastRef = r), @@ -19889,12 +19889,12 @@ }, hg = new Ut("ToastConfig"), bg = (function() { - function t(t, e) { - (this.component = t), (this.injector = e); + function t(t, n) { + (this.component = t), (this.injector = n); } return ( - (t.prototype.attach = function(t, e) { - return (this._attachedHost = t), t.attach(this, e); + (t.prototype.attach = function(t, n) { + return (this._attachedHost = t), t.attach(this, n); }), (t.prototype.detach = function() { var t = this._attachedHost; @@ -19914,52 +19914,52 @@ ); })(), _g = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a._hostDomElement = e), - (a._componentFactoryResolver = n), + (a._hostDomElement = n), + (a._componentFactoryResolver = e), (a._appRef = o), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.attachComponentPortal = function(t, e) { - var n, + Object(o.__extends)(n, t), + (n.prototype.attachComponentPortal = function(t, n) { + var e, o = this, a = this._componentFactoryResolver.resolveComponentFactory( t.component ); return ( - (n = a.create(t.injector)), - this._appRef.attachView(n.hostView), + (e = a.create(t.injector)), + this._appRef.attachView(e.hostView), this.setDisposeFn(function() { - o._appRef.detachView(n.hostView), n.destroy(); + o._appRef.detachView(e.hostView), e.destroy(); }), - e + n ? this._hostDomElement.insertBefore( - this._getComponentRootNode(n), + this._getComponentRootNode(e), this._hostDomElement.firstChild ) : this._hostDomElement.appendChild( - this._getComponentRootNode(n) + this._getComponentRootNode(e) ), - n + e ); }), - (e.prototype._getComponentRootNode = function(t) { + (n.prototype._getComponentRootNode = function(t) { return t.hostView.rootNodes[0]; }), - e + n ); })( (function() { function t() {} return ( - (t.prototype.attach = function(t, e) { + (t.prototype.attach = function(t, n) { return ( - (this._attachedPortal = t), this.attachComponentPortal(t, e) + (this._attachedPortal = t), this.attachComponentPortal(t, n) ); }), (t.prototype.detach = function() { @@ -20014,8 +20014,8 @@ this._portalHost = t; } return ( - (t.prototype.attach = function(t, e) { - return void 0 === e && (e = !0), this._portalHost.attach(t, e); + (t.prototype.attach = function(t, n) { + return void 0 === n && (n = !0), this._portalHost.attach(t, n); }), (t.prototype.detach = function() { return this._portalHost.detach(); @@ -20024,39 +20024,39 @@ ); })(), vg = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._overlayContainer = t), - (this._componentFactoryResolver = e), - (this._appRef = n), + (this._componentFactoryResolver = n), + (this._appRef = e), (this._document = o), (this._paneElements = new Map()); } return ( - (t.prototype.create = function(t, e) { - return this._createOverlayRef(this.getPaneElement(t, e)); + (t.prototype.create = function(t, n) { + return this._createOverlayRef(this.getPaneElement(t, n)); }), - (t.prototype.getPaneElement = function(t, e) { + (t.prototype.getPaneElement = function(t, n) { return ( void 0 === t && (t = ""), - this._paneElements.get(e) || this._paneElements.set(e, {}), - this._paneElements.get(e)[t] || - (this._paneElements.get(e)[t] = this._createPaneElement( + this._paneElements.get(n) || this._paneElements.set(n, {}), + this._paneElements.get(n)[t] || + (this._paneElements.get(n)[t] = this._createPaneElement( t, - e + n )), - this._paneElements.get(e)[t] + this._paneElements.get(n)[t] ); }), - (t.prototype._createPaneElement = function(t, e) { - var n = this._document.createElement("div"); + (t.prototype._createPaneElement = function(t, n) { + var e = this._document.createElement("div"); return ( - (n.id = "toast-container"), - n.classList.add(t), - n.classList.add("toast-container"), - e - ? e.getContainerElement().appendChild(n) - : this._overlayContainer.getContainerElement().appendChild(n), + (e.id = "toast-container"), + e.classList.add(t), + e.classList.add("toast-container"), n + ? n.getContainerElement().appendChild(e) + : this._overlayContainer.getContainerElement().appendChild(e), + e ); }), (t.prototype._createPortalHost = function(t) { @@ -20067,7 +20067,7 @@ }), (t.ngInjectableDef = Ct({ factory: function() { - return new t(Rt(yg), Rt(En), Rt(Xr), Rt(Ds)); + return new t(Rt(yg), Rt(Ee), Rt(Xr), Rt(Ds)); }, token: t, providedIn: "root" @@ -20120,30 +20120,30 @@ (t.prototype.afterActivate = function() { return this._activate.asObservable(); }), - (t.prototype.onDuplicate = function(t, e) { + (t.prototype.onDuplicate = function(t, n) { t && this._resetTimeout.next(), - e && this._countDuplicate.next(++this.duplicatesCount); + n && this._countDuplicate.next(++this.duplicatesCount); }), t ); })(), Pg = (function() { - function t(t, e) { - (this._toastPackage = t), (this._parentInjector = e); + function t(t, n) { + (this._toastPackage = t), (this._parentInjector = n); } return ( - (t.prototype.get = function(t, e, n) { + (t.prototype.get = function(t, n, e) { return t === gg ? this._toastPackage - : this._parentInjector.get(t, e, n); + : this._parentInjector.get(t, n, e); }), t ); })(), Mg = (function() { - function t(t, e, n, a, r) { - (this.overlay = e), - (this._injector = n), + function t(t, n, e, a, r) { + (this.overlay = n), + (this._injector = e), (this.sanitizer = a), (this.ngZone = r), (this.currentlyActive = 0), @@ -20158,59 +20158,59 @@ )); } return ( - (t.prototype.show = function(t, e, n, o) { + (t.prototype.show = function(t, n, e, o) { return ( - void 0 === n && (n = {}), + void 0 === e && (e = {}), void 0 === o && (o = ""), - this._preBuildNotification(o, t, e, this.applyConfig(n)) + this._preBuildNotification(o, t, n, this.applyConfig(e)) ); }), - (t.prototype.success = function(t, e, n) { + (t.prototype.success = function(t, n, e) { return ( - void 0 === n && (n = {}), + void 0 === e && (e = {}), this._preBuildNotification( this.toastrConfig.iconClasses.success || "", t, - e, - this.applyConfig(n) + n, + this.applyConfig(e) ) ); }), - (t.prototype.error = function(t, e, n) { + (t.prototype.error = function(t, n, e) { return ( - void 0 === n && (n = {}), + void 0 === e && (e = {}), this._preBuildNotification( this.toastrConfig.iconClasses.error || "", t, - e, - this.applyConfig(n) + n, + this.applyConfig(e) ) ); }), - (t.prototype.info = function(t, e, n) { + (t.prototype.info = function(t, n, e) { return ( - void 0 === n && (n = {}), + void 0 === e && (e = {}), this._preBuildNotification( this.toastrConfig.iconClasses.info || "", t, - e, - this.applyConfig(n) + n, + this.applyConfig(e) ) ); }), - (t.prototype.warning = function(t, e, n) { + (t.prototype.warning = function(t, n, e) { return ( - void 0 === n && (n = {}), + void 0 === e && (e = {}), this._preBuildNotification( this.toastrConfig.iconClasses.warning || "", t, - e, - this.applyConfig(n) + n, + this.applyConfig(e) ) ); }), (t.prototype.clear = function(t) { - var e, n; + var n, e; try { for ( var a = Object(o.__values)(this.toasts), r = a.next(); @@ -20223,21 +20223,21 @@ } else i.toastRef.manualClose(); } } catch (l) { - e = { error: l }; + n = { error: l }; } finally { try { - r && !r.done && (n = a.return) && n.call(a); + r && !r.done && (e = a.return) && e.call(a); } finally { - if (e) throw e.error; + if (n) throw n.error; } } }), (t.prototype.remove = function(t) { - var e = this._findToast(t); - if (!e) return !1; + var n = this._findToast(t); + if (!n) return !1; if ( - (e.activeToast.toastRef.close(), - this.toasts.splice(e.index, 1), + (n.activeToast.toastRef.close(), + this.toasts.splice(n.index, 1), (this.currentlyActive = this.currentlyActive - 1), !this.toastrConfig.maxOpened || !this.toasts.length) ) @@ -20246,17 +20246,17 @@ this.currentlyActive < this.toastrConfig.maxOpened && this.toasts[this.currentlyActive] ) { - var n = this.toasts[this.currentlyActive].toastRef; - n.isInactive() || + var e = this.toasts[this.currentlyActive].toastRef; + e.isInactive() || ((this.currentlyActive = this.currentlyActive + 1), - n.activate()); + e.activate()); } return !0; }), - (t.prototype.findDuplicate = function(t, e, n) { + (t.prototype.findDuplicate = function(t, n, e) { for (var o = 0; o < this.toasts.length; o++) { var a = this.toasts[o]; - if (a.message === t) return a.toastRef.onDuplicate(e, n), a; + if (a.message === t) return a.toastRef.onDuplicate(n, e), a; } return null; }), @@ -20267,30 +20267,30 @@ ); }), (t.prototype._findToast = function(t) { - for (var e = 0; e < this.toasts.length; e++) - if (this.toasts[e].toastId === t) - return { index: e, activeToast: this.toasts[e] }; + for (var n = 0; n < this.toasts.length; n++) + if (this.toasts[n].toastId === t) + return { index: n, activeToast: this.toasts[n] }; return null; }), - (t.prototype._preBuildNotification = function(t, e, n, o) { + (t.prototype._preBuildNotification = function(t, n, e, o) { var a = this; return o.onActivateTick ? this.ngZone.run(function() { - return a._buildNotification(t, e, n, o); + return a._buildNotification(t, n, e, o); }) - : this._buildNotification(t, e, n, o); + : this._buildNotification(t, n, e, o); }), - (t.prototype._buildNotification = function(t, e, n, o) { + (t.prototype._buildNotification = function(t, n, e, o) { var a = this; if (!o.toastComponent) throw new Error("toastComponent required"); var r = this.findDuplicate( - e, + n, this.toastrConfig.resetTimeoutOnDuplicate, this.toastrConfig.countDuplicates ); - if (e && this.toastrConfig.preventDuplicates && null !== r) + if (n && this.toastrConfig.preventDuplicates && null !== r) return r; - this.previousToastMessage = e; + this.previousToastMessage = n; var i = !1; this.toastrConfig.maxOpened && this.currentlyActive >= this.toastrConfig.maxOpened && @@ -20302,17 +20302,17 @@ this.overlayContainer ); this.index = this.index + 1; - var s = e; - e && o.enableHtml && (s = this.sanitizer.sanitize(ln.HTML, e)); + var s = n; + n && o.enableHtml && (s = this.sanitizer.sanitize(le.HTML, n)); var c = new Og(l), - u = new gg(this.index, o, s, n, t, c), + u = new gg(this.index, o, s, e, t, c), d = new Pg(u, this._injector), p = new bg(o.toastComponent, d), m = l.attach(p, this.toastrConfig.newestOnTop); c.componentInstance = m._component; var g = { toastId: this.index, - message: e || "", + message: n || "", toastRef: c, onShown: c.afterActivate(), onHidden: c.afterClosed(), @@ -20341,11 +20341,11 @@ ); })(), xg = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; (this.toastrService = t), - (this.toastPackage = e), - (this.ngZone = n), + (this.toastPackage = n), + (this.ngZone = e), (this.width = -1), (this.toastClasses = ""), (this.state = { @@ -20355,21 +20355,21 @@ easing: "ease-in" } }), - (this.message = e.message), - (this.title = e.title), - (this.options = e.config), - (this.originalTimeout = e.config.timeOut), - (this.toastClasses = e.toastType + " " + e.config.toastClass), - (this.sub = e.toastRef.afterActivate().subscribe(function() { + (this.message = n.message), + (this.title = n.title), + (this.options = n.config), + (this.originalTimeout = n.config.timeOut), + (this.toastClasses = n.toastType + " " + n.config.toastClass), + (this.sub = n.toastRef.afterActivate().subscribe(function() { o.activateToast(); })), - (this.sub1 = e.toastRef.manualClosed().subscribe(function() { + (this.sub1 = n.toastRef.manualClosed().subscribe(function() { o.remove(); })), - (this.sub2 = e.toastRef.timeoutReset().subscribe(function() { + (this.sub2 = n.toastRef.timeoutReset().subscribe(function() { o.resetTimeout(); })), - (this.sub3 = e.toastRef.countDuplicate().subscribe(function(t) { + (this.sub3 = n.toastRef.countDuplicate().subscribe(function(t) { o.duplicatesCount = t; })); } @@ -20480,29 +20480,29 @@ return t.updateProgress(); }, 10)); }), - (t.prototype.outsideTimeout = function(t, e) { - var n = this; + (t.prototype.outsideTimeout = function(t, n) { + var e = this; this.ngZone ? this.ngZone.runOutsideAngular(function() { - return (n.timeout = setTimeout(function() { - return n.runInsideAngular(t); - }, e)); + return (e.timeout = setTimeout(function() { + return e.runInsideAngular(t); + }, n)); }) : (this.timeout = setTimeout(function() { return t(); - }, e)); + }, n)); }), - (t.prototype.outsideInterval = function(t, e) { - var n = this; + (t.prototype.outsideInterval = function(t, n) { + var e = this; this.ngZone ? this.ngZone.runOutsideAngular(function() { - return (n.intervalId = setInterval(function() { - return n.runInsideAngular(t); - }, e)); + return (e.intervalId = setInterval(function() { + return e.runInsideAngular(t); + }, n)); }) : (this.intervalId = setInterval(function() { return t(); - }, e)); + }, n)); }), (t.prototype.runInsideAngular = function(t) { this.ngZone @@ -20517,14 +20517,14 @@ kg = Object(o.__assign)({}, fg, { toastComponent: xg }), wg = (function() { function t() {} - var e; + var n; return ( - (e = t), + (n = t), (t.forRoot = function(t) { return ( void 0 === t && (t = {}), { - ngModule: e, + ngModule: n, providers: [ { provide: hg, useValue: { default: kg, config: t } } ] @@ -20535,11 +20535,11 @@ ); })(), Sg = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; (this.beatOnApi = t), - (this.msgSvc = e), - (this.toastr = n), + (this.msgSvc = n), + (this.toastr = e), (this.configUpdated = new ar()), console.log( "config service subscribing to host config change event" @@ -20553,21 +20553,21 @@ return ( (t.prototype.getConfig = function() { var t = this; - return new O(function(e) { + return new O(function(n) { null != t.currentConfig - ? e.next(t.currentConfig) + ? n.next(t.currentConfig) : t.beatOnApi.getConfig().subscribe( - function(n) { - (t.currentConfig = n), e.next(n); + function(e) { + (t.currentConfig = e), n.next(e); }, - function(n) { + function(e) { t.toastr.error( "Unable to load configuration", "Showstopping Error", { timeOut: 30 } ), (t.currentConfig = { IsCommitted: !0, Config: {} }), - e.next(t.currentConfig); + n.next(t.currentConfig); } ); }); @@ -20576,8 +20576,8 @@ (t.prototype.refreshConfig = function() { var t = this; this.beatOnApi.getConfig().subscribe( - function(e) { - (t.currentConfig = e), t.configUpdated.emit(e); + function(n) { + (t.currentConfig = n), t.configUpdated.emit(n); }, function(t) { console.log("ERROR" + t); @@ -20601,8 +20601,8 @@ (this.isBrowserShown = !1), window.addEventListener( "appbutton", - function(e) { - t.appButtonPressed.emit(e.detail); + function(n) { + t.appButtonPressed.emit(n.detail); }, !1 ); @@ -20616,13 +20616,13 @@ window[t.INTERFACE_NAME].refreshBrowser(); }), (t.prototype.showBrowser = function() { - var e = document + var n = document .getElementById("mainContentDiv") .getBoundingClientRect(); console.log( - "calling interface show browser with offset " + e.top + "calling interface show browser with offset " + n.top ), - window[t.INTERFACE_NAME].showBrowser(e.top), + window[t.INTERFACE_NAME].showBrowser(n.top), (this.isBrowserShown = !0); }), (t.prototype.hideBrowser = function() { @@ -20634,13 +20634,13 @@ console.log("calling interface browser go back"), window[t.INTERFACE_NAME].browserGoBack(); }), - (t.prototype.navigateBrowser = function(e) { - console.log("calling navigate browser with " + e), - window[t.INTERFACE_NAME].navigateBrowser(e); + (t.prototype.navigateBrowser = function(n) { + console.log("calling navigate browser with " + n), + window[t.INTERFACE_NAME].navigateBrowser(n); }), - (t.prototype.showToast = function(e, n, o, a) { + (t.prototype.showToast = function(n, e, o, a) { console.log("calling toast"), - window[t.INTERFACE_NAME].showToast(e, n, cg[o], a); + window[t.INTERFACE_NAME].showToast(n, e, cg[o], a); }), (t.INTERFACE_NAME = "BeatOnAppInterface"), (t.ngInjectableDef = yt({ @@ -20654,16 +20654,16 @@ ); })(), Ig = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { var r = this; (this.dialogRef = t), - (this.data = e), - (this.msgSvc = n), + (this.data = n), + (this.msgSvc = e), (this.cdr = o), (this.appIntegration = a), (this.messages = new Array()), (this.mainText = ""), - (this.mainText = e.mainText); + (this.mainText = n.mainText); var i = !1; t.afterOpened().subscribe(function() { r.appIntegration.isBrowserShown && @@ -20676,11 +20676,8 @@ r.appIntegration.showBrowser(); }), this.msgSvc.setupMessage.subscribe(function(t) { - console.log("Got message in spinner " + t.SetupEvent), - t.SetupEvent == ug.StatusMessage && - (console.log("pussing message to view"), - r.messages.push(t.Message), - r.cdr.detectChanges()); + t.SetupEvent == ug.StatusMessage && + (r.messages.push(t.Message), r.cdr.detectChanges()); }); } return ( @@ -20738,11 +20735,11 @@ ); })({}), Dg = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { var s = this; (this.beatOnApi = t), - (this.router = e), - (this.msgSvc = n), + (this.router = n), + (this.msgSvc = e), (this.toastr = o), (this.cfgSvc = a), (this.dialog = r), @@ -20829,10 +20826,10 @@ } }); this.beatOnApi.commitConfig().subscribe( - function(e) { + function(n) { t.close(); }, - function(e) { + function(n) { t.close(); } ); @@ -20898,7 +20895,7 @@ function() { t.close(); }, - function(e) { + function(n) { t.close(), console.log("Failed to revert config!"); } ); @@ -20908,9 +20905,9 @@ }), (t.prototype.checkModStatus = function() { var t = this; - this.beatOnApi.getModStatus().subscribe(function(e) { + this.beatOnApi.getModStatus().subscribe(function(n) { (t.modStatusLoaded = !0), - (t.modStatus = e), + (t.modStatus = n), "ModInstallNotStarted" == t.modStatus.CurrentStatus ? t.router.navigateByUrl("/setup") : "ReadyForModApply" == t.modStatus.CurrentStatus @@ -20918,8 +20915,8 @@ : "ReadyForInstall" == t.modStatus.CurrentStatus ? t.router.navigateByUrl("/setupstep3") : "ModInstalled" == t.modStatus.CurrentStatus && - t.cfgSvc.getConfig().subscribe(function(e) { - (t.config = e), + t.cfgSvc.getConfig().subscribe(function(n) { + (t.config = n), ("/" == t.router.url || t.router.url.indexOf("setup") > -1 || "/main" == t.router.url || @@ -20936,16 +20933,16 @@ (t.prototype.onClickModStatus = function() {}), (t.prototype.onClickInstallModStep1 = function() { var t = this; - this.beatOnApi.installModStep1().subscribe(function(e) { + this.beatOnApi.installModStep1().subscribe(function(n) { (t.modStatusLoaded = !0), - (t.modStatus = e), - (t.resultJson = JSON.stringify(e)); + (t.modStatus = n), + (t.resultJson = JSON.stringify(n)); }); }), (t.prototype.onClickInstallModStep2 = function() { var t = this; - this.beatOnApi.installModStep2().subscribe(function(e) { - (t.modStatus = e), (t.resultJson = JSON.stringify(e)); + this.beatOnApi.installModStep2().subscribe(function(n) { + (t.modStatus = n), (t.resultJson = JSON.stringify(n)); }); }), (t.prototype.clickBack = function() { @@ -21028,10 +21025,10 @@ [["aria-label", "Close"], ["class", "toast-close-button"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.remove() && o), o + "click" === n && (o = !1 !== t.component.remove() && o), o ); }, null, @@ -21067,8 +21064,8 @@ (t()(), Ai(1, null, ["[", "]"])) ], null, - function(t, e) { - t(e, 1, 0, e.component.duplicatesCount + 1); + function(t, n) { + t(n, 1, 0, n.component.duplicatesCount + 1); } ); } @@ -21095,12 +21092,12 @@ (t()(), hi(16777216, null, null, 1, null, Lg)), Ba(3, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - t(e, 3, 0, e.component.duplicatesCount); + function(t, n) { + t(n, 3, 0, n.component.duplicatesCount); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.options.titleClass, n.title), t(e, 1, 0, n.title); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.options.titleClass, e.title), t(n, 1, 0, e.title); } ); } @@ -21125,9 +21122,9 @@ )) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.options.messageClass, n.message); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.options.messageClass, e.message); } ); } @@ -21153,10 +21150,10 @@ (t()(), Ai(1, null, [" ", " "])) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.options.messageClass, n.message), - t(e, 1, 0, n.message); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.options.messageClass, e.message), + t(n, 1, 0, e.message); } ); } @@ -21183,8 +21180,8 @@ )) ], null, - function(t, e) { - t(e, 1, 0, e.component.width + "%"); + function(t, n) { + t(n, 1, 0, n.component.width + "%"); } ); } @@ -21203,13 +21200,13 @@ (t()(), hi(16777216, null, null, 1, null, Vg)), Ba(9, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, n.options.closeButton), - t(e, 3, 0, n.title), - t(e, 5, 0, n.message && n.options.enableHtml), - t(e, 7, 0, n.message && !n.options.enableHtml), - t(e, 9, 0, n.options.progressBar); + function(t, n) { + var e = n.component; + t(n, 1, 0, e.options.closeButton), + t(n, 3, 0, e.title), + t(n, 5, 0, e.message && e.options.enableHtml), + t(n, 7, 0, e.message && !e.options.enableHtml), + t(n, 9, 0, e.options.progressBar); }, null ); @@ -21229,13 +21226,13 @@ [["toast-component", ""]], [[8, "className", 0], [40, "@flyInOut", 0], [4, "display", null]], [[null, "click"], [null, "mouseenter"], [null, "mouseleave"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== wa(t, 1).tapToast() && o), - "mouseenter" === e && + "click" === n && (o = !1 !== wa(t, 1).tapToast() && o), + "mouseenter" === n && (o = !1 !== wa(t, 1).stickAround() && o), - "mouseleave" === e && + "mouseleave" === n && (o = !1 !== wa(t, 1).delayedHideToast() && o), o ); @@ -21246,14 +21243,14 @@ Ba(1, 180224, null, 0, xg, [Mg, gg, Dr], null, null) ], null, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).toastClasses, - wa(e, 1).state, - wa(e, 1).displayStyle + wa(n, 1).toastClasses, + wa(n, 1).state, + wa(n, 1).displayStyle ); } ); @@ -21279,10 +21276,10 @@ null, null )), - Ba(1, 212992, null, 0, Hm, [Vm, so, En, [8, null], eo], null, null) + Ba(1, 212992, null, 0, Hm, [Vm, so, Ee, [8, null], no], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -21331,10 +21328,10 @@ tf = (function() { return function() {}; })(), - ef = (function() { + nf = (function() { return function() {}; })(), - nf = (function() { + ef = (function() { return function() {}; })(), of = (function() { @@ -21349,10 +21346,10 @@ rf = (function() { function t(t) { if (((this.value = "ltr"), (this.change = new ar()), t)) { - var e = + var n = (t.body ? t.body.dir : null) || (t.documentElement ? t.documentElement.dir : null); - this.value = "ltr" === e || "rtl" === e ? e : "ltr"; + this.value = "ltr" === n || "rtl" === n ? n : "ltr"; } } return ( @@ -21375,14 +21372,14 @@ function sf(t) { return null != t && "" + t != "false"; } - function cf(t, e) { + function cf(t, n) { return ( - void 0 === e && (e = 0), + void 0 === n && (n = 0), (function(t) { return !isNaN(parseFloat(t)) && !isNaN(Number(t)); })(t) ? Number(t) - : e + : n ); } function uf(t) { @@ -21392,11 +21389,11 @@ return null == t ? "" : "string" == typeof t ? t : t + "px"; } function pf(t) { - return t instanceof Nn ? t.nativeElement : t; + return t instanceof Ne ? t.nativeElement : t; } try { Gg = "undefined" != typeof Intl && Intl.v8BreakIterator; - } catch (EA) { + } catch (FA) { Gg = !1; } var mf, @@ -21482,8 +21479,8 @@ if ("object" != typeof document || !document) return (mf = new Set(bf)); var t = document.createElement("input"); return (mf = new Set( - bf.filter(function(e) { - return t.setAttribute("type", e), t.type === e; + bf.filter(function(n) { + return t.setAttribute("type", n), t.type === n; }) )); } @@ -21522,19 +21519,19 @@ if ("object" != typeof document || !document) return vf.NORMAL; if (!Cf) { var t = document.createElement("div"), - e = t.style; + n = t.style; (t.dir = "rtl"), - (e.height = "1px"), - (e.width = "1px"), - (e.overflow = "auto"), - (e.visibility = "hidden"), - (e.pointerEvents = "none"), - (e.position = "absolute"); - var n = document.createElement("div"), - o = n.style; + (n.height = "1px"), + (n.width = "1px"), + (n.overflow = "auto"), + (n.visibility = "hidden"), + (n.pointerEvents = "none"), + (n.position = "absolute"); + var e = document.createElement("div"), + o = e.style; (o.width = "2px"), (o.height = "1px"), - t.appendChild(n), + t.appendChild(e), document.body.appendChild(t), (Cf = vf.NORMAL), 0 === t.scrollLeft && @@ -21548,106 +21545,106 @@ Mf = 27, xf = 188; function kf(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; - return e.length - ? e.some(function(e) { - return t[e]; + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; + return n.length + ? n.some(function(n) { + return t[n]; }) : t.altKey || t.shiftKey || t.ctrlKey || t.metaKey; } var wf = (function(t) { - function e(e, n) { - var o = t.call(this, e, n) || this; - return (o.scheduler = e), (o.work = n), (o.pending = !1), o; + function n(n, e) { + var o = t.call(this, n, e) || this; + return (o.scheduler = n), (o.work = e), (o.pending = !1), o; } return ( - o.__extends(e, t), - (e.prototype.schedule = function(t, e) { - if ((void 0 === e && (e = 0), this.closed)) return this; + o.__extends(n, t), + (n.prototype.schedule = function(t, n) { + if ((void 0 === n && (n = 0), this.closed)) return this; this.state = t; - var n = this.id, + var e = this.id, o = this.scheduler; return ( - null != n && (this.id = this.recycleAsyncId(o, n, e)), + null != e && (this.id = this.recycleAsyncId(o, e, n)), (this.pending = !0), - (this.delay = e), - (this.id = this.id || this.requestAsyncId(o, this.id, e)), + (this.delay = n), + (this.id = this.id || this.requestAsyncId(o, this.id, n)), this ); }), - (e.prototype.requestAsyncId = function(t, e, n) { + (n.prototype.requestAsyncId = function(t, n, e) { return ( - void 0 === n && (n = 0), setInterval(t.flush.bind(t, this), n) + void 0 === e && (e = 0), setInterval(t.flush.bind(t, this), e) ); }), - (e.prototype.recycleAsyncId = function(t, e, n) { + (n.prototype.recycleAsyncId = function(t, n, e) { if ( - (void 0 === n && (n = 0), - null !== n && this.delay === n && !1 === this.pending) + (void 0 === e && (e = 0), + null !== e && this.delay === e && !1 === this.pending) ) - return e; - clearInterval(e); + return n; + clearInterval(n); }), - (e.prototype.execute = function(t, e) { + (n.prototype.execute = function(t, n) { if (this.closed) return new Error("executing a cancelled action"); this.pending = !1; - var n = this._execute(t, e); - if (n) return n; + var e = this._execute(t, n); + if (e) return e; !1 === this.pending && null != this.id && (this.id = this.recycleAsyncId(this.scheduler, this.id, null)); }), - (e.prototype._execute = function(t, e) { - var n = !1, + (n.prototype._execute = function(t, n) { + var e = !1, o = void 0; try { this.work(t); } catch (a) { - (n = !0), (o = (!!a && a) || new Error(a)); + (e = !0), (o = (!!a && a) || new Error(a)); } - if (n) return this.unsubscribe(), o; + if (e) return this.unsubscribe(), o; }), - (e.prototype._unsubscribe = function() { + (n.prototype._unsubscribe = function() { var t = this.id, - e = this.scheduler, - n = e.actions, - o = n.indexOf(this); + n = this.scheduler, + e = n.actions, + o = e.indexOf(this); (this.work = null), (this.state = null), (this.pending = !1), (this.scheduler = null), - -1 !== o && n.splice(o, 1), - null != t && (this.id = this.recycleAsyncId(e, t, null)), + -1 !== o && e.splice(o, 1), + null != t && (this.id = this.recycleAsyncId(n, t, null)), (this.delay = null); }), - e + n ); })( (function(t) { - function e(e, n) { + function n(n, e) { return t.call(this) || this; } return ( - o.__extends(e, t), - (e.prototype.schedule = function(t, e) { - return void 0 === e && (e = 0), this; + o.__extends(n, t), + (n.prototype.schedule = function(t, n) { + return void 0 === n && (n = 0), this; }), - e + n ); })(c) ), Sf = (function() { - function t(e, n) { - void 0 === n && (n = t.now), - (this.SchedulerAction = e), - (this.now = n); + function t(n, e) { + void 0 === e && (e = t.now), + (this.SchedulerAction = n), + (this.now = e); } return ( - (t.prototype.schedule = function(t, e, n) { + (t.prototype.schedule = function(t, n, e) { return ( - void 0 === e && (e = 0), - new this.SchedulerAction(this, t).schedule(n, e) + void 0 === n && (n = 0), + new this.SchedulerAction(this, t).schedule(e, n) ); }), (t.now = function() { @@ -21657,67 +21654,67 @@ ); })(), Ef = (function(t) { - function e(n, o) { + function n(e, o) { void 0 === o && (o = Sf.now); var a = - t.call(this, n, function() { - return e.delegate && e.delegate !== a ? e.delegate.now() : o(); + t.call(this, e, function() { + return n.delegate && n.delegate !== a ? n.delegate.now() : o(); }) || this; return (a.actions = []), (a.active = !1), (a.scheduled = void 0), a; } return ( - o.__extends(e, t), - (e.prototype.schedule = function(n, o, a) { + o.__extends(n, t), + (n.prototype.schedule = function(e, o, a) { return ( void 0 === o && (o = 0), - e.delegate && e.delegate !== this - ? e.delegate.schedule(n, o, a) - : t.prototype.schedule.call(this, n, o, a) + n.delegate && n.delegate !== this + ? n.delegate.schedule(e, o, a) + : t.prototype.schedule.call(this, e, o, a) ); }), - (e.prototype.flush = function(t) { - var e = this.actions; - if (this.active) e.push(t); + (n.prototype.flush = function(t) { + var n = this.actions; + if (this.active) n.push(t); else { - var n; + var e; this.active = !0; do { - if ((n = t.execute(t.state, t.delay))) break; - } while ((t = e.shift())); - if (((this.active = !1), n)) { - for (; (t = e.shift()); ) t.unsubscribe(); - throw n; + if ((e = t.execute(t.state, t.delay))) break; + } while ((t = n.shift())); + if (((this.active = !1), e)) { + for (; (t = n.shift()); ) t.unsubscribe(); + throw e; } } }), - e + n ); })(Sf), If = new Ef(wf); - function Af(t, e) { + function Af(t, n) { return ( - void 0 === e && (e = If), - function(n) { - return n.lift(new Tf(t, e)); + void 0 === n && (n = If), + function(e) { + return e.lift(new Tf(t, n)); } ); } var Tf = (function() { - function t(t, e) { - (this.dueTime = t), (this.scheduler = e); + function t(t, n) { + (this.dueTime = t), (this.scheduler = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Rf(t, this.dueTime, this.scheduler)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Rf(t, this.dueTime, this.scheduler)); }), t ); })(), Rf = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; + function n(n, e, o) { + var a = t.call(this, n) || this; return ( - (a.dueTime = n), + (a.dueTime = e), (a.scheduler = o), (a.debouncedSubscription = null), (a.lastValue = null), @@ -21726,8 +21723,8 @@ ); } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { this.clearDebounce(), (this.lastValue = t), (this.hasValue = !0), @@ -21739,10 +21736,10 @@ )) ); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.debouncedNext(), this.destination.complete(); }), - (e.prototype.debouncedNext = function() { + (n.prototype.debouncedNext = function() { if ((this.clearDebounce(), this.hasValue)) { var t = this.lastValue; (this.lastValue = null), @@ -21750,21 +21747,21 @@ this.destination.next(t); } }), - (e.prototype.clearDebounce = function() { + (n.prototype.clearDebounce = function() { var t = this.debouncedSubscription; null !== t && (this.remove(t), t.unsubscribe(), (this.debouncedSubscription = null)); }), - e + n ); })(h); function Df(t) { t.debouncedNext(); } - function Nf(t, e) { - return (t.getAttribute(e) || "").match(/\S+/g) || []; + function Nf(t, n) { + return (t.getAttribute(n) || "").match(/\S+/g) || []; } var zf = 0, Lf = new Map(), @@ -21774,18 +21771,18 @@ this._document = t; } return ( - (t.prototype.describe = function(t, e) { - this._canBeDescribed(t, e) && - (Lf.has(e) || this._createMessageElement(e), - this._isElementDescribedByMessage(t, e) || - this._addMessageReference(t, e)); + (t.prototype.describe = function(t, n) { + this._canBeDescribed(t, n) && + (Lf.has(n) || this._createMessageElement(n), + this._isElementDescribedByMessage(t, n) || + this._addMessageReference(t, n)); }), - (t.prototype.removeDescription = function(t, e) { + (t.prototype.removeDescription = function(t, n) { if (this._isElementNode(t)) { - this._isElementDescribedByMessage(t, e) && - this._removeMessageReference(t, e); - var n = Lf.get(e); - n && 0 === n.referenceCount && this._deleteMessageElement(e), + this._isElementDescribedByMessage(t, n) && + this._removeMessageReference(t, n); + var e = Lf.get(n); + e && 0 === e.referenceCount && this._deleteMessageElement(n), jf && 0 === jf.childNodes.length && this._deleteMessagesContainer(); @@ -21796,26 +21793,26 @@ var t = this._document.querySelectorAll( "[cdk-describedby-host]" ), - e = 0; - e < t.length; - e++ + n = 0; + n < t.length; + n++ ) - this._removeCdkDescribedByReferenceIds(t[e]), - t[e].removeAttribute("cdk-describedby-host"); + this._removeCdkDescribedByReferenceIds(t[n]), + t[n].removeAttribute("cdk-describedby-host"); jf && this._deleteMessagesContainer(), Lf.clear(); }), (t.prototype._createMessageElement = function(t) { - var e = this._document.createElement("div"); - e.setAttribute("id", "cdk-describedby-message-" + zf++), - e.appendChild(this._document.createTextNode(t)), + var n = this._document.createElement("div"); + n.setAttribute("id", "cdk-describedby-message-" + zf++), + n.appendChild(this._document.createTextNode(t)), this._createMessagesContainer(), - jf.appendChild(e), - Lf.set(t, { messageElement: e, referenceCount: 0 }); + jf.appendChild(n), + Lf.set(t, { messageElement: n, referenceCount: 0 }); }), (t.prototype._deleteMessageElement = function(t) { - var e = Lf.get(t), - n = e && e.messageElement; - jf && n && jf.removeChild(n), Lf.delete(t); + var n = Lf.get(t), + e = n && n.messageElement; + jf && e && jf.removeChild(e), Lf.delete(t); }), (t.prototype._createMessagesContainer = function() { if (!jf) { @@ -21836,49 +21833,49 @@ (jf.parentNode.removeChild(jf), (jf = null)); }), (t.prototype._removeCdkDescribedByReferenceIds = function(t) { - var e = Nf(t, "aria-describedby").filter(function(t) { + var n = Nf(t, "aria-describedby").filter(function(t) { return 0 != t.indexOf("cdk-describedby-message"); }); - t.setAttribute("aria-describedby", e.join(" ")); + t.setAttribute("aria-describedby", n.join(" ")); }), - (t.prototype._addMessageReference = function(t, e) { - var n, + (t.prototype._addMessageReference = function(t, n) { + var e, o, a, - r = Lf.get(e); + r = Lf.get(n); (o = r.messageElement.id), - (a = Nf((n = t), "aria-describedby")).some(function(t) { + (a = Nf((e = t), "aria-describedby")).some(function(t) { return t.trim() == o.trim(); }) || (a.push(o.trim()), - n.setAttribute("aria-describedby", a.join(" "))), + e.setAttribute("aria-describedby", a.join(" "))), t.setAttribute("cdk-describedby-host", ""), r.referenceCount++; }), - (t.prototype._removeMessageReference = function(t, e) { - var n, + (t.prototype._removeMessageReference = function(t, n) { + var e, o, a, - r = Lf.get(e); + r = Lf.get(n); r.referenceCount--, (o = r.messageElement.id), - (a = Nf((n = t), "aria-describedby").filter(function(t) { + (a = Nf((e = t), "aria-describedby").filter(function(t) { return t != o.trim(); })), - n.setAttribute("aria-describedby", a.join(" ")), + e.setAttribute("aria-describedby", a.join(" ")), t.removeAttribute("cdk-describedby-host"); }), - (t.prototype._isElementDescribedByMessage = function(t, e) { - var n = Nf(t, "aria-describedby"), - o = Lf.get(e), + (t.prototype._isElementDescribedByMessage = function(t, n) { + var e = Nf(t, "aria-describedby"), + o = Lf.get(n), a = o && o.messageElement.id; - return !!a && -1 != n.indexOf(a); + return !!a && -1 != e.indexOf(a); }), - (t.prototype._canBeDescribed = function(t, e) { + (t.prototype._canBeDescribed = function(t, n) { if (!this._isElementNode(t)) return !1; - var n = null == e ? "" : ("" + e).trim(), + var e = null == n ? "" : ("" + n).trim(), o = t.getAttribute("aria-label"); - return !(!n || (o && o.trim() === n)); + return !(!e || (o && o.trim() === e)); }), (t.prototype._isElementNode = function(t) { return t.nodeType === this._document.ELEMENT_NODE; @@ -21894,25 +21891,25 @@ ); })(), Bf = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e._origin = "program"), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n._origin = "program"), n; } return ( - Object(o.__extends)(e, t), - (e.prototype.setFocusOrigin = function(t) { + Object(o.__extends)(n, t), + (n.prototype.setFocusOrigin = function(t) { return (this._origin = t), this; }), - (e.prototype.setActiveItem = function(e) { - t.prototype.setActiveItem.call(this, e), + (n.prototype.setActiveItem = function(n) { + t.prototype.setActiveItem.call(this, n), this.activeItem && this.activeItem.focus(this._origin); }), - e + n ); })( (function() { function t(t) { - var e = this; + var n = this; (this._items = t), (this._activeItemIndex = -1), (this._activeItem = null), @@ -21929,11 +21926,11 @@ (this.change = new S()), t instanceof rr && t.changes.subscribe(function(t) { - if (e._activeItem) { - var n = t.toArray().indexOf(e._activeItem); - n > -1 && - n !== e._activeItemIndex && - (e._activeItemIndex = n); + if (n._activeItem) { + var e = t.toArray().indexOf(n._activeItem); + e > -1 && + e !== n._activeItemIndex && + (n._activeItemIndex = e); } }); } @@ -21954,7 +21951,7 @@ return (this._allowedModifierKeys = t), this; }), (t.prototype.withTypeAhead = function(t) { - var e = this; + var n = this; if ( (void 0 === t && (t = 200), this._items.length && @@ -21970,26 +21967,26 @@ (this._typeaheadSubscription = this._letterKeyStream .pipe( Dc(function(t) { - return e._pressedLetters.push(t); + return n._pressedLetters.push(t); }), Af(t), Zl(function() { - return e._pressedLetters.length > 0; + return n._pressedLetters.length > 0; }), U(function() { - return e._pressedLetters.join(""); + return n._pressedLetters.join(""); }) ) .subscribe(function(t) { for ( - var n = e._getItemsArray(), o = 1; - o < n.length + 1; + var e = n._getItemsArray(), o = 1; + o < e.length + 1; o++ ) { - var a = (e._activeItemIndex + o) % n.length, - r = n[a]; + var a = (n._activeItemIndex + o) % e.length, + r = e[a]; if ( - !e._skipPredicateFn(r) && + !n._skipPredicateFn(r) && 0 === r .getLabel() @@ -21997,30 +21994,30 @@ .trim() .indexOf(t) ) { - e.setActiveItem(a); + n.setActiveItem(a); break; } } - e._pressedLetters = []; + n._pressedLetters = []; })), this ); }), (t.prototype.setActiveItem = function(t) { - var e = this._activeItemIndex; + var n = this._activeItemIndex; this.updateActiveItem(t), - this._activeItemIndex !== e && + this._activeItemIndex !== n && this.change.next(this._activeItemIndex); }), (t.prototype.onKeydown = function(t) { - var e = this, - n = t.keyCode, + var n = this, + e = t.keyCode, o = ["altKey", "ctrlKey", "metaKey", "shiftKey"].every( - function(n) { - return !t[n] || e._allowedModifierKeys.indexOf(n) > -1; + function(e) { + return !t[e] || n._allowedModifierKeys.indexOf(e) > -1; } ); - switch (n) { + switch (e) { case 9: return void this.tabOut.next(); case 40: @@ -22056,8 +22053,8 @@ (o || kf(t, "shiftKey")) && (t.key && 1 === t.key.length ? this._letterKeyStream.next(t.key.toLocaleUpperCase()) - : ((n >= 65 && n <= 90) || (n >= 48 && n <= 57)) && - this._letterKeyStream.next(String.fromCharCode(n))) + : ((e >= 65 && e <= 90) || (e >= 48 && e <= 57)) && + this._letterKeyStream.next(String.fromCharCode(e))) ); } (this._pressedLetters = []), t.preventDefault(); @@ -22093,11 +22090,11 @@ : this._setActiveItemByDelta(-1); }), (t.prototype.updateActiveItem = function(t) { - var e = this._getItemsArray(), - n = "number" == typeof t ? t : e.indexOf(t), - o = e[n]; + var n = this._getItemsArray(), + e = "number" == typeof t ? t : n.indexOf(t), + o = n[e]; (this._activeItem = null == o ? null : o), - (this._activeItemIndex = n); + (this._activeItemIndex = e); }), (t.prototype.updateActiveItemIndex = function(t) { this.updateActiveItem(t); @@ -22108,20 +22105,20 @@ : this._setActiveInDefaultMode(t); }), (t.prototype._setActiveInWrapMode = function(t) { - for (var e = this._getItemsArray(), n = 1; n <= e.length; n++) { - var o = (this._activeItemIndex + t * n + e.length) % e.length; - if (!this._skipPredicateFn(e[o])) + for (var n = this._getItemsArray(), e = 1; e <= n.length; e++) { + var o = (this._activeItemIndex + t * e + n.length) % n.length; + if (!this._skipPredicateFn(n[o])) return void this.setActiveItem(o); } }), (t.prototype._setActiveInDefaultMode = function(t) { this._setActiveItemByIndex(this._activeItemIndex + t, t); }), - (t.prototype._setActiveItemByIndex = function(t, e) { - var n = this._getItemsArray(); - if (n[t]) { - for (; this._skipPredicateFn(n[t]); ) - if (!n[(t += e)]) return; + (t.prototype._setActiveItemByIndex = function(t, n) { + var e = this._getItemsArray(); + if (e[t]) { + for (; this._skipPredicateFn(e[t]); ) + if (!e[(t += n)]) return; this.setActiveItem(t); } }), @@ -22156,20 +22153,20 @@ }), (t.prototype.isTabbable = function(t) { if (!this._platform.isBrowser) return !1; - var e, - n = (function(t) { + var n, + e = (function(t) { try { return t.frameElement; - } catch (EA) { + } catch (FA) { return null; } })( - ((e = t).ownerDocument && e.ownerDocument.defaultView) || + ((n = t).ownerDocument && n.ownerDocument.defaultView) || window ); - if (n) { - var o = n && n.nodeName.toLowerCase(); - if (-1 === Uf(n)) return !1; + if (e) { + var o = e && e.nodeName.toLowerCase(); + if (-1 === Uf(e)) return !1; if ( (this._platform.BLINK || this._platform.WEBKIT) && "object" === o @@ -22177,7 +22174,7 @@ return !1; if ( (this._platform.BLINK || this._platform.WEBKIT) && - !this.isVisible(n) + !this.isVisible(e) ) return !1; } @@ -22201,13 +22198,13 @@ this._platform.WEBKIT && this._platform.IOS && !(function(t) { - var e = t.nodeName.toLowerCase(), - n = "input" === e && t.type; + var n = t.nodeName.toLowerCase(), + e = "input" === n && t.type; return ( - "text" === n || - "password" === n || - "select" === e || - "textarea" === e + "text" === e || + "password" === e || + "select" === n || + "textarea" === n ); })(t) ) && @@ -22226,12 +22223,12 @@ ); })(t) && ((function(t) { - var e = t.nodeName.toLowerCase(); + var n = t.nodeName.toLowerCase(); return ( - "input" === e || - "select" === e || - "button" === e || - "textarea" === e + "input" === n || + "select" === n || + "button" === n || + "textarea" === n ); })(t) || (function(t) { @@ -22261,21 +22258,21 @@ })(); function Hf(t) { if (!t.hasAttribute("tabindex") || void 0 === t.tabIndex) return !1; - var e = t.getAttribute("tabindex"); - return "-32768" != e && !(!e || isNaN(parseInt(e, 10))); + var n = t.getAttribute("tabindex"); + return "-32768" != n && !(!n || isNaN(parseInt(n, 10))); } function Uf(t) { if (!Hf(t)) return null; - var e = parseInt(t.getAttribute("tabindex") || "", 10); - return isNaN(e) ? -1 : e; + var n = parseInt(t.getAttribute("tabindex") || "", 10); + return isNaN(n) ? -1 : n; } var qf = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { var r = this; void 0 === a && (a = !1), (this._element = t), - (this._checker = e), - (this._ngZone = n), + (this._checker = n), + (this._ngZone = e), (this._document = o), (this._hasAttached = !1), (this.startAnchorListener = function() { @@ -22304,13 +22301,13 @@ }), (t.prototype.destroy = function() { var t = this._startAnchor, - e = this._endAnchor; + n = this._endAnchor; t && (t.removeEventListener("focus", this.startAnchorListener), t.parentNode && t.parentNode.removeChild(t)), - e && - (e.removeEventListener("focus", this.endAnchorListener), - e.parentNode && e.parentNode.removeChild(e)), + n && + (n.removeEventListener("focus", this.endAnchorListener), + n.parentNode && n.parentNode.removeChild(n)), (this._startAnchor = this._endAnchor = null); }), (t.prototype.attachAnchors = function() { @@ -22346,31 +22343,31 @@ }), (t.prototype.focusInitialElementWhenReady = function() { var t = this; - return new Promise(function(e) { + return new Promise(function(n) { t._executeOnStable(function() { - return e(t.focusInitialElement()); + return n(t.focusInitialElement()); }); }); }), (t.prototype.focusFirstTabbableElementWhenReady = function() { var t = this; - return new Promise(function(e) { + return new Promise(function(n) { t._executeOnStable(function() { - return e(t.focusFirstTabbableElement()); + return n(t.focusFirstTabbableElement()); }); }); }), (t.prototype.focusLastTabbableElementWhenReady = function() { var t = this; - return new Promise(function(e) { + return new Promise(function(n) { t._executeOnStable(function() { - return e(t.focusLastTabbableElement()); + return n(t.focusLastTabbableElement()); }); }); }), (t.prototype._getRegionBoundary = function(t) { for ( - var e = this._element.querySelectorAll( + var n = this._element.querySelectorAll( "[cdk-focus-region-" + t + "], [cdkFocusRegion" + @@ -22379,34 +22376,34 @@ t + "]" ), - n = 0; - n < e.length; - n++ + e = 0; + e < n.length; + e++ ) - e[n].hasAttribute("cdk-focus-" + t) + n[e].hasAttribute("cdk-focus-" + t) ? console.warn( "Found use of deprecated attribute 'cdk-focus-" + t + "', use 'cdkFocusRegion" + t + "' instead. The deprecated attribute will be removed in 8.0.0.", - e[n] + n[e] ) - : e[n].hasAttribute("cdk-focus-region-" + t) && + : n[e].hasAttribute("cdk-focus-region-" + t) && console.warn( "Found use of deprecated attribute 'cdk-focus-region-" + t + "', use 'cdkFocusRegion" + t + "' instead. The deprecated attribute will be removed in 8.0.0.", - e[n] + n[e] ); return "start" == t - ? e.length - ? e[0] + ? n.length + ? n[0] : this._getFirstTabbableElement(this._element) - : e.length - ? e[e.length - 1] + : n.length + ? n[n.length - 1] : this._getLastTabbableElement(this._element); }), (t.prototype.focusInitialElement = function() { @@ -22419,7 +22416,7 @@ "Found use of deprecated attribute 'cdk-focus-initial', use 'cdkFocusInitial' instead. The deprecated attribute will be removed in 8.0.0", t ), - je() && + Fn() && !this._checker.isFocusable(t) && console.warn( "Element matching '[cdkFocusInitial]' is not focusable.", @@ -22444,13 +22441,13 @@ if (this._checker.isFocusable(t) && this._checker.isTabbable(t)) return t; for ( - var e = t.children || t.childNodes, n = 0; - n < e.length; - n++ + var n = t.children || t.childNodes, e = 0; + e < n.length; + e++ ) { var o = - e[n].nodeType === this._document.ELEMENT_NODE - ? this._getFirstTabbableElement(e[n]) + n[e].nodeType === this._document.ELEMENT_NODE + ? this._getFirstTabbableElement(n[e]) : null; if (o) return o; } @@ -22460,13 +22457,13 @@ if (this._checker.isFocusable(t) && this._checker.isTabbable(t)) return t; for ( - var e = t.children || t.childNodes, n = e.length - 1; - n >= 0; - n-- + var n = t.children || t.childNodes, e = n.length - 1; + e >= 0; + e-- ) { var o = - e[n].nodeType === this._document.ELEMENT_NODE - ? this._getLastTabbableElement(e[n]) + n[e].nodeType === this._document.ELEMENT_NODE + ? this._getLastTabbableElement(n[e]) : null; if (o) return o; } @@ -22482,10 +22479,10 @@ t ); }), - (t.prototype._toggleAnchorTabIndex = function(t, e) { + (t.prototype._toggleAnchorTabIndex = function(t, n) { t - ? e.setAttribute("tabindex", "0") - : e.removeAttribute("tabindex"); + ? n.setAttribute("tabindex", "0") + : n.removeAttribute("tabindex"); }), (t.prototype._executeOnStable = function(t) { this._ngZone.isStable @@ -22499,14 +22496,14 @@ ); })(), Kf = (function() { - function t(t, e, n) { - (this._checker = t), (this._ngZone = e), (this._document = n); + function t(t, n, e) { + (this._checker = t), (this._ngZone = n), (this._document = e); } return ( - (t.prototype.create = function(t, e) { + (t.prototype.create = function(t, n) { return ( - void 0 === e && (e = !1), - new qf(t, this._checker, this._ngZone, this._document, e) + void 0 === n && (n = !1), + new qf(t, this._checker, this._ngZone, this._document, n) ); }), (t.ngInjectableDef = yt({ @@ -22522,57 +22519,57 @@ Yf = 650, Wf = yf({ passive: !0, capture: !0 }), Gf = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this._ngZone = t), - (this._platform = e), + (this._platform = n), (this._origin = null), (this._windowFocused = !1), (this._elementInfo = new Map()), (this._monitoredElementCount = 0), (this._documentKeydownListener = function() { - (n._lastTouchTarget = null), - n._setOriginForCurrentEventQueue("keyboard"); + (e._lastTouchTarget = null), + e._setOriginForCurrentEventQueue("keyboard"); }), (this._documentMousedownListener = function() { - n._lastTouchTarget || n._setOriginForCurrentEventQueue("mouse"); + e._lastTouchTarget || e._setOriginForCurrentEventQueue("mouse"); }), (this._documentTouchstartListener = function(t) { - null != n._touchTimeoutId && clearTimeout(n._touchTimeoutId), - (n._lastTouchTarget = t.target), - (n._touchTimeoutId = setTimeout(function() { - return (n._lastTouchTarget = null); + null != e._touchTimeoutId && clearTimeout(e._touchTimeoutId), + (e._lastTouchTarget = t.target), + (e._touchTimeoutId = setTimeout(function() { + return (e._lastTouchTarget = null); }, Yf)); }), (this._windowFocusListener = function() { - (n._windowFocused = !0), - (n._windowFocusTimeoutId = setTimeout(function() { - return (n._windowFocused = !1); + (e._windowFocused = !0), + (e._windowFocusTimeoutId = setTimeout(function() { + return (e._windowFocused = !1); })); }); } return ( - (t.prototype.monitor = function(t, e) { - var n = this; - if ((void 0 === e && (e = !1), !this._platform.isBrowser)) + (t.prototype.monitor = function(t, n) { + var e = this; + if ((void 0 === n && (n = !1), !this._platform.isBrowser)) return Wl(null); var o = pf(t); if (this._elementInfo.has(o)) { var a = this._elementInfo.get(o); - return (a.checkChildren = e), a.subject.asObservable(); + return (a.checkChildren = n), a.subject.asObservable(); } var r = { unlisten: function() {}, - checkChildren: e, + checkChildren: n, subject: new S() }; this._elementInfo.set(o, r), this._incrementMonitoredElementCount(); var i = function(t) { - return n._onFocus(t, o); + return e._onFocus(t, o); }, l = function(t) { - return n._onBlur(t, o); + return e._onBlur(t, o); }; return ( this._ngZone.runOutsideAngular(function() { @@ -22587,58 +22584,58 @@ ); }), (t.prototype.stopMonitoring = function(t) { - var e = pf(t), - n = this._elementInfo.get(e); - n && - (n.unlisten(), - n.subject.complete(), - this._setClasses(e), - this._elementInfo.delete(e), + var n = pf(t), + e = this._elementInfo.get(n); + e && + (e.unlisten(), + e.subject.complete(), + this._setClasses(n), + this._elementInfo.delete(n), this._decrementMonitoredElementCount()); }), - (t.prototype.focusVia = function(t, e, n) { + (t.prototype.focusVia = function(t, n, e) { var o = pf(t); - this._setOriginForCurrentEventQueue(e), - "function" == typeof o.focus && o.focus(n); + this._setOriginForCurrentEventQueue(n), + "function" == typeof o.focus && o.focus(e); }), (t.prototype.ngOnDestroy = function() { var t = this; - this._elementInfo.forEach(function(e, n) { - return t.stopMonitoring(n); + this._elementInfo.forEach(function(n, e) { + return t.stopMonitoring(e); }); }), - (t.prototype._toggleClass = function(t, e, n) { - n ? t.classList.add(e) : t.classList.remove(e); + (t.prototype._toggleClass = function(t, n, e) { + e ? t.classList.add(n) : t.classList.remove(n); }), - (t.prototype._setClasses = function(t, e) { + (t.prototype._setClasses = function(t, n) { this._elementInfo.get(t) && - (this._toggleClass(t, "cdk-focused", !!e), - this._toggleClass(t, "cdk-touch-focused", "touch" === e), - this._toggleClass(t, "cdk-keyboard-focused", "keyboard" === e), - this._toggleClass(t, "cdk-mouse-focused", "mouse" === e), - this._toggleClass(t, "cdk-program-focused", "program" === e)); + (this._toggleClass(t, "cdk-focused", !!n), + this._toggleClass(t, "cdk-touch-focused", "touch" === n), + this._toggleClass(t, "cdk-keyboard-focused", "keyboard" === n), + this._toggleClass(t, "cdk-mouse-focused", "mouse" === n), + this._toggleClass(t, "cdk-program-focused", "program" === n)); }), (t.prototype._setOriginForCurrentEventQueue = function(t) { - var e = this; + var n = this; this._ngZone.runOutsideAngular(function() { - (e._origin = t), - (e._originTimeoutId = setTimeout(function() { - return (e._origin = null); + (n._origin = t), + (n._originTimeoutId = setTimeout(function() { + return (n._origin = null); }, 1)); }); }), (t.prototype._wasCausedByTouch = function(t) { - var e = t.target; + var n = t.target; return ( this._lastTouchTarget instanceof Node && - e instanceof Node && - (e === this._lastTouchTarget || - e.contains(this._lastTouchTarget)) + n instanceof Node && + (n === this._lastTouchTarget || + n.contains(this._lastTouchTarget)) ); }), - (t.prototype._onFocus = function(t, e) { - var n = this._elementInfo.get(e); - if (n && (n.checkChildren || e === t.target)) { + (t.prototype._onFocus = function(t, n) { + var e = this._elementInfo.get(n); + if (e && (e.checkChildren || n === t.target)) { var o = this._origin; o || (o = @@ -22647,22 +22644,22 @@ : this._wasCausedByTouch(t) ? "touch" : "program"), - this._setClasses(e, o), - this._emitOrigin(n.subject, o), + this._setClasses(n, o), + this._emitOrigin(e.subject, o), (this._lastFocusOrigin = o); } }), - (t.prototype._onBlur = function(t, e) { - var n = this._elementInfo.get(e); - !n || - (n.checkChildren && + (t.prototype._onBlur = function(t, n) { + var e = this._elementInfo.get(n); + !e || + (e.checkChildren && t.relatedTarget instanceof Node && - e.contains(t.relatedTarget)) || - (this._setClasses(e), this._emitOrigin(n.subject, null)); + n.contains(t.relatedTarget)) || + (this._setClasses(n), this._emitOrigin(e.subject, null)); }), - (t.prototype._emitOrigin = function(t, e) { + (t.prototype._emitOrigin = function(t, n) { this._ngZone.run(function() { - return t.next(e); + return t.next(n); }); }), (t.prototype._incrementMonitoredElementCount = function() { @@ -22733,9 +22730,9 @@ } }), Jf = (function() { - function t(t, e) { + function t(t, n) { (this._sanityChecksEnabled = t), - (this._hammerLoader = e), + (this._hammerLoader = n), (this._hasDoneGlobalChecks = !1), (this._hasCheckedHammer = !1), (this._document = @@ -22750,7 +22747,7 @@ } return ( (t.prototype._areChecksEnabled = function() { - return this._sanityChecksEnabled && je() && !this._isTestEnv(); + return this._sanityChecksEnabled && Fn() && !this._isTestEnv(); }), (t.prototype._isTestEnv = function() { var t = this._window; @@ -22772,9 +22769,9 @@ var t = this._document.createElement("div"); t.classList.add("mat-theme-loaded-marker"), this._document.body.appendChild(t); - var e = getComputedStyle(t); - e && - "none" !== e.display && + var n = getComputedStyle(t); + n && + "none" !== n.display && console.warn( "Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming" ), @@ -22797,15 +22794,15 @@ })(); function $f(t) { return (function(t) { - function e() { - for (var e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - var o = t.apply(this, e) || this; + function n() { + for (var n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + var o = t.apply(this, n) || this; return (o._disabled = !1), o; } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "disabled", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "disabled", { get: function() { return this._disabled; }, @@ -22815,52 +22812,52 @@ enumerable: !0, configurable: !0 }), - e + n ); })(t); } - function th(t, e) { + function th(t, n) { return (function(t) { - function n() { - for (var n = [], o = 0; o < arguments.length; o++) - n[o] = arguments[o]; - var a = t.apply(this, n) || this; - return (a.color = e), a; + function e() { + for (var e = [], o = 0; o < arguments.length; o++) + e[o] = arguments[o]; + var a = t.apply(this, e) || this; + return (a.color = n), a; } return ( - Object(o.__extends)(n, t), - Object.defineProperty(n.prototype, "color", { + Object(o.__extends)(e, t), + Object.defineProperty(e.prototype, "color", { get: function() { return this._color; }, set: function(t) { - var n = t || e; - n !== this._color && + var e = t || n; + e !== this._color && (this._color && this._elementRef.nativeElement.classList.remove( "mat-" + this._color ), - n && this._elementRef.nativeElement.classList.add("mat-" + n), - (this._color = n)); + e && this._elementRef.nativeElement.classList.add("mat-" + e), + (this._color = e)); }, enumerable: !0, configurable: !0 }), - n + e ); })(t); } - function eh(t) { + function nh(t) { return (function(t) { - function e() { - for (var e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - var o = t.apply(this, e) || this; + function n() { + for (var n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + var o = t.apply(this, n) || this; return (o._disableRipple = !1), o; } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "disableRipple", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "disableRipple", { get: function() { return this._disableRipple; }, @@ -22870,66 +22867,66 @@ enumerable: !0, configurable: !0 }), - e + n ); })(t); } - function nh(t, e) { + function eh(t, n) { return ( - void 0 === e && (e = 0), + void 0 === n && (n = 0), (function(t) { - function n() { - for (var n = [], o = 0; o < arguments.length; o++) - n[o] = arguments[o]; - var a = t.apply(this, n) || this; - return (a._tabIndex = e), a; + function e() { + for (var e = [], o = 0; o < arguments.length; o++) + e[o] = arguments[o]; + var a = t.apply(this, e) || this; + return (a._tabIndex = n), a; } return ( - Object(o.__extends)(n, t), - Object.defineProperty(n.prototype, "tabIndex", { + Object(o.__extends)(e, t), + Object.defineProperty(e.prototype, "tabIndex", { get: function() { return this.disabled ? -1 : this._tabIndex; }, set: function(t) { - this._tabIndex = null != t ? t : e; + this._tabIndex = null != t ? t : n; }, enumerable: !0, configurable: !0 }), - n + e ); })(t) ); } function oh(t) { return (function(t) { - function e() { - for (var e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - var o = t.apply(this, e) || this; + function n() { + for (var n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + var o = t.apply(this, n) || this; return (o.errorState = !1), (o.stateChanges = new S()), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.updateErrorState = function() { + Object(o.__extends)(n, t), + (n.prototype.updateErrorState = function() { var t = this.errorState, - e = ( + n = ( this.errorStateMatcher || this._defaultErrorStateMatcher ).isErrorState( this.ngControl ? this.ngControl.control : null, this._parentFormGroup || this._parentForm ); - e !== t && ((this.errorState = e), this.stateChanges.next()); + n !== t && ((this.errorState = n), this.stateChanges.next()); }), - e + n ); })(t); } var ah = (function() { function t() {} return ( - (t.prototype.isErrorState = function(t, e) { - return !!(t && t.invalid && (t.touched || (e && e.submitted))); + (t.prototype.isErrorState = function(t, n) { + return !!(t && t.invalid && (t.touched || (n && n.submitted))); }), (t.ngInjectableDef = yt({ factory: function() { @@ -22952,24 +22949,24 @@ ], lh = { on: function() {}, off: function() {} }, sh = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o._hammerOptions = e), + (o._hammerOptions = n), (o.events = ih), - n && n._checkHammerIsAvailable(), + e && e._checkHammerIsAvailable(), o ); } return ( - Object(o.__extends)(e, t), - (e.prototype.buildHammer = function(t) { - var e = "undefined" != typeof window ? window.Hammer : null; - if (!e) return lh; - var n = new e(t, this._hammerOptions || void 0), - o = new e.Pan(), - a = new e.Swipe(), - r = new e.Press(), + Object(o.__extends)(n, t), + (n.prototype.buildHammer = function(t) { + var n = "undefined" != typeof window ? window.Hammer : null; + if (!n) return lh; + var e = new n(t, this._hammerOptions || void 0), + o = new n.Pan(), + a = new n.Swipe(), + r = new n.Press(), i = this._createRecognizer( o, { event: "slide", threshold: 0 }, @@ -22982,31 +22979,31 @@ return ( o.recognizeWith(a), l.recognizeWith(i), - n.add([a, r, o, i, l]), - n + e.add([a, r, o, i, l]), + e ); }), - (e.prototype._createRecognizer = function(t, e) { - for (var n = [], o = 2; o < arguments.length; o++) - n[o - 2] = arguments[o]; - var a = new t.constructor(e); + (n.prototype._createRecognizer = function(t, n) { + for (var e = [], o = 2; o < arguments.length; o++) + e[o - 2] = arguments[o]; + var a = new t.constructor(n); return ( - n.push(t), - n.forEach(function(t) { + e.push(t), + e.forEach(function(t) { return a.recognizeWith(t); }), a ); }), - e + n ); - })(ed), + })(nd), ch = (function() { return function() {}; })(); - function uh(t, e, n) { + function uh(t, n, e) { var o = t.nativeElement.classList; - n ? o.add(e) : o.remove(e); + e ? o.add(n) : o.remove(n); } var dh = (function() { return function() {}; @@ -23022,10 +23019,10 @@ ); })(), mh = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._renderer = t), - (this.element = e), - (this.config = n), + (this.element = n), + (this.config = e), (this.state = ph.HIDDEN); } return ( @@ -23039,21 +23036,21 @@ fh = 800, hh = yf({ passive: !0 }), bh = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a = this; (this._target = t), - (this._ngZone = e), + (this._ngZone = n), (this._isPointerDown = !1), (this._triggerEvents = new Map()), (this._activeRipples = new Set()), (this._onMousedown = function(t) { - var e = Zf(t), - n = + var n = Zf(t), + e = a._lastTouchStartEvent && Date.now() < a._lastTouchStartEvent + fh; a._target.rippleDisabled || - e || n || + e || ((a._isPointerDown = !0), a.fadeInRipple(t.clientX, t.clientY, a._target.rippleConfig)); }), @@ -23061,10 +23058,10 @@ if (!a._target.rippleDisabled) { (a._lastTouchStartEvent = Date.now()), (a._isPointerDown = !0); - for (var e = t.changedTouches, n = 0; n < e.length; n++) + for (var n = t.changedTouches, e = 0; e < n.length; e++) a.fadeInRipple( - e[n].clientX, - e[n].clientY, + n[e].clientX, + n[e].clientY, a._target.rippleConfig ); } @@ -23081,7 +23078,7 @@ })); }), o.isBrowser && - ((this._containerElement = n.nativeElement), + ((this._containerElement = e.nativeElement), this._triggerEvents .set("mousedown", this._onMousedown) .set("mouseup", this._onPointerUp) @@ -23091,27 +23088,27 @@ .set("touchcancel", this._onPointerUp)); } return ( - (t.prototype.fadeInRipple = function(t, e, n) { + (t.prototype.fadeInRipple = function(t, n, e) { var a = this; - void 0 === n && (n = {}); + void 0 === e && (e = {}); var r = (this._containerRect = this._containerRect || this._containerElement.getBoundingClientRect()), - i = Object(o.__assign)({}, gh, n.animation); - n.centered && - ((t = r.left + r.width / 2), (e = r.top + r.height / 2)); + i = Object(o.__assign)({}, gh, e.animation); + e.centered && + ((t = r.left + r.width / 2), (n = r.top + r.height / 2)); var l = - n.radius || - (function(t, e, n) { + e.radius || + (function(t, n, e) { var o = Math.max( - Math.abs(t - n.left), - Math.abs(t - n.right) + Math.abs(t - e.left), + Math.abs(t - e.right) ), - a = Math.max(Math.abs(e - n.top), Math.abs(e - n.bottom)); + a = Math.max(Math.abs(n - e.top), Math.abs(n - e.bottom)); return Math.sqrt(o * o + a * a); - })(t, e, r), + })(t, n, r), s = t - r.left, - c = e - r.top, + c = n - r.top, u = i.enterDuration, d = document.createElement("div"); d.classList.add("mat-ripple-element"), @@ -23119,39 +23116,39 @@ (d.style.top = c - l + "px"), (d.style.height = 2 * l + "px"), (d.style.width = 2 * l + "px"), - (d.style.backgroundColor = n.color || null), + (d.style.backgroundColor = e.color || null), (d.style.transitionDuration = u + "ms"), this._containerElement.appendChild(d), window.getComputedStyle(d).getPropertyValue("opacity"), (d.style.transform = "scale(1)"); - var p = new mh(this, d, n); + var p = new mh(this, d, e); return ( (p.state = ph.FADING_IN), this._activeRipples.add(p), - n.persistent || (this._mostRecentTransientRipple = p), + e.persistent || (this._mostRecentTransientRipple = p), this._runTimeoutOutsideZone(function() { var t = p === a._mostRecentTransientRipple; (p.state = ph.VISIBLE), - n.persistent || (t && a._isPointerDown) || p.fadeOut(); + e.persistent || (t && a._isPointerDown) || p.fadeOut(); }, u), p ); }), (t.prototype.fadeOutRipple = function(t) { - var e = this._activeRipples.delete(t); + var n = this._activeRipples.delete(t); if ( (t === this._mostRecentTransientRipple && (this._mostRecentTransientRipple = null), this._activeRipples.size || (this._containerRect = null), - e) + n) ) { - var n = t.element, + var e = t.element, a = Object(o.__assign)({}, gh, t.config.animation); - (n.style.transitionDuration = a.exitDuration + "ms"), - (n.style.opacity = "0"), + (e.style.transitionDuration = a.exitDuration + "ms"), + (e.style.opacity = "0"), (t.state = ph.FADING_OUT), this._runTimeoutOutsideZone(function() { - (t.state = ph.HIDDEN), n.parentNode.removeChild(n); + (t.state = ph.HIDDEN), e.parentNode.removeChild(e); }, a.exitDuration); } }), @@ -23161,28 +23158,28 @@ }); }), (t.prototype.setupTriggerEvents = function(t) { - var e = this; + var n = this; t && t !== this._triggerElement && (this._removeTriggerEvents(), this._ngZone.runOutsideAngular(function() { - e._triggerEvents.forEach(function(e, n) { - t.addEventListener(n, e, hh); + n._triggerEvents.forEach(function(n, e) { + t.addEventListener(e, n, hh); }); }), (this._triggerElement = t)); }), - (t.prototype._runTimeoutOutsideZone = function(t, e) { - void 0 === e && (e = 0), + (t.prototype._runTimeoutOutsideZone = function(t, n) { + void 0 === n && (n = 0), this._ngZone.runOutsideAngular(function() { - return setTimeout(t, e); + return setTimeout(t, n); }); }), (t.prototype._removeTriggerEvents = function() { var t = this; this._triggerElement && - this._triggerEvents.forEach(function(e, n) { - t._triggerElement.removeEventListener(n, e, hh); + this._triggerEvents.forEach(function(n, e) { + t._triggerElement.removeEventListener(e, n, hh); }); }), t @@ -23190,13 +23187,13 @@ })(), _h = new Ut("mat-ripple-global-options"), yh = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { (this._elementRef = t), (this.radius = 0), (this._disabled = !1), (this._isInitialized = !1), (this._globalOptions = o || {}), - (this._rippleRenderer = new bh(this, e, t, n)), + (this._rippleRenderer = new bh(this, n, t, e)), "NoopAnimations" === a && (this._globalOptions.animation = { enterDuration: 0, @@ -23262,14 +23259,14 @@ this._isInitialized && this._rippleRenderer.setupTriggerEvents(this.trigger); }), - (t.prototype.launch = function(t, e, n) { + (t.prototype.launch = function(t, n, e) { return ( - void 0 === e && (e = 0), + void 0 === n && (n = 0), "number" == typeof t ? this._rippleRenderer.fadeInRipple( t, - e, - Object(o.__assign)({}, this.rippleConfig, n) + n, + Object(o.__assign)({}, this.rippleConfig, e) ) : this._rippleRenderer.fadeInRipple( 0, @@ -23326,14 +23323,14 @@ null ); } - function wh(t, e) { + function wh(t, n) { return new O( - e - ? function(n) { - return e.schedule(Sh, 0, { error: t, subscriber: n }); + n + ? function(e) { + return n.schedule(Sh, 0, { error: t, subscriber: e }); } - : function(e) { - return e.error(t); + : function(n) { + return n.error(t); } ); } @@ -23341,53 +23338,53 @@ t.subscriber.error(t.error); } function Eh() { - for (var t, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; + for (var t, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; return ( - "function" == typeof e[e.length - 1] && (t = e.pop()), - 1 === e.length && a(e[0]) && (e = e[0]), - 0 === e.length + "function" == typeof n[n.length - 1] && (t = n.pop()), + 1 === n.length && a(n[0]) && (n = n[0]), + 0 === n.length ? ql : t - ? Eh(e).pipe( - U(function(e) { - return t.apply(void 0, e); + ? Eh(n).pipe( + U(function(n) { + return t.apply(void 0, n); }) ) : new O(function(t) { - return new Ih(t, e); + return new Ih(t, n); }) ); } var Ih = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - (o.sources = n), (o.completed = 0), (o.haveValues = 0); - var a = n.length; + function n(n, e) { + var o = t.call(this, n) || this; + (o.sources = e), (o.completed = 0), (o.haveValues = 0); + var a = e.length; o.values = new Array(a); for (var r = 0; r < a; r++) { - var i = V(o, n[r], null, r); + var i = V(o, e[r], null, r); i && o.add(i); } return o; } return ( - o.__extends(e, t), - (e.prototype.notifyNext = function(t, e, n, o, a) { - (this.values[n] = e), + o.__extends(n, t), + (n.prototype.notifyNext = function(t, n, e, o, a) { + (this.values[e] = n), a._hasValue || ((a._hasValue = !0), this.haveValues++); }), - (e.prototype.notifyComplete = function(t) { - var e = this.destination, - n = this.haveValues, + (n.prototype.notifyComplete = function(t) { + var n = this.destination, + e = this.haveValues, o = this.values, a = o.length; t._hasValue ? (this.completed++, - this.completed === a && (n === a && e.next(o), e.complete())) - : e.complete(); + this.completed === a && (e === a && n.next(o), n.complete())) + : n.complete(); }), - e + n ); })(H); function Ah(t) { @@ -23413,32 +23410,32 @@ }; })(), Nh = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._httpClient = t), - (this._sanitizer = e), + (this._sanitizer = n), (this._svgIconConfigs = new Map()), (this._iconSetConfigs = new Map()), (this._cachedIconsByUrl = new Map()), (this._inProgressUrlFetches = new Map()), (this._fontCssClassesByAlias = new Map()), (this._defaultFontSetClass = "material-icons"), - (this._document = n); + (this._document = e); } return ( - (t.prototype.addSvgIcon = function(t, e) { - return this.addSvgIconInNamespace("", t, e); + (t.prototype.addSvgIcon = function(t, n) { + return this.addSvgIconInNamespace("", t, n); }), - (t.prototype.addSvgIconLiteral = function(t, e) { - return this.addSvgIconLiteralInNamespace("", t, e); + (t.prototype.addSvgIconLiteral = function(t, n) { + return this.addSvgIconLiteralInNamespace("", t, n); }), - (t.prototype.addSvgIconInNamespace = function(t, e, n) { - return this._addSvgIconConfig(t, e, new Dh(n)); + (t.prototype.addSvgIconInNamespace = function(t, n, e) { + return this._addSvgIconConfig(t, n, new Dh(e)); }), - (t.prototype.addSvgIconLiteralInNamespace = function(t, e, n) { - var o = this._sanitizer.sanitize(ln.HTML, n); - if (!o) throw Rh(n); + (t.prototype.addSvgIconLiteralInNamespace = function(t, n, e) { + var o = this._sanitizer.sanitize(le.HTML, e); + if (!o) throw Rh(e); var a = this._createSvgElementForSingleIcon(o); - return this._addSvgIconConfig(t, e, new Dh(a)); + return this._addSvgIconConfig(t, n, new Dh(a)); }), (t.prototype.addSvgIconSet = function(t) { return this.addSvgIconSetInNamespace("", t); @@ -23446,19 +23443,19 @@ (t.prototype.addSvgIconSetLiteral = function(t) { return this.addSvgIconSetLiteralInNamespace("", t); }), - (t.prototype.addSvgIconSetInNamespace = function(t, e) { - return this._addSvgIconSetConfig(t, new Dh(e)); + (t.prototype.addSvgIconSetInNamespace = function(t, n) { + return this._addSvgIconSetConfig(t, new Dh(n)); }), - (t.prototype.addSvgIconSetLiteralInNamespace = function(t, e) { - var n = this._sanitizer.sanitize(ln.HTML, e); - if (!n) throw Rh(e); - var o = this._svgElementFromString(n); + (t.prototype.addSvgIconSetLiteralInNamespace = function(t, n) { + var e = this._sanitizer.sanitize(le.HTML, n); + if (!e) throw Rh(n); + var o = this._svgElementFromString(e); return this._addSvgIconSetConfig(t, new Dh(o)); }), - (t.prototype.registerFontClassAlias = function(t, e) { + (t.prototype.registerFontClassAlias = function(t, n) { return ( - void 0 === e && (e = t), - this._fontCssClassesByAlias.set(t, e), + void 0 === n && (n = t), + this._fontCssClassesByAlias.set(t, n), this ); }), @@ -23472,28 +23469,28 @@ return this._defaultFontSetClass; }), (t.prototype.getSvgIconFromUrl = function(t) { - var e = this, - n = this._sanitizer.sanitize(ln.RESOURCE_URL, t); - if (!n) throw Th(t); - var o = this._cachedIconsByUrl.get(n); + var n = this, + e = this._sanitizer.sanitize(le.RESOURCE_URL, t); + if (!e) throw Th(t); + var o = this._cachedIconsByUrl.get(e); return o ? Wl(zh(o)) : this._loadSvgIconFromConfig(new Dh(t)).pipe( Dc(function(t) { - return e._cachedIconsByUrl.set(n, t); + return n._cachedIconsByUrl.set(e, t); }), U(function(t) { return zh(t); }) ); }), - (t.prototype.getNamedSvgIcon = function(t, e) { - void 0 === e && (e = ""); - var n = Lh(e, t), - o = this._svgIconConfigs.get(n); + (t.prototype.getNamedSvgIcon = function(t, n) { + void 0 === n && (n = ""); + var e = Lh(n, t), + o = this._svgIconConfigs.get(e); if (o) return this._getSvgFromConfig(o); - var a = this._iconSetConfigs.get(e); - return a ? this._getSvgFromIconSetConfigs(t, a) : wh(Ah(n)); + var a = this._iconSetConfigs.get(n); + return a ? this._getSvgFromIconSetConfigs(t, a) : wh(Ah(e)); }), (t.prototype.ngOnDestroy = function() { this._svgIconConfigs.clear(), @@ -23504,29 +23501,29 @@ return t.svgElement ? Wl(zh(t.svgElement)) : this._loadSvgIconFromConfig(t).pipe( - Dc(function(e) { - return (t.svgElement = e); + Dc(function(n) { + return (t.svgElement = n); }), U(function(t) { return zh(t); }) ); }), - (t.prototype._getSvgFromIconSetConfigs = function(t, e) { - var n = this, - o = this._extractIconWithNameFromAnySet(t, e); + (t.prototype._getSvgFromIconSetConfigs = function(t, n) { + var e = this, + o = this._extractIconWithNameFromAnySet(t, n); return o ? Wl(o) : Eh( - e + n .filter(function(t) { return !t.svgElement; }) .map(function(t) { - return n._loadSvgIconSetFromConfig(t).pipe( - Uc(function(e) { - var o = n._sanitizer.sanitize( - ln.RESOURCE_URL, + return e._loadSvgIconSetFromConfig(t).pipe( + Uc(function(n) { + var o = e._sanitizer.sanitize( + le.RESOURCE_URL, t.url ); return ( @@ -23534,7 +23531,7 @@ "Loading icon set URL: " + o + " failed: " + - e.message + n.message ), Wl(null) ); @@ -23543,15 +23540,15 @@ }) ).pipe( U(function() { - var o = n._extractIconWithNameFromAnySet(t, e); + var o = e._extractIconWithNameFromAnySet(t, n); if (!o) throw Ah(t); return o; }) ); }), - (t.prototype._extractIconWithNameFromAnySet = function(t, e) { - for (var n = e.length - 1; n >= 0; n--) { - var o = e[n]; + (t.prototype._extractIconWithNameFromAnySet = function(t, n) { + for (var e = n.length - 1; e >= 0; e--) { + var o = n[e]; if (o.svgElement) { var a = this._extractSvgIconFromSet(o.svgElement, t); if (a) return a; @@ -23560,35 +23557,35 @@ return null; }), (t.prototype._loadSvgIconFromConfig = function(t) { - var e = this; + var n = this; return this._fetchUrl(t.url).pipe( U(function(t) { - return e._createSvgElementForSingleIcon(t); + return n._createSvgElementForSingleIcon(t); }) ); }), (t.prototype._loadSvgIconSetFromConfig = function(t) { - var e = this; + var n = this; return t.svgElement ? Wl(t.svgElement) : this._fetchUrl(t.url).pipe( - U(function(n) { + U(function(e) { return ( t.svgElement || - (t.svgElement = e._svgElementFromString(n)), + (t.svgElement = n._svgElementFromString(e)), t.svgElement ); }) ); }), (t.prototype._createSvgElementForSingleIcon = function(t) { - var e = this._svgElementFromString(t); - return this._setSvgAttributes(e), e; + var n = this._svgElementFromString(t); + return this._setSvgAttributes(n), n; }), - (t.prototype._extractSvgIconFromSet = function(t, e) { - var n = t.querySelector('[id="' + e + '"]'); - if (!n) return null; - var o = n.cloneNode(!0); + (t.prototype._extractSvgIconFromSet = function(t, n) { + var e = t.querySelector('[id="' + n + '"]'); + if (!e) return null; + var o = e.cloneNode(!0); if ((o.removeAttribute("id"), "svg" === o.nodeName.toLowerCase())) return this._setSvgAttributes(o); if ("symbol" === o.nodeName.toLowerCase()) @@ -23597,21 +23594,21 @@ return a.appendChild(o), this._setSvgAttributes(a); }), (t.prototype._svgElementFromString = function(t) { - var e = this._document.createElement("DIV"); - e.innerHTML = t; - var n = e.querySelector("svg"); - if (!n) throw Error(" tag not found"); - return n; + var n = this._document.createElement("DIV"); + n.innerHTML = t; + var e = n.querySelector("svg"); + if (!e) throw Error(" tag not found"); + return e; }), (t.prototype._toSvgElement = function(t) { for ( - var e = this._svgElementFromString(""), n = 0; - n < t.childNodes.length; - n++ + var n = this._svgElementFromString(""), e = 0; + e < t.childNodes.length; + e++ ) - t.childNodes[n].nodeType === this._document.ELEMENT_NODE && - e.appendChild(t.childNodes[n].cloneNode(!0)); - return e; + t.childNodes[e].nodeType === this._document.ELEMENT_NODE && + n.appendChild(t.childNodes[e].cloneNode(!0)); + return n; }), (t.prototype._setSvgAttributes = function(t) { return ( @@ -23624,31 +23621,31 @@ ); }), (t.prototype._fetchUrl = function(t) { - var e = this; + var n = this; if (!this._httpClient) throw Error( "Could not find HttpClient provider for use with Angular Material icons. Please include the HttpClientModule from @angular/common/http in your app imports." ); if (null == t) throw Error('Cannot fetch icon from URL "' + t + '".'); - var n = this._sanitizer.sanitize(ln.RESOURCE_URL, t); - if (!n) throw Th(t); - var o = this._inProgressUrlFetches.get(n); + var e = this._sanitizer.sanitize(le.RESOURCE_URL, t); + if (!e) throw Th(t); + var o = this._inProgressUrlFetches.get(e); if (o) return o; - var a = this._httpClient.get(n, { responseType: "text" }).pipe( + var a = this._httpClient.get(e, { responseType: "text" }).pipe( ru(function() { - return e._inProgressUrlFetches.delete(n); + return n._inProgressUrlFetches.delete(e); }), lt() ); - return this._inProgressUrlFetches.set(n, a), a; + return this._inProgressUrlFetches.set(e, a), a; }), - (t.prototype._addSvgIconConfig = function(t, e, n) { - return this._svgIconConfigs.set(Lh(t, e), n), this; + (t.prototype._addSvgIconConfig = function(t, n, e) { + return this._svgIconConfigs.set(Lh(t, n), e), this; }), - (t.prototype._addSvgIconSetConfig = function(t, e) { - var n = this._iconSetConfigs.get(t); - return n ? n.push(e) : this._iconSetConfigs.set(t, [e]), this; + (t.prototype._addSvgIconSetConfig = function(t, n) { + var e = this._iconSetConfigs.get(t); + return e ? e.push(n) : this._iconSetConfigs.set(t, [n]), this; }), (t.ngInjectableDef = yt({ factory: function() { @@ -23663,8 +23660,8 @@ function zh(t) { return t.cloneNode(!0); } - function Lh(t, e) { - return t + ":" + e; + function Lh(t, n) { + return t + ":" + n; } var jh = th( (function() { @@ -23677,10 +23674,10 @@ providedIn: "root", factory: function() { var t = Rt(Ds), - e = t ? t.location : null; + n = t ? t.location : null; return { getPathname: function() { - return e ? e.pathname + e.search : ""; + return n ? n.pathname + n.search : ""; } }; } @@ -23704,19 +23701,19 @@ }).join(", "), Hh = /^url\(['"]?#(.*?)['"]?\)$/, Uh = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; return ( - (r._iconRegistry = n), + (r._iconRegistry = e), (r._location = a), (r._inline = !1), - o || e.nativeElement.setAttribute("aria-hidden", "true"), + o || n.nativeElement.setAttribute("aria-hidden", "true"), r ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "inline", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "inline", { get: function() { return this._inline; }, @@ -23726,7 +23723,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "fontSet", { + Object.defineProperty(n.prototype, "fontSet", { get: function() { return this._fontSet; }, @@ -23736,7 +23733,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "fontIcon", { + Object.defineProperty(n.prototype, "fontIcon", { get: function() { return this._fontIcon; }, @@ -23746,22 +23743,22 @@ enumerable: !0, configurable: !0 }), - (e.prototype._splitIconName = function(t) { + (n.prototype._splitIconName = function(t) { if (!t) return ["", ""]; - var e = t.split(":"); - switch (e.length) { + var n = t.split(":"); + switch (n.length) { case 1: - return ["", e[0]]; + return ["", n[0]]; case 2: - return e; + return n; default: throw Error('Invalid icon name: "' + t + '"'); } }), - (e.prototype.ngOnChanges = function(t) { - var e = this, - n = t.svgIcon; - if (n) + (n.prototype.ngOnChanges = function(t) { + var n = this, + e = t.svgIcon; + if (e) if (this.svgIcon) { var o = this._splitIconName(this.svgIcon); this._iconRegistry @@ -23769,7 +23766,7 @@ .pipe(Yc(1)) .subscribe( function(t) { - return e._setSvgElement(t); + return n._setSvgElement(t); }, function(t) { return console.log( @@ -23777,35 +23774,35 @@ ); } ); - } else n.previousValue && this._clearSvgElement(); + } else e.previousValue && this._clearSvgElement(); this._usingFontIcon() && this._updateFontIconClasses(); }), - (e.prototype.ngOnInit = function() { + (n.prototype.ngOnInit = function() { this._usingFontIcon() && this._updateFontIconClasses(); }), - (e.prototype.ngAfterViewChecked = function() { + (n.prototype.ngAfterViewChecked = function() { var t = this._elementsWithExternalReferences; if (t && this._location && t.size) { - var e = this._location.getPathname(); - e !== this._previousPath && - ((this._previousPath = e), this._prependPathToReferences(e)); + var n = this._location.getPathname(); + n !== this._previousPath && + ((this._previousPath = n), this._prependPathToReferences(n)); } }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._elementsWithExternalReferences && this._elementsWithExternalReferences.clear(); }), - (e.prototype._usingFontIcon = function() { + (n.prototype._usingFontIcon = function() { return !this.svgIcon; }), - (e.prototype._setSvgElement = function(t) { + (n.prototype._setSvgElement = function(t) { this._clearSvgElement(); for ( - var e = t.querySelectorAll("style"), n = 0; - n < e.length; - n++ + var n = t.querySelectorAll("style"), e = 0; + e < n.length; + e++ ) - e[n].textContent += " "; + n[e].textContent += " "; if (this._location) { var o = this._location.getPathname(); (this._previousPath = o), @@ -23814,31 +23811,31 @@ } this._elementRef.nativeElement.appendChild(t); }), - (e.prototype._clearSvgElement = function() { + (n.prototype._clearSvgElement = function() { var t = this._elementRef.nativeElement, - e = t.childNodes.length; + n = t.childNodes.length; for ( this._elementsWithExternalReferences && this._elementsWithExternalReferences.clear(); - e--; + n--; ) { - var n = t.childNodes[e]; - (1 === n.nodeType && "svg" !== n.nodeName.toLowerCase()) || - t.removeChild(n); + var e = t.childNodes[n]; + (1 === e.nodeType && "svg" !== e.nodeName.toLowerCase()) || + t.removeChild(e); } }), - (e.prototype._updateFontIconClasses = function() { + (n.prototype._updateFontIconClasses = function() { if (this._usingFontIcon()) { var t = this._elementRef.nativeElement, - e = this.fontSet + n = this.fontSet ? this._iconRegistry.classNameForFontAlias(this.fontSet) : this._iconRegistry.getDefaultFontSetClass(); - e != this._previousFontSetClass && + n != this._previousFontSetClass && (this._previousFontSetClass && t.classList.remove(this._previousFontSetClass), - e && t.classList.add(e), - (this._previousFontSetClass = e)), + n && t.classList.add(n), + (this._previousFontSetClass = n)), this.fontIcon != this._previousFontIconClass && (this._previousFontIconClass && t.classList.remove(this._previousFontIconClass), @@ -23846,42 +23843,42 @@ (this._previousFontIconClass = this.fontIcon)); } }), - (e.prototype._cleanupFontValue = function(t) { + (n.prototype._cleanupFontValue = function(t) { return "string" == typeof t ? t.trim().split(" ")[0] : t; }), - (e.prototype._prependPathToReferences = function(t) { - var e = this._elementsWithExternalReferences; - e && - e.forEach(function(e, n) { - e.forEach(function(e) { - n.setAttribute(e.name, "url('" + t + "#" + e.value + "')"); + (n.prototype._prependPathToReferences = function(t) { + var n = this._elementsWithExternalReferences; + n && + n.forEach(function(n, e) { + n.forEach(function(n) { + e.setAttribute(n.name, "url('" + t + "#" + n.value + "')"); }); }); }), - (e.prototype._cacheChildrenWithExternalReferences = function(t) { + (n.prototype._cacheChildrenWithExternalReferences = function(t) { for ( - var e = t.querySelectorAll(Vh), - n = (this._elementsWithExternalReferences = + var n = t.querySelectorAll(Vh), + e = (this._elementsWithExternalReferences = this._elementsWithExternalReferences || new Map()), o = function(t) { Bh.forEach(function(o) { - var a = e[t], + var a = n[t], r = a.getAttribute(o), i = r ? r.match(Hh) : null; if (i) { - var l = n.get(a); - l || n.set(a, (l = [])), + var l = e.get(a); + l || e.set(a, (l = [])), l.push({ name: o, value: i[1] }); } }); }, a = 0; - a < e.length; + a < n.length; a++ ) o(a); }), - e + n ); })(jh), qh = (function() { @@ -23908,9 +23905,9 @@ "mat-fab" ], Zh = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - (a._focusMonitor = n), + function n(n, e, o) { + var a = t.call(this, n) || this; + (a._focusMonitor = e), (a._animationMode = o), (a.isRoundButton = a._hasHostAttributes( "mat-fab", @@ -23919,7 +23916,7 @@ (a.isIconButton = a._hasHostAttributes("mat-icon-button")); for (var r = 0, i = Gh; r < i.length; r++) { var l = i[r]; - a._hasHostAttributes(l) && e.nativeElement.classList.add(l); + a._hasHostAttributes(l) && n.nativeElement.classList.add(l); } return ( a._focusMonitor.monitor(a._elementRef, !0), @@ -23928,32 +23925,32 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnDestroy = function() { + Object(o.__extends)(n, t), + (n.prototype.ngOnDestroy = function() { this._focusMonitor.stopMonitoring(this._elementRef); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this._getHostElement().focus(); }), - (e.prototype._getHostElement = function() { + (n.prototype._getHostElement = function() { return this._elementRef.nativeElement; }), - (e.prototype._isRippleDisabled = function() { + (n.prototype._isRippleDisabled = function() { return this.disableRipple || this.disabled; }), - (e.prototype._hasHostAttributes = function() { - for (var t = this, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - return e.some(function(e) { - return t._getHostElement().hasAttribute(e); + (n.prototype._hasHostAttributes = function() { + for (var t = this, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + return n.some(function(n) { + return t._getHostElement().hasAttribute(n); }); }), - e + n ); })( th( $f( - eh( + nh( (function() { return function(t) { this._elementRef = t; @@ -23973,19 +23970,19 @@ return function() {}; })(), $h = "*"; - function tb(t, e) { - return void 0 === e && (e = null), { type: 2, steps: t, options: e }; + function tb(t, n) { + return void 0 === n && (n = null), { type: 2, steps: t, options: n }; } - function eb(t) { + function nb(t) { return { type: 6, styles: t, offset: null }; } - function nb(t) { + function eb(t) { Promise.resolve(null).then(t); } var ob = (function() { - function t(t, e) { + function t(t, n) { void 0 === t && (t = 0), - void 0 === e && (e = 0), + void 0 === n && (n = 0), (this._onDoneFns = []), (this._onStartFns = []), (this._onDestroyFns = []), @@ -23993,7 +23990,7 @@ (this._destroyed = !1), (this._finished = !1), (this.parentPlayer = null), - (this.totalTime = t + e); + (this.totalTime = t + n); } return ( (t.prototype._onFinish = function() { @@ -24023,7 +24020,7 @@ }), (t.prototype.triggerMicrotask = function() { var t = this; - nb(function() { + eb(function() { return t._onFinish(); }); }), @@ -24054,18 +24051,18 @@ return 0; }), (t.prototype.triggerCallback = function(t) { - var e = "start" == t ? this._onStartFns : this._onDoneFns; - e.forEach(function(t) { + var n = "start" == t ? this._onStartFns : this._onDoneFns; + n.forEach(function(t) { return t(); }), - (e.length = 0); + (n.length = 0); }), t ); })(), ab = (function() { function t(t) { - var e = this; + var n = this; (this._onDoneFns = []), (this._onStartFns = []), (this._finished = !1), @@ -24075,27 +24072,27 @@ (this.parentPlayer = null), (this.totalTime = 0), (this.players = t); - var n = 0, + var e = 0, o = 0, a = 0, r = this.players.length; 0 == r - ? nb(function() { - return e._onFinish(); + ? eb(function() { + return n._onFinish(); }) : this.players.forEach(function(t) { t.onDone(function() { - ++n == r && e._onFinish(); + ++e == r && n._onFinish(); }), t.onDestroy(function() { - ++o == r && e._onDestroy(); + ++o == r && n._onDestroy(); }), t.onStart(function() { - ++a == r && e._onStart(); + ++a == r && n._onStart(); }); }), - (this.totalTime = this.players.reduce(function(t, e) { - return Math.max(t, e.totalTime); + (this.totalTime = this.players.reduce(function(t, n) { + return Math.max(t, n.totalTime); }, 0)); } return ( @@ -24179,18 +24176,18 @@ (this._started = !1); }), (t.prototype.setPosition = function(t) { - var e = t * this.totalTime; + var n = t * this.totalTime; this.players.forEach(function(t) { - var n = t.totalTime ? Math.min(1, e / t.totalTime) : 1; - t.setPosition(n); + var e = t.totalTime ? Math.min(1, n / t.totalTime) : 1; + t.setPosition(e); }); }), (t.prototype.getPosition = function() { var t = 0; return ( - this.players.forEach(function(e) { - var n = e.getPosition(); - t = Math.min(n, t); + this.players.forEach(function(n) { + var e = n.getPosition(); + t = Math.min(e, t); }), t ); @@ -24201,11 +24198,11 @@ }); }), (t.prototype.triggerCallback = function(t) { - var e = "start" == t ? this._onStartFns : this._onDoneFns; - e.forEach(function(t) { + var n = "start" == t ? this._onStartFns : this._onDoneFns; + n.forEach(function(t) { return t(); }), - (e.length = 0); + (n.length = 0); }), t ); @@ -24224,7 +24221,7 @@ return new ab(t); } } - function sb(t, e, n, o, a, r) { + function sb(t, n, e, o, a, r) { void 0 === a && (a = {}), void 0 === r && (r = {}); var i = [], l = [], @@ -24232,28 +24229,28 @@ c = null; if ( (o.forEach(function(t) { - var n = t.offset, - o = n == s, + var e = t.offset, + o = e == s, u = (o && c) || {}; - Object.keys(t).forEach(function(n) { - var o = n, - l = t[n]; - if ("offset" !== n) - switch (((o = e.normalizePropertyName(o, i)), l)) { + Object.keys(t).forEach(function(e) { + var o = e, + l = t[e]; + if ("offset" !== e) + switch (((o = n.normalizePropertyName(o, i)), l)) { case rb: - l = a[n]; + l = a[e]; break; case $h: - l = r[n]; + l = r[e]; break; default: - l = e.normalizeStyleValue(n, o, l, i); + l = n.normalizeStyleValue(e, o, l, i); } u[o] = l; }), o || l.push(u), (c = u), - (s = n); + (s = e); }), i.length) ) @@ -24263,46 +24260,46 @@ ); return l; } - function cb(t, e, n, o) { - switch (e) { + function cb(t, n, e, o) { + switch (n) { case "start": t.onStart(function() { - return o(n && ub(n, "start", t)); + return o(e && ub(e, "start", t)); }); break; case "done": t.onDone(function() { - return o(n && ub(n, "done", t)); + return o(e && ub(e, "done", t)); }); break; case "destroy": t.onDestroy(function() { - return o(n && ub(n, "destroy", t)); + return o(e && ub(e, "destroy", t)); }); } } - function ub(t, e, n) { - var o = n.totalTime, + function ub(t, n, e) { + var o = e.totalTime, a = db( t.element, t.triggerName, t.fromState, t.toState, - e || t.phaseName, + n || t.phaseName, null == o ? t.totalTime : o, - !!n.disabled + !!e.disabled ), r = t._data; return null != r && (a._data = r), a; } - function db(t, e, n, o, a, r, i) { + function db(t, n, e, o, a, r, i) { return ( void 0 === a && (a = ""), void 0 === r && (r = 0), { element: t, - triggerName: e, - fromState: n, + triggerName: n, + fromState: e, toState: o, phaseName: a, totalTime: r, @@ -24310,56 +24307,56 @@ } ); } - function pb(t, e, n) { + function pb(t, n, e) { var o; return ( t instanceof Map - ? (o = t.get(e)) || t.set(e, (o = n)) - : (o = t[e]) || (o = t[e] = n), + ? (o = t.get(n)) || t.set(n, (o = e)) + : (o = t[n]) || (o = t[n] = e), o ); } function mb(t) { - var e = t.indexOf(":"); - return [t.substring(1, e), t.substr(e + 1)]; + var n = t.indexOf(":"); + return [t.substring(1, n), t.substr(n + 1)]; } - var gb = function(t, e) { + var gb = function(t, n) { return !1; }, - fb = function(t, e) { + fb = function(t, n) { return !1; }, - hb = function(t, e, n) { + hb = function(t, n, e) { return []; }, bb = ib(); (bb || "undefined" != typeof Element) && - ((gb = function(t, e) { - return t.contains(e); + ((gb = function(t, n) { + return t.contains(n); }), (fb = (function() { if (bb || Element.prototype.matches) - return function(t, e) { - return t.matches(e); + return function(t, n) { + return t.matches(n); }; var t = Element.prototype, - e = + n = t.matchesSelector || t.mozMatchesSelector || t.msMatchesSelector || t.oMatchesSelector || t.webkitMatchesSelector; - return e - ? function(t, n) { - return e.apply(t, [n]); + return n + ? function(t, e) { + return n.apply(t, [e]); } : fb; })()), - (hb = function(t, e, n) { + (hb = function(t, n, e) { var a = []; - if (n) a.push.apply(a, Object(o.__spread)(t.querySelectorAll(e))); + if (e) a.push.apply(a, Object(o.__spread)(t.querySelectorAll(n))); else { - var r = t.querySelector(e); + var r = t.querySelector(n); r && a.push(r); } return a; @@ -24370,30 +24367,30 @@ _b || ((_b = ("undefined" != typeof document ? document.body : null) || {}), (yb = !!_b.style && "WebkitAppearance" in _b.style)); - var e = !0; + var n = !0; return ( _b.style && !(function(t) { return "ebkit" == t.substring(1, 6); })(t) && - !(e = t in _b.style) && + !(n = t in _b.style) && yb && - (e = + (n = "Webkit" + t.charAt(0).toUpperCase() + t.substr(1) in _b.style), - e + n ); } var vb = fb, Ob = gb, Pb = hb; function Mb(t) { - var e = {}; + var n = {}; return ( - Object.keys(t).forEach(function(n) { - var o = n.replace(/([a-z])([A-Z])/g, "$1-$2"); - e[o] = t[n]; + Object.keys(t).forEach(function(e) { + var o = e.replace(/([a-z])([A-Z])/g, "$1-$2"); + n[o] = t[e]; }), - e + n ); } var xb = (function() { @@ -24402,20 +24399,20 @@ (t.prototype.validateStyleProperty = function(t) { return Cb(t); }), - (t.prototype.matchesElement = function(t, e) { - return vb(t, e); + (t.prototype.matchesElement = function(t, n) { + return vb(t, n); }), - (t.prototype.containsElement = function(t, e) { - return Ob(t, e); + (t.prototype.containsElement = function(t, n) { + return Ob(t, n); }), - (t.prototype.query = function(t, e, n) { - return Pb(t, e, n); + (t.prototype.query = function(t, n, e) { + return Pb(t, n, e); }), - (t.prototype.computeStyle = function(t, e, n) { - return n || ""; + (t.prototype.computeStyle = function(t, n, e) { + return e || ""; }), - (t.prototype.animate = function(t, e, n, o, a, r, i) { - return void 0 === r && (r = []), new ob(n, o); + (t.prototype.animate = function(t, n, e, o, a, r, i) { + return void 0 === r && (r = []), new ob(e, o); }), t ); @@ -24427,21 +24424,21 @@ wb = 1e3; function Sb(t) { if ("number" == typeof t) return t; - var e = t.match(/^(-?[\.\d]+)(m?s)/); - return !e || e.length < 2 ? 0 : Eb(parseFloat(e[1]), e[2]); + var n = t.match(/^(-?[\.\d]+)(m?s)/); + return !n || n.length < 2 ? 0 : Eb(parseFloat(n[1]), n[2]); } - function Eb(t, e) { - switch (e) { + function Eb(t, n) { + switch (n) { case "s": return t * wb; default: return t; } } - function Ib(t, e, n) { + function Ib(t, n, e) { return t.hasOwnProperty("duration") ? t - : (function(t, e, n) { + : (function(t, n, e) { var o, a = 0, r = ""; @@ -24451,7 +24448,7 @@ ); if (null === i) return ( - e.push('The provided timing value "' + t + '" is invalid.'), + n.push('The provided timing value "' + t + '" is invalid.'), { duration: 0, delay: 0, easing: "" } ); o = Eb(parseFloat(i[1]), i[2]); @@ -24460,73 +24457,73 @@ var s = i[5]; s && (r = s); } else o = t; - if (!n) { + if (!e) { var c = !1, - u = e.length; + u = n.length; o < 0 && - (e.push( + (n.push( "Duration values below 0 are not allowed for this animation step." ), (c = !0)), a < 0 && - (e.push( + (n.push( "Delay values below 0 are not allowed for this animation step." ), (c = !0)), c && - e.splice( + n.splice( u, 0, 'The provided timing value "' + t + '" is invalid.' ); } return { duration: o, delay: a, easing: r }; - })(t, e, n); + })(t, n, e); } - function Ab(t, e) { + function Ab(t, n) { return ( - void 0 === e && (e = {}), - Object.keys(t).forEach(function(n) { - e[n] = t[n]; + void 0 === n && (n = {}), + Object.keys(t).forEach(function(e) { + n[e] = t[e]; }), - e + n ); } - function Tb(t, e, n) { - if ((void 0 === n && (n = {}), e)) for (var o in t) n[o] = t[o]; - else Ab(t, n); - return n; + function Tb(t, n, e) { + if ((void 0 === e && (e = {}), n)) for (var o in t) e[o] = t[o]; + else Ab(t, e); + return e; } - function Rb(t, e, n) { - return n ? e + ":" + n + ";" : ""; + function Rb(t, n, e) { + return e ? n + ":" + e + ";" : ""; } function Db(t) { - for (var e = "", n = 0; n < t.style.length; n++) - e += Rb(0, (o = t.style.item(n)), t.style.getPropertyValue(o)); + for (var n = "", e = 0; e < t.style.length; e++) + n += Rb(0, (o = t.style.item(e)), t.style.getPropertyValue(o)); for (var o in t.style) t.style.hasOwnProperty(o) && !o.startsWith("_") && - (e += Rb( + (n += Rb( 0, o.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(), t.style[o] )); - t.setAttribute("style", e); + t.setAttribute("style", n); } - function Nb(t, e, n) { + function Nb(t, n, e) { t.style && - (Object.keys(e).forEach(function(o) { + (Object.keys(n).forEach(function(o) { var a = Ub(o); - n && !n.hasOwnProperty(o) && (n[o] = t.style[a]), - (t.style[a] = e[o]); + e && !e.hasOwnProperty(o) && (e[o] = t.style[a]), + (t.style[a] = n[o]); }), ib() && Db(t)); } - function zb(t, e) { + function zb(t, n) { t.style && - (Object.keys(e).forEach(function(e) { - var n = Ub(e); - t.style[n] = ""; + (Object.keys(n).forEach(function(n) { + var e = Ub(n); + t.style[e] = ""; }), ib() && Db(t)); } @@ -24535,21 +24532,21 @@ } var jb = new RegExp("{{\\s*(.+?)\\s*}}", "g"); function Fb(t) { - var e = []; + var n = []; if ("string" == typeof t) { - for (var n = t.toString(), o = void 0; (o = jb.exec(n)); ) - e.push(o[1]); + for (var e = t.toString(), o = void 0; (o = jb.exec(e)); ) + n.push(o[1]); jb.lastIndex = 0; } - return e; + return n; } - function Bb(t, e, n) { + function Bb(t, n, e) { var o = t.toString(), a = o.replace(jb, function(t, o) { - var a = e[o]; + var a = n[o]; return ( - e.hasOwnProperty(o) || - (n.push("Please provide a value for the animation param " + o), + n.hasOwnProperty(o) || + (e.push("Please provide a value for the animation param " + o), (a = "")), a.toString() ); @@ -24557,112 +24554,112 @@ return a == o ? t : a; } function Vb(t) { - for (var e = [], n = t.next(); !n.done; ) - e.push(n.value), (n = t.next()); - return e; + for (var n = [], e = t.next(); !e.done; ) + n.push(e.value), (e = t.next()); + return n; } var Hb = /-+([a-z0-9])/g; function Ub(t) { return t.replace(Hb, function() { - for (var t = [], e = 0; e < arguments.length; e++) - t[e] = arguments[e]; + for (var t = [], n = 0; n < arguments.length; n++) + t[n] = arguments[n]; return t[1].toUpperCase(); }); } - function qb(t, e) { - return 0 === t || 0 === e; + function qb(t, n) { + return 0 === t || 0 === n; } - function Kb(t, e, n) { - var o = Object.keys(n); - if (o.length && e.length) { - var a = e[0], + function Kb(t, n, e) { + var o = Object.keys(e); + if (o.length && n.length) { + var a = n[0], r = []; if ( (o.forEach(function(t) { - a.hasOwnProperty(t) || r.push(t), (a[t] = n[t]); + a.hasOwnProperty(t) || r.push(t), (a[t] = e[t]); }), r.length) ) for ( var i = function() { - var n = e[l]; - r.forEach(function(e) { - n[e] = Wb(t, e); + var e = n[l]; + r.forEach(function(n) { + e[n] = Wb(t, n); }); }, l = 1; - l < e.length; + l < n.length; l++ ) i(); } - return e; + return n; } - function Yb(t, e, n) { - switch (e.type) { + function Yb(t, n, e) { + switch (n.type) { case 7: - return t.visitTrigger(e, n); + return t.visitTrigger(n, e); case 0: - return t.visitState(e, n); + return t.visitState(n, e); case 1: - return t.visitTransition(e, n); + return t.visitTransition(n, e); case 2: - return t.visitSequence(e, n); + return t.visitSequence(n, e); case 3: - return t.visitGroup(e, n); + return t.visitGroup(n, e); case 4: - return t.visitAnimate(e, n); + return t.visitAnimate(n, e); case 5: - return t.visitKeyframes(e, n); + return t.visitKeyframes(n, e); case 6: - return t.visitStyle(e, n); + return t.visitStyle(n, e); case 8: - return t.visitReference(e, n); + return t.visitReference(n, e); case 9: - return t.visitAnimateChild(e, n); + return t.visitAnimateChild(n, e); case 10: - return t.visitAnimateRef(e, n); + return t.visitAnimateRef(n, e); case 11: - return t.visitQuery(e, n); + return t.visitQuery(n, e); case 12: - return t.visitStagger(e, n); + return t.visitStagger(n, e); default: throw new Error( - "Unable to resolve animation metadata node #" + e.type + "Unable to resolve animation metadata node #" + n.type ); } } - function Wb(t, e) { - return window.getComputedStyle(t)[e]; + function Wb(t, n) { + return window.getComputedStyle(t)[n]; } var Gb = "*", Zb = new Set(["true", "1"]), Qb = new Set(["false", "0"]); - function Xb(t, e) { - var n = Zb.has(t) || Qb.has(t), - o = Zb.has(e) || Qb.has(e); + function Xb(t, n) { + var e = Zb.has(t) || Qb.has(t), + o = Zb.has(n) || Qb.has(n); return function(a, r) { var i = t == Gb || t == a, - l = e == Gb || e == r; + l = n == Gb || n == r; return ( - !i && n && "boolean" == typeof a && (i = a ? Zb.has(t) : Qb.has(t)), - !l && o && "boolean" == typeof r && (l = r ? Zb.has(e) : Qb.has(e)), + !i && e && "boolean" == typeof a && (i = a ? Zb.has(t) : Qb.has(t)), + !l && o && "boolean" == typeof r && (l = r ? Zb.has(n) : Qb.has(n)), i && l ); }; } var Jb = new RegExp("s*:selfs*,?", "g"); - function $b(t, e, n) { - return new t_(t).build(e, n); + function $b(t, n, e) { + return new t_(t).build(n, e); } var t_ = (function() { function t(t) { this._driver = t; } return ( - (t.prototype.build = function(t, e) { - var n = new e_(e); - return this._resetContextStyleTimingState(n), Yb(this, Lb(t), n); + (t.prototype.build = function(t, n) { + var e = new n_(n); + return this._resetContextStyleTimingState(e), Yb(this, Lb(t), e); }), (t.prototype._resetContextStyleTimingState = function(t) { (t.currentQuerySelector = ""), @@ -24670,33 +24667,33 @@ (t.collectedStyles[""] = {}), (t.currentTime = 0); }), - (t.prototype.visitTrigger = function(t, e) { - var n = this, - o = (e.queryCount = 0), - a = (e.depCount = 0), + (t.prototype.visitTrigger = function(t, n) { + var e = this, + o = (n.queryCount = 0), + a = (n.depCount = 0), r = [], i = []; return ( "@" == t.name.charAt(0) && - e.errors.push( + n.errors.push( "animation triggers cannot be prefixed with an `@` sign (e.g. trigger('@foo', [...]))" ), t.definitions.forEach(function(t) { - if ((n._resetContextStyleTimingState(e), 0 == t.type)) { + if ((e._resetContextStyleTimingState(n), 0 == t.type)) { var l = t, s = l.name; s .toString() .split(/\s*,\s*/) .forEach(function(t) { - (l.name = t), r.push(n.visitState(l, e)); + (l.name = t), r.push(e.visitState(l, n)); }), (l.name = s); } else if (1 == t.type) { - var c = n.visitTransition(t, e); + var c = e.visitTransition(t, n); (o += c.queryCount), (a += c.depCount), i.push(c); } else - e.errors.push( + n.errors.push( "only state() and transition() definitions can sit inside of a trigger()" ); }), @@ -24711,18 +24708,18 @@ } ); }), - (t.prototype.visitState = function(t, e) { - var n = this.visitStyle(t.styles, e), + (t.prototype.visitState = function(t, n) { + var e = this.visitStyle(t.styles, n), o = (t.options && t.options.params) || null; - if (n.containsDynamicStyles) { + if (e.containsDynamicStyles) { var a = new Set(), r = o || {}; if ( - (n.styles.forEach(function(t) { - if (n_(t)) { - var e = t; - Object.keys(e).forEach(function(t) { - Fb(e[t]).forEach(function(t) { + (e.styles.forEach(function(t) { + if (e_(t)) { + var n = t; + Object.keys(n).forEach(function(t) { + Fb(n[t]).forEach(function(t) { r.hasOwnProperty(t) || a.add(t); }); }); @@ -24731,7 +24728,7 @@ a.size) ) { var i = Vb(a.values()); - e.errors.push( + n.errors.push( 'state("' + t.name + '", ...) must define default values for all the following style substitutions: ' + @@ -24742,43 +24739,43 @@ return { type: 0, name: t.name, - style: n, + style: e, options: o ? { params: o } : null }; }), - (t.prototype.visitTransition = function(t, e) { - (e.queryCount = 0), (e.depCount = 0); - var n, + (t.prototype.visitTransition = function(t, n) { + (n.queryCount = 0), (n.depCount = 0); + var e, o, a, - r = Yb(this, Lb(t.animation), e); + r = Yb(this, Lb(t.animation), n); return { type: 1, matchers: - ((n = t.expr), - (o = e.errors), + ((e = t.expr), + (o = n.errors), (a = []), - "string" == typeof n - ? n.split(/\s*,\s*/).forEach(function(t) { - return (function(t, e, n) { + "string" == typeof e + ? e.split(/\s*,\s*/).forEach(function(t) { + return (function(t, n, e) { if (":" == t[0]) { - var o = (function(t, e) { + var o = (function(t, n) { switch (t) { case ":enter": return "void => *"; case ":leave": return "* => void"; case ":increment": - return function(t, e) { - return parseFloat(e) > parseFloat(t); + return function(t, n) { + return parseFloat(n) > parseFloat(t); }; case ":decrement": - return function(t, e) { - return parseFloat(e) < parseFloat(t); + return function(t, n) { + return parseFloat(n) < parseFloat(t); }; default: return ( - e.push( + n.push( 'The transition alias value "' + t + '" is not supported' @@ -24786,8 +24783,8 @@ "* => *" ); } - })(t, n); - if ("function" == typeof o) return void e.push(o); + })(t, e); + if ("function" == typeof o) return void n.push(o); t = o; } var a = t.match( @@ -24795,61 +24792,61 @@ ); if (null == a || a.length < 4) return ( - n.push( + e.push( 'The provided transition expression "' + t + '" is not supported' ), - e + n ); var r = a[1], i = a[2], l = a[3]; - e.push(Xb(r, l)), + n.push(Xb(r, l)), "<" != i[0] || (r == Gb && l == Gb) || - e.push(Xb(l, r)); + n.push(Xb(l, r)); })(t, a, o); }) - : a.push(n), + : a.push(e), a), animation: r, - queryCount: e.queryCount, - depCount: e.depCount, + queryCount: n.queryCount, + depCount: n.depCount, options: o_(t.options) }; }), - (t.prototype.visitSequence = function(t, e) { - var n = this; + (t.prototype.visitSequence = function(t, n) { + var e = this; return { type: 2, steps: t.steps.map(function(t) { - return Yb(n, t, e); + return Yb(e, t, n); }), options: o_(t.options) }; }), - (t.prototype.visitGroup = function(t, e) { - var n = this, - o = e.currentTime, + (t.prototype.visitGroup = function(t, n) { + var e = this, + o = n.currentTime, a = 0, r = t.steps.map(function(t) { - e.currentTime = o; - var r = Yb(n, t, e); - return (a = Math.max(a, e.currentTime)), r; + n.currentTime = o; + var r = Yb(e, t, n); + return (a = Math.max(a, n.currentTime)), r; }); return ( - (e.currentTime = a), + (n.currentTime = a), { type: 3, steps: r, options: o_(t.options) } ); }), - (t.prototype.visitAnimate = function(t, e) { - var n, - o = (function(t, e) { - var n = null; - if (t.hasOwnProperty("duration")) n = t; + (t.prototype.visitAnimate = function(t, n) { + var e, + o = (function(t, n) { + var e = null; + if (t.hasOwnProperty("duration")) e = t; else if ("number" == typeof t) - return a_(Ib(t, e).duration, 0, ""); + return a_(Ib(t, n).duration, 0, ""); var o = t; if ( o.split(/\s+/).some(function(t) { @@ -24859,57 +24856,57 @@ var a = a_(0, 0, ""); return (a.dynamic = !0), (a.strValue = o), a; } - return a_((n = n || Ib(o, e)).duration, n.delay, n.easing); - })(t.timings, e.errors); - e.currentAnimateTimings = o; - var a = t.styles ? t.styles : eb({}); - if (5 == a.type) n = this.visitKeyframes(a, e); + return a_((e = e || Ib(o, n)).duration, e.delay, e.easing); + })(t.timings, n.errors); + n.currentAnimateTimings = o; + var a = t.styles ? t.styles : nb({}); + if (5 == a.type) e = this.visitKeyframes(a, n); else { var r = t.styles, i = !1; if (!r) { i = !0; var l = {}; - o.easing && (l.easing = o.easing), (r = eb(l)); + o.easing && (l.easing = o.easing), (r = nb(l)); } - e.currentTime += o.duration + o.delay; - var s = this.visitStyle(r, e); - (s.isEmptyStep = i), (n = s); + n.currentTime += o.duration + o.delay; + var s = this.visitStyle(r, n); + (s.isEmptyStep = i), (e = s); } return ( - (e.currentAnimateTimings = null), - { type: 4, timings: o, style: n, options: null } + (n.currentAnimateTimings = null), + { type: 4, timings: o, style: e, options: null } ); }), - (t.prototype.visitStyle = function(t, e) { - var n = this._makeStyleAst(t, e); - return this._validateStyleAst(n, e), n; + (t.prototype.visitStyle = function(t, n) { + var e = this._makeStyleAst(t, n); + return this._validateStyleAst(e, n), e; }), - (t.prototype._makeStyleAst = function(t, e) { - var n = []; + (t.prototype._makeStyleAst = function(t, n) { + var e = []; Array.isArray(t.styles) ? t.styles.forEach(function(t) { "string" == typeof t ? t == $h - ? n.push(t) - : e.errors.push( + ? e.push(t) + : n.errors.push( "The provided style string value " + t + " is not allowed." ) - : n.push(t); + : e.push(t); }) - : n.push(t.styles); + : e.push(t.styles); var o = !1, a = null; return ( - n.forEach(function(t) { - if (n_(t)) { - var e = t, - n = e.easing; - if ((n && ((a = n), delete e.easing), !o)) - for (var r in e) - if (e[r].toString().indexOf("{{") >= 0) { + e.forEach(function(t) { + if (e_(t)) { + var n = t, + e = n.easing; + if ((e && ((a = e), delete n.easing), !o)) + for (var r in n) + if (n[r].toString().indexOf("{{") >= 0) { o = !0; break; } @@ -24917,7 +24914,7 @@ }), { type: 6, - styles: n, + styles: e, easing: a, offset: t.offset, containsDynamicStyles: o, @@ -24925,27 +24922,27 @@ } ); }), - (t.prototype._validateStyleAst = function(t, e) { - var n = this, - o = e.currentAnimateTimings, - a = e.currentTime, - r = e.currentTime; + (t.prototype._validateStyleAst = function(t, n) { + var e = this, + o = n.currentAnimateTimings, + a = n.currentTime, + r = n.currentTime; o && r > 0 && (r -= o.duration + o.delay), t.styles.forEach(function(t) { "string" != typeof t && Object.keys(t).forEach(function(o) { - if (n._driver.validateStyleProperty(o)) { + if (e._driver.validateStyleProperty(o)) { var i, l, s, - c = e.collectedStyles[e.currentQuerySelector], + c = n.collectedStyles[n.currentQuerySelector], u = c[o], d = !0; u && (r != a && r >= u.startTime && a <= u.endTime && - (e.errors.push( + (n.errors.push( 'The CSS property "' + o + '" that exists between the times of "' + @@ -24961,9 +24958,9 @@ (d = !1)), (r = u.startTime)), d && (c[o] = { startTime: r, endTime: a }), - e.options && - ((i = e.errors), - (l = e.options.params || {}), + n.options && + ((i = n.errors), + (l = n.options.params || {}), (s = Fb(t[o])).length && s.forEach(function(t) { l.hasOwnProperty(t) || @@ -24974,7 +24971,7 @@ ); })); } else - e.errors.push( + n.errors.push( 'The provided animation property "' + o + '" is not a supported CSS property for animations' @@ -24982,12 +24979,12 @@ }); }); }), - (t.prototype.visitKeyframes = function(t, e) { - var n = this, + (t.prototype.visitKeyframes = function(t, n) { + var e = this, o = { type: 5, styles: [], options: null }; - if (!e.currentAnimateTimings) + if (!n.currentAnimateTimings) return ( - e.errors.push( + n.errors.push( "keyframes() must be placed inside of a call to animate()" ), o @@ -24998,25 +24995,25 @@ l = !1, s = 0, c = t.steps.map(function(t) { - var o = n._makeStyleAst(t, e), + var o = e._makeStyleAst(t, n), c = null != o.offset ? o.offset : (function(t) { if ("string" == typeof t) return null; - var e = null; + var n = null; if (Array.isArray(t)) t.forEach(function(t) { - if (n_(t) && t.hasOwnProperty("offset")) { - var n = t; - (e = parseFloat(n.offset)), delete n.offset; + if (e_(t) && t.hasOwnProperty("offset")) { + var e = t; + (n = parseFloat(e.offset)), delete e.offset; } }); - else if (n_(t) && t.hasOwnProperty("offset")) { - var n = t; - (e = parseFloat(n.offset)), delete n.offset; + else if (e_(t) && t.hasOwnProperty("offset")) { + var e = t; + (n = parseFloat(e.offset)), delete e.offset; } - return e; + return n; })(o.styles), u = 0; return ( @@ -25029,65 +25026,65 @@ ); }); l && - e.errors.push( + n.errors.push( "Please ensure that all keyframe offsets are between 0 and 1" ), i && - e.errors.push( + n.errors.push( "Please ensure that all keyframe offsets are in order" ); var u = t.steps.length, d = 0; a > 0 && a < u - ? e.errors.push( + ? n.errors.push( "Not all style() steps within the declared keyframes() contain offsets" ) : 0 == a && (d = 1 / (u - 1)); var p = u - 1, - m = e.currentTime, - g = e.currentAnimateTimings, + m = n.currentTime, + g = n.currentAnimateTimings, f = g.duration; return ( c.forEach(function(t, a) { var i = d > 0 ? (a == p ? 1 : d * a) : r[a], l = i * f; - (e.currentTime = m + g.delay + l), + (n.currentTime = m + g.delay + l), (g.duration = l), - n._validateStyleAst(t, e), + e._validateStyleAst(t, n), (t.offset = i), o.styles.push(t); }), o ); }), - (t.prototype.visitReference = function(t, e) { + (t.prototype.visitReference = function(t, n) { return { type: 8, - animation: Yb(this, Lb(t.animation), e), + animation: Yb(this, Lb(t.animation), n), options: o_(t.options) }; }), - (t.prototype.visitAnimateChild = function(t, e) { - return e.depCount++, { type: 9, options: o_(t.options) }; + (t.prototype.visitAnimateChild = function(t, n) { + return n.depCount++, { type: 9, options: o_(t.options) }; }), - (t.prototype.visitAnimateRef = function(t, e) { + (t.prototype.visitAnimateRef = function(t, n) { return { type: 10, - animation: this.visitReference(t.animation, e), + animation: this.visitReference(t.animation, n), options: o_(t.options) }; }), - (t.prototype.visitQuery = function(t, e) { - var n = e.currentQuerySelector, + (t.prototype.visitQuery = function(t, n) { + var e = n.currentQuerySelector, a = t.options || {}; - e.queryCount++, (e.currentQuery = t); + n.queryCount++, (n.currentQuery = t); var r = Object(o.__read)( (function(t) { - var e = !!t.split(/\s*,\s*/).find(function(t) { + var n = !!t.split(/\s*,\s*/).find(function(t) { return ":self" == t; }); return ( - e && (t = t.replace(Jb, "")), + n && (t = t.replace(Jb, "")), [ (t = t .replace(/@\*/g, ".ng-trigger") @@ -25095,7 +25092,7 @@ return ".ng-trigger-" + t.substr(1); }) .replace(/:animating/g, ".ng-animating")), - e + n ] ); })(t.selector), @@ -25103,12 +25100,12 @@ ), i = r[0], l = r[1]; - (e.currentQuerySelector = n.length ? n + " " + i : i), - pb(e.collectedStyles, e.currentQuerySelector, {}); - var s = Yb(this, Lb(t.animation), e); + (n.currentQuerySelector = e.length ? e + " " + i : i), + pb(n.collectedStyles, n.currentQuerySelector, {}); + var s = Yb(this, Lb(t.animation), n); return ( - (e.currentQuery = null), - (e.currentQuerySelector = n), + (n.currentQuery = null), + (n.currentQuerySelector = e), { type: 11, selector: i, @@ -25121,24 +25118,24 @@ } ); }), - (t.prototype.visitStagger = function(t, e) { - e.currentQuery || - e.errors.push("stagger() can only be used inside of query()"); - var n = + (t.prototype.visitStagger = function(t, n) { + n.currentQuery || + n.errors.push("stagger() can only be used inside of query()"); + var e = "full" === t.timings ? { duration: 0, delay: 0, easing: "full" } - : Ib(t.timings, e.errors, !0); + : Ib(t.timings, n.errors, !0); return { type: 12, - animation: Yb(this, Lb(t.animation), e), - timings: n, + animation: Yb(this, Lb(t.animation), n), + timings: e, options: null }; }), t ); })(), - e_ = (function() { + n_ = (function() { return function(t) { (this.errors = t), (this.queryCount = 0), @@ -25152,30 +25149,30 @@ (this.options = null); }; })(); - function n_(t) { + function e_(t) { return !Array.isArray(t) && "object" == typeof t; } function o_(t) { - var e; + var n; return ( t - ? (t = Ab(t)).params && (t.params = (e = t.params) ? Ab(e) : null) + ? (t = Ab(t)).params && (t.params = (n = t.params) ? Ab(n) : null) : (t = {}), t ); } - function a_(t, e, n) { - return { duration: t, delay: e, easing: n }; + function a_(t, n, e) { + return { duration: t, delay: n, easing: e }; } - function r_(t, e, n, o, a, r, i, l) { + function r_(t, n, e, o, a, r, i, l) { return ( void 0 === i && (i = null), void 0 === l && (l = !1), { type: 1, element: t, - keyframes: e, - preStyleProps: n, + keyframes: n, + preStyleProps: e, postStyleProps: o, duration: a, delay: r, @@ -25191,13 +25188,13 @@ } return ( (t.prototype.consume = function(t) { - var e = this._map.get(t); - return e ? this._map.delete(t) : (e = []), e; - }), - (t.prototype.append = function(t, e) { var n = this._map.get(t); - n || this._map.set(t, (n = [])), - n.push.apply(n, Object(o.__spread)(e)); + return n ? this._map.delete(t) : (n = []), n; + }), + (t.prototype.append = function(t, n) { + var e = this._map.get(t); + e || this._map.set(t, (e = [])), + e.push.apply(e, Object(o.__spread)(n)); }), (t.prototype.has = function(t) { return this._map.has(t); @@ -25210,12 +25207,12 @@ })(), l_ = new RegExp(":enter", "g"), s_ = new RegExp(":leave", "g"); - function c_(t, e, n, o, a, r, i, l, s, c) { + function c_(t, n, e, o, a, r, i, l, s, c) { return ( void 0 === r && (r = {}), void 0 === i && (i = {}), void 0 === c && (c = []), - new u_().buildKeyframes(t, e, n, o, a, r, i, l, s, c) + new u_().buildKeyframes(t, n, e, o, a, r, i, l, s, c) ); } var u_ = (function() { @@ -25223,8 +25220,8 @@ return ( (t.prototype.buildKeyframes = function( t, - e, n, + e, o, a, r, @@ -25234,10 +25231,10 @@ c ) { void 0 === c && (c = []), (s = s || new i_()); - var u = new p_(t, e, s, o, a, c, []); + var u = new p_(t, n, s, o, a, c, []); (u.options = l), u.currentTimeline.setStyles([r], null, u.errors, l), - Yb(this, n, u); + Yb(this, e, u); var d = u.timelines.filter(function(t) { return t.containsAnimation(); }); @@ -25250,55 +25247,55 @@ ? d.map(function(t) { return t.buildKeyframes(); }) - : [r_(e, [], [], [], 0, 0, "", !1)]; + : [r_(n, [], [], [], 0, 0, "", !1)]; }), - (t.prototype.visitTrigger = function(t, e) {}), - (t.prototype.visitState = function(t, e) {}), - (t.prototype.visitTransition = function(t, e) {}), - (t.prototype.visitAnimateChild = function(t, e) { - var n = e.subInstructions.consume(e.element); - if (n) { - var o = e.createSubContext(t.options), - a = e.currentTimeline.currentTime, - r = this._visitSubInstructions(n, o, o.options); - a != r && e.transformIntoNewTimeline(r); + (t.prototype.visitTrigger = function(t, n) {}), + (t.prototype.visitState = function(t, n) {}), + (t.prototype.visitTransition = function(t, n) {}), + (t.prototype.visitAnimateChild = function(t, n) { + var e = n.subInstructions.consume(n.element); + if (e) { + var o = n.createSubContext(t.options), + a = n.currentTimeline.currentTime, + r = this._visitSubInstructions(e, o, o.options); + a != r && n.transformIntoNewTimeline(r); } - e.previousNode = t; - }), - (t.prototype.visitAnimateRef = function(t, e) { - var n = e.createSubContext(t.options); - n.transformIntoNewTimeline(), - this.visitReference(t.animation, n), - e.transformIntoNewTimeline(n.currentTimeline.currentTime), - (e.previousNode = t); - }), - (t.prototype._visitSubInstructions = function(t, e, n) { - var o = e.currentTimeline.currentTime, - a = null != n.duration ? Sb(n.duration) : null, - r = null != n.delay ? Sb(n.delay) : null; + n.previousNode = t; + }), + (t.prototype.visitAnimateRef = function(t, n) { + var e = n.createSubContext(t.options); + e.transformIntoNewTimeline(), + this.visitReference(t.animation, e), + n.transformIntoNewTimeline(e.currentTimeline.currentTime), + (n.previousNode = t); + }), + (t.prototype._visitSubInstructions = function(t, n, e) { + var o = n.currentTimeline.currentTime, + a = null != e.duration ? Sb(e.duration) : null, + r = null != e.delay ? Sb(e.delay) : null; return ( 0 !== a && t.forEach(function(t) { - var n = e.appendInstructionToTimeline(t, a, r); - o = Math.max(o, n.duration + n.delay); + var e = n.appendInstructionToTimeline(t, a, r); + o = Math.max(o, e.duration + e.delay); }), o ); }), - (t.prototype.visitReference = function(t, e) { - e.updateOptions(t.options, !0), - Yb(this, t.animation, e), - (e.previousNode = t); + (t.prototype.visitReference = function(t, n) { + n.updateOptions(t.options, !0), + Yb(this, t.animation, n), + (n.previousNode = t); }), - (t.prototype.visitSequence = function(t, e) { - var n = this, - o = e.subContextCount, - a = e, + (t.prototype.visitSequence = function(t, n) { + var e = this, + o = n.subContextCount, + a = n, r = t.options; if ( r && (r.params || r.delay) && - ((a = e.createSubContext(r)).transformIntoNewTimeline(), + ((a = n.createSubContext(r)).transformIntoNewTimeline(), null != r.delay) ) { 6 == a.previousNode.type && @@ -25309,150 +25306,150 @@ } t.steps.length && (t.steps.forEach(function(t) { - return Yb(n, t, a); + return Yb(e, t, a); }), a.currentTimeline.applyStylesToKeyframe(), a.subContextCount > o && a.transformIntoNewTimeline()), - (e.previousNode = t); + (n.previousNode = t); }), - (t.prototype.visitGroup = function(t, e) { - var n = this, + (t.prototype.visitGroup = function(t, n) { + var e = this, o = [], - a = e.currentTimeline.currentTime, + a = n.currentTimeline.currentTime, r = t.options && t.options.delay ? Sb(t.options.delay) : 0; t.steps.forEach(function(i) { - var l = e.createSubContext(t.options); + var l = n.createSubContext(t.options); r && l.delayNextStep(r), - Yb(n, i, l), + Yb(e, i, l), (a = Math.max(a, l.currentTimeline.currentTime)), o.push(l.currentTimeline); }), o.forEach(function(t) { - return e.currentTimeline.mergeTimelineCollectedStyles(t); + return n.currentTimeline.mergeTimelineCollectedStyles(t); }), - e.transformIntoNewTimeline(a), - (e.previousNode = t); + n.transformIntoNewTimeline(a), + (n.previousNode = t); }), - (t.prototype._visitTiming = function(t, e) { + (t.prototype._visitTiming = function(t, n) { if (t.dynamic) { - var n = t.strValue; - return Ib(e.params ? Bb(n, e.params, e.errors) : n, e.errors); + var e = t.strValue; + return Ib(n.params ? Bb(e, n.params, n.errors) : e, n.errors); } return { duration: t.duration, delay: t.delay, easing: t.easing }; }), - (t.prototype.visitAnimate = function(t, e) { - var n = (e.currentAnimateTimings = this._visitTiming( + (t.prototype.visitAnimate = function(t, n) { + var e = (n.currentAnimateTimings = this._visitTiming( t.timings, - e + n )), - o = e.currentTimeline; - n.delay && (e.incrementTime(n.delay), o.snapshotCurrentStyles()); + o = n.currentTimeline; + e.delay && (n.incrementTime(e.delay), o.snapshotCurrentStyles()); var a = t.style; 5 == a.type - ? this.visitKeyframes(a, e) - : (e.incrementTime(n.duration), - this.visitStyle(a, e), + ? this.visitKeyframes(a, n) + : (n.incrementTime(e.duration), + this.visitStyle(a, n), o.applyStylesToKeyframe()), - (e.currentAnimateTimings = null), - (e.previousNode = t); + (n.currentAnimateTimings = null), + (n.previousNode = t); }), - (t.prototype.visitStyle = function(t, e) { - var n = e.currentTimeline, - o = e.currentAnimateTimings; - !o && n.getCurrentStyleProperties().length && n.forwardFrame(); + (t.prototype.visitStyle = function(t, n) { + var e = n.currentTimeline, + o = n.currentAnimateTimings; + !o && e.getCurrentStyleProperties().length && e.forwardFrame(); var a = (o && o.easing) || t.easing; t.isEmptyStep - ? n.applyEmptyStep(a) - : n.setStyles(t.styles, a, e.errors, e.options), - (e.previousNode = t); - }), - (t.prototype.visitKeyframes = function(t, e) { - var n = e.currentAnimateTimings, - o = e.currentTimeline.duration, - a = n.duration, - r = e.createSubContext().currentTimeline; - (r.easing = n.easing), + ? e.applyEmptyStep(a) + : e.setStyles(t.styles, a, n.errors, n.options), + (n.previousNode = t); + }), + (t.prototype.visitKeyframes = function(t, n) { + var e = n.currentAnimateTimings, + o = n.currentTimeline.duration, + a = e.duration, + r = n.createSubContext().currentTimeline; + (r.easing = e.easing), t.styles.forEach(function(t) { r.forwardTime((t.offset || 0) * a), - r.setStyles(t.styles, t.easing, e.errors, e.options), + r.setStyles(t.styles, t.easing, n.errors, n.options), r.applyStylesToKeyframe(); }), - e.currentTimeline.mergeTimelineCollectedStyles(r), - e.transformIntoNewTimeline(o + a), - (e.previousNode = t); + n.currentTimeline.mergeTimelineCollectedStyles(r), + n.transformIntoNewTimeline(o + a), + (n.previousNode = t); }), - (t.prototype.visitQuery = function(t, e) { - var n = this, - o = e.currentTimeline.currentTime, + (t.prototype.visitQuery = function(t, n) { + var e = this, + o = n.currentTimeline.currentTime, a = t.options || {}, r = a.delay ? Sb(a.delay) : 0; r && - (6 === e.previousNode.type || + (6 === n.previousNode.type || (0 == o && - e.currentTimeline.getCurrentStyleProperties().length)) && - (e.currentTimeline.snapshotCurrentStyles(), - (e.previousNode = d_)); + n.currentTimeline.getCurrentStyleProperties().length)) && + (n.currentTimeline.snapshotCurrentStyles(), + (n.previousNode = d_)); var i = o, - l = e.invokeQuery( + l = n.invokeQuery( t.selector, t.originalSelector, t.limit, t.includeSelf, !!a.optional, - e.errors + n.errors ); - e.currentQueryTotal = l.length; + n.currentQueryTotal = l.length; var s = null; l.forEach(function(o, a) { - e.currentQueryIndex = a; - var l = e.createSubContext(t.options, o); + n.currentQueryIndex = a; + var l = n.createSubContext(t.options, o); r && l.delayNextStep(r), - o === e.element && (s = l.currentTimeline), - Yb(n, t.animation, l), + o === n.element && (s = l.currentTimeline), + Yb(e, t.animation, l), l.currentTimeline.applyStylesToKeyframe(), (i = Math.max(i, l.currentTimeline.currentTime)); }), - (e.currentQueryIndex = 0), - (e.currentQueryTotal = 0), - e.transformIntoNewTimeline(i), + (n.currentQueryIndex = 0), + (n.currentQueryTotal = 0), + n.transformIntoNewTimeline(i), s && - (e.currentTimeline.mergeTimelineCollectedStyles(s), - e.currentTimeline.snapshotCurrentStyles()), - (e.previousNode = t); + (n.currentTimeline.mergeTimelineCollectedStyles(s), + n.currentTimeline.snapshotCurrentStyles()), + (n.previousNode = t); }), - (t.prototype.visitStagger = function(t, e) { - var n = e.parentContext, - o = e.currentTimeline, + (t.prototype.visitStagger = function(t, n) { + var e = n.parentContext, + o = n.currentTimeline, a = t.timings, r = Math.abs(a.duration), - i = r * (e.currentQueryTotal - 1), - l = r * e.currentQueryIndex; + i = r * (n.currentQueryTotal - 1), + l = r * n.currentQueryIndex; switch (a.duration < 0 ? "reverse" : a.easing) { case "reverse": l = i - l; break; case "full": - l = n.currentStaggerTime; + l = e.currentStaggerTime; } - var s = e.currentTimeline; + var s = n.currentTimeline; l && s.delayNextStep(l); var c = s.currentTime; - Yb(this, t.animation, e), - (e.previousNode = t), - (n.currentStaggerTime = + Yb(this, t.animation, n), + (n.previousNode = t), + (e.currentStaggerTime = o.currentTime - c + - (o.startTime - n.currentTimeline.startTime)); + (o.startTime - e.currentTimeline.startTime)); }), t ); })(), d_ = {}, p_ = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { (this._driver = t), - (this.element = e), - (this.subInstructions = n), + (this.element = n), + (this.subInstructions = e), (this._enterClassName = o), (this._leaveClassName = a), (this.errors = r), @@ -25465,7 +25462,7 @@ (this.currentQueryIndex = 0), (this.currentQueryTotal = 0), (this.currentStaggerTime = 0), - (this.currentTimeline = l || new m_(this._driver, e, 0)), + (this.currentTimeline = l || new m_(this._driver, n, 0)), i.push(this.currentTimeline); } return ( @@ -25476,8 +25473,8 @@ enumerable: !0, configurable: !0 }), - (t.prototype.updateOptions = function(t, e) { - var n = this; + (t.prototype.updateOptions = function(t, n) { + var e = this; if (t) { var o = t, a = this.options; @@ -25488,8 +25485,8 @@ var i = a.params; i || (i = this.options.params = {}), Object.keys(r).forEach(function(t) { - (e && i.hasOwnProperty(t)) || - (i[t] = Bb(r[t], i, n.errors)); + (n && i.hasOwnProperty(t)) || + (i[t] = Bb(r[t], i, e.errors)); }); } } @@ -25497,19 +25494,19 @@ (t.prototype._copyOptions = function() { var t = {}; if (this.options) { - var e = this.options.params; - if (e) { - var n = (t.params = {}); - Object.keys(e).forEach(function(t) { - n[t] = e[t]; + var n = this.options.params; + if (n) { + var e = (t.params = {}); + Object.keys(n).forEach(function(t) { + e[t] = n[t]; }); } } return t; }), - (t.prototype.createSubContext = function(e, n, o) { - void 0 === e && (e = null); - var a = n || this.element, + (t.prototype.createSubContext = function(n, e, o) { + void 0 === n && (n = null); + var a = e || this.element, r = new t( this._driver, a, @@ -25524,7 +25521,7 @@ (r.previousNode = this.previousNode), (r.currentAnimateTimings = this.currentAnimateTimings), (r.options = this._copyOptions()), - r.updateOptions(e), + r.updateOptions(n), (r.currentQueryIndex = this.currentQueryIndex), (r.currentQueryTotal = this.currentQueryTotal), (r.parentContext = this), @@ -25543,12 +25540,12 @@ this.currentTimeline ); }), - (t.prototype.appendInstructionToTimeline = function(t, e, n) { + (t.prototype.appendInstructionToTimeline = function(t, n, e) { var o = { - duration: null != e ? e : t.duration, + duration: null != n ? n : t.duration, delay: this.currentTimeline.currentTime + - (null != n ? n : 0) + + (null != e ? e : 0) + t.delay, easing: "" }, @@ -25571,16 +25568,16 @@ (t.prototype.delayNextStep = function(t) { t > 0 && this.currentTimeline.delayNextStep(t); }), - (t.prototype.invokeQuery = function(t, e, n, a, r, i) { + (t.prototype.invokeQuery = function(t, n, e, a, r, i) { var l = []; if ((a && l.push(this.element), t.length > 0)) { t = (t = t.replace(l_, "." + this._enterClassName)).replace( s_, "." + this._leaveClassName ); - var s = this._driver.query(this.element, t, 1 != n); - 0 !== n && - (s = n < 0 ? s.slice(s.length + n, s.length) : s.slice(0, n)), + var s = this._driver.query(this.element, t, 1 != e); + 0 !== e && + (s = e < 0 ? s.slice(s.length + e, s.length) : s.slice(0, e)), l.push.apply(l, Object(o.__spread)(s)); } return ( @@ -25588,9 +25585,9 @@ 0 != l.length || i.push( '`query("' + - e + + n + '")` returned zero elements. (Use `query("' + - e + + n + '", { optional: true })` if you wish to allow this.)' ), l @@ -25600,10 +25597,10 @@ ); })(), m_ = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._driver = t), - (this.element = e), - (this.startTime = n), + (this.element = n), + (this.startTime = e), (this._elementTimelineStylesLookup = o), (this.duration = 0), (this._previousKeyframe = {}), @@ -25617,12 +25614,12 @@ (this._elementTimelineStylesLookup = new Map()), (this._localTimelineStyles = Object.create(this._backFill, {})), (this._globalTimelineStyles = this._elementTimelineStylesLookup.get( - e + n )), this._globalTimelineStyles || ((this._globalTimelineStyles = this._localTimelineStyles), this._elementTimelineStylesLookup.set( - e, + n, this._localTimelineStyles )), this._loadKeyframe(); @@ -25649,21 +25646,21 @@ configurable: !0 }), (t.prototype.delayNextStep = function(t) { - var e = + var n = 1 == this._keyframes.size && Object.keys(this._pendingStyles).length; - this.duration || e + this.duration || n ? (this.forwardTime(this.currentTime + t), - e && this.snapshotCurrentStyles()) + n && this.snapshotCurrentStyles()) : (this.startTime += t); }), - (t.prototype.fork = function(e, n) { + (t.prototype.fork = function(n, e) { return ( this.applyStylesToKeyframe(), new t( this._driver, - e, - n || this.currentTime, + n, + e || this.currentTime, this._elementTimelineStylesLookup ) ); @@ -25684,34 +25681,34 @@ (this.duration = t), this._loadKeyframe(); }), - (t.prototype._updateStyle = function(t, e) { - (this._localTimelineStyles[t] = e), - (this._globalTimelineStyles[t] = e), - (this._styleSummary[t] = { time: this.currentTime, value: e }); + (t.prototype._updateStyle = function(t, n) { + (this._localTimelineStyles[t] = n), + (this._globalTimelineStyles[t] = n), + (this._styleSummary[t] = { time: this.currentTime, value: n }); }), (t.prototype.allowOnlyTimelineStyles = function() { return this._currentEmptyStepKeyframe !== this._currentKeyframe; }), (t.prototype.applyEmptyStep = function(t) { - var e = this; + var n = this; t && (this._previousKeyframe.easing = t), Object.keys(this._globalTimelineStyles).forEach(function(t) { - (e._backFill[t] = e._globalTimelineStyles[t] || $h), - (e._currentKeyframe[t] = $h); + (n._backFill[t] = n._globalTimelineStyles[t] || $h), + (n._currentKeyframe[t] = $h); }), (this._currentEmptyStepKeyframe = this._currentKeyframe); }), - (t.prototype.setStyles = function(t, e, n, o) { + (t.prototype.setStyles = function(t, n, e, o) { var a = this; - e && (this._previousKeyframe.easing = e); + n && (this._previousKeyframe.easing = n); var r = (o && o.params) || {}, - i = (function(t, e) { - var n, + i = (function(t, n) { + var e, o = {}; return ( t.forEach(function(t) { "*" === t - ? (n = n || Object.keys(e)).forEach(function(t) { + ? (e = e || Object.keys(n)).forEach(function(t) { o[t] = $h; }) : Tb(t, !1, o); @@ -25720,34 +25717,34 @@ ); })(t, this._globalTimelineStyles); Object.keys(i).forEach(function(t) { - var e = Bb(i[t], r, n); - (a._pendingStyles[t] = e), + var n = Bb(i[t], r, e); + (a._pendingStyles[t] = n), a._localTimelineStyles.hasOwnProperty(t) || (a._backFill[t] = a._globalTimelineStyles.hasOwnProperty(t) ? a._globalTimelineStyles[t] : $h), - a._updateStyle(t, e); + a._updateStyle(t, n); }); }), (t.prototype.applyStylesToKeyframe = function() { var t = this, - e = this._pendingStyles, - n = Object.keys(e); - 0 != n.length && + n = this._pendingStyles, + e = Object.keys(n); + 0 != e.length && ((this._pendingStyles = {}), - n.forEach(function(n) { - t._currentKeyframe[n] = e[n]; + e.forEach(function(e) { + t._currentKeyframe[e] = n[e]; }), - Object.keys(this._localTimelineStyles).forEach(function(e) { - t._currentKeyframe.hasOwnProperty(e) || - (t._currentKeyframe[e] = t._localTimelineStyles[e]); + Object.keys(this._localTimelineStyles).forEach(function(n) { + t._currentKeyframe.hasOwnProperty(n) || + (t._currentKeyframe[n] = t._localTimelineStyles[n]); })); }), (t.prototype.snapshotCurrentStyles = function() { var t = this; - Object.keys(this._localTimelineStyles).forEach(function(e) { - var n = t._localTimelineStyles[e]; - (t._pendingStyles[e] = n), t._updateStyle(e, n); + Object.keys(this._localTimelineStyles).forEach(function(n) { + var e = t._localTimelineStyles[n]; + (t._pendingStyles[n] = e), t._updateStyle(n, e); }); }), (t.prototype.getFinalKeyframe = function() { @@ -25756,38 +25753,38 @@ Object.defineProperty(t.prototype, "properties", { get: function() { var t = []; - for (var e in this._currentKeyframe) t.push(e); + for (var n in this._currentKeyframe) t.push(n); return t; }, enumerable: !0, configurable: !0 }), (t.prototype.mergeTimelineCollectedStyles = function(t) { - var e = this; - Object.keys(t._styleSummary).forEach(function(n) { - var o = e._styleSummary[n], - a = t._styleSummary[n]; - (!o || a.time > o.time) && e._updateStyle(n, a.value); + var n = this; + Object.keys(t._styleSummary).forEach(function(e) { + var o = n._styleSummary[e], + a = t._styleSummary[e]; + (!o || a.time > o.time) && n._updateStyle(e, a.value); }); }), (t.prototype.buildKeyframes = function() { var t = this; this.applyStylesToKeyframe(); - var e = new Set(), - n = new Set(), + var n = new Set(), + e = new Set(), o = 1 === this._keyframes.size && 0 === this.duration, a = []; this._keyframes.forEach(function(r, i) { var l = Tb(r, !0); Object.keys(l).forEach(function(t) { var o = l[t]; - o == rb ? e.add(t) : o == $h && n.add(t); + o == rb ? n.add(t) : o == $h && e.add(t); }), o || (l.offset = i / t.duration), a.push(l); }); - var r = e.size ? Vb(e.values()) : [], - i = n.size ? Vb(n.values()) : []; + var r = n.size ? Vb(n.values()) : [], + i = e.size ? Vb(e.values()) : []; if (o) { var l = a[0], s = Ab(l); @@ -25808,11 +25805,11 @@ ); })(), g_ = (function(t) { - function e(e, n, o, a, r, i, l) { + function n(n, e, o, a, r, i, l) { void 0 === l && (l = !1); - var s = t.call(this, e, n, i.delay) || this; + var s = t.call(this, n, e, i.delay) || this; return ( - (s.element = n), + (s.element = e), (s.keyframes = o), (s.preStyleProps = a), (s.postStyleProps = r), @@ -25826,29 +25823,29 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.containsAnimation = function() { + Object(o.__extends)(n, t), + (n.prototype.containsAnimation = function() { return this.keyframes.length > 1; }), - (e.prototype.buildKeyframes = function() { + (n.prototype.buildKeyframes = function() { var t = this.keyframes, - e = this.timings, - n = e.delay, - o = e.duration, - a = e.easing; - if (this._stretchStartingKeyframe && n) { + n = this.timings, + e = n.delay, + o = n.duration, + a = n.easing; + if (this._stretchStartingKeyframe && e) { var r = [], - i = o + n, - l = n / i, + i = o + e, + l = e / i, s = Tb(t[0], !1); (s.offset = 0), r.push(s); var c = Tb(t[0], !1); (c.offset = f_(l)), r.push(c); for (var u = t.length - 1, d = 1; d <= u; d++) { var p = Tb(t[d], !1); - (p.offset = f_((n + p.offset * o) / i)), r.push(p); + (p.offset = f_((e + p.offset * o) / i)), r.push(p); } - (o = i), (n = 0), (a = ""), (t = r); + (o = i), (e = 0), (a = ""), (t = r); } return r_( this.element, @@ -25856,47 +25853,47 @@ this.preStyleProps, this.postStyleProps, o, - n, + e, a, !0 ); }), - e + n ); })(m_); - function f_(t, e) { - void 0 === e && (e = 3); - var n = Math.pow(10, e - 1); - return Math.round(t * n) / n; + function f_(t, n) { + void 0 === n && (n = 3); + var e = Math.pow(10, n - 1); + return Math.round(t * e) / e; } var h_ = (function() { return function() {}; })(), b_ = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.normalizePropertyName = function(t, e) { + Object(o.__extends)(n, t), + (n.prototype.normalizePropertyName = function(t, n) { return Ub(t); }), - (e.prototype.normalizeStyleValue = function(t, e, n, o) { + (n.prototype.normalizeStyleValue = function(t, n, e, o) { var a = "", - r = n.toString().trim(); - if (__[e] && 0 !== n && "0" !== n) - if ("number" == typeof n) a = "px"; + r = e.toString().trim(); + if (__[n] && 0 !== e && "0" !== e) + if ("number" == typeof e) a = "px"; else { - var i = n.match(/^[+-]?[\d\.]+([a-z]*)$/); + var i = e.match(/^[+-]?[\d\.]+([a-z]*)$/); i && 0 == i[1].length && o.push( - "Please provide a CSS unit value for " + t + ":" + n + "Please provide a CSS unit value for " + t + ":" + e ); } return r + a; }), - e + n ); })(h_), __ = (function() { @@ -25904,21 +25901,21 @@ (t = "width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split( "," )), - (e = {}), + (n = {}), t.forEach(function(t) { - return (e[t] = !0); + return (n[t] = !0); }), - e + n ); - var t, e; + var t, n; })(); - function y_(t, e, n, o, a, r, i, l, s, c, u, d, p) { + function y_(t, n, e, o, a, r, i, l, s, c, u, d, p) { return { type: 0, element: t, - triggerName: e, + triggerName: n, isRemovalTransition: a, - fromState: n, + fromState: e, fromStyles: r, toState: o, toStyles: i, @@ -25932,27 +25929,27 @@ } var C_ = {}, v_ = (function() { - function t(t, e, n) { - (this._triggerName = t), (this.ast = e), (this._stateStyles = n); + function t(t, n, e) { + (this._triggerName = t), (this.ast = n), (this._stateStyles = e); } return ( - (t.prototype.match = function(t, e, n, o) { - return (function(t, e, n, o, a) { + (t.prototype.match = function(t, n, e, o) { + return (function(t, n, e, o, a) { return t.some(function(t) { - return t(e, n, o, a); + return t(n, e, o, a); }); - })(this.ast.matchers, t, e, n, o); + })(this.ast.matchers, t, n, e, o); }), - (t.prototype.buildStyles = function(t, e, n) { + (t.prototype.buildStyles = function(t, n, e) { var o = this._stateStyles["*"], a = this._stateStyles[t], - r = o ? o.buildStyles(e, n) : {}; - return a ? a.buildStyles(e, n) : r; + r = o ? o.buildStyles(n, e) : {}; + return a ? a.buildStyles(n, e) : r; }), - (t.prototype.build = function(t, e, n, a, r, i, l, s, c, u) { + (t.prototype.build = function(t, n, e, a, r, i, l, s, c, u) { var d = [], p = (this.ast.options && this.ast.options.params) || C_, - m = this.buildStyles(n, (l && l.params) || C_, d), + m = this.buildStyles(e, (l && l.params) || C_, d), g = (s && s.params) || C_, f = this.buildStyles(a, g, d), h = new Set(), @@ -25960,7 +25957,7 @@ _ = new Map(), y = "void" === a, C = { params: Object(o.__assign)({}, p, g) }, - v = u ? [] : c_(t, e, this.ast.animation, r, i, m, f, C, c, d), + v = u ? [] : c_(t, n, this.ast.animation, r, i, m, f, C, c, d), O = 0; if ( (v.forEach(function(t) { @@ -25969,9 +25966,9 @@ d.length) ) return y_( - e, - this._triggerName, n, + this._triggerName, + e, a, y, m, @@ -25984,68 +25981,68 @@ d ); v.forEach(function(t) { - var n = t.element, - o = pb(b, n, {}); + var e = t.element, + o = pb(b, e, {}); t.preStyleProps.forEach(function(t) { return (o[t] = !0); }); - var a = pb(_, n, {}); + var a = pb(_, e, {}); t.postStyleProps.forEach(function(t) { return (a[t] = !0); }), - n !== e && h.add(n); + e !== n && h.add(e); }); var P = Vb(h.values()); - return y_(e, this._triggerName, n, a, y, m, f, v, P, b, _, O); + return y_(n, this._triggerName, e, a, y, m, f, v, P, b, _, O); }), t ); })(), O_ = (function() { - function t(t, e) { - (this.styles = t), (this.defaultParams = e); + function t(t, n) { + (this.styles = t), (this.defaultParams = n); } return ( - (t.prototype.buildStyles = function(t, e) { - var n = {}, + (t.prototype.buildStyles = function(t, n) { + var e = {}, o = Ab(this.defaultParams); return ( - Object.keys(t).forEach(function(e) { - var n = t[e]; - null != n && (o[e] = n); + Object.keys(t).forEach(function(n) { + var e = t[n]; + null != e && (o[n] = e); }), this.styles.styles.forEach(function(t) { if ("string" != typeof t) { var a = t; Object.keys(a).forEach(function(t) { var r = a[t]; - r.length > 1 && (r = Bb(r, o, e)), (n[t] = r); + r.length > 1 && (r = Bb(r, o, n)), (e[t] = r); }); } }), - n + e ); }), t ); })(), P_ = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this.name = t), - (this.ast = e), + (this.ast = n), (this.transitionFactories = []), (this.states = {}), - e.states.forEach(function(t) { - n.states[t.name] = new O_( + n.states.forEach(function(t) { + e.states[t.name] = new O_( t.style, (t.options && t.options.params) || {} ); }), M_(this.states, "true", "1"), M_(this.states, "false", "0"), - e.transitions.forEach(function(e) { - n.transitionFactories.push(new v_(t, e, n.states)); + n.transitions.forEach(function(n) { + e.transitionFactories.push(new v_(t, n, e.states)); }), (this.fallbackTransition = new v_( t, @@ -26053,7 +26050,7 @@ type: 1, animation: { type: 2, steps: [], options: null }, matchers: [ - function(t, e) { + function(t, n) { return !0; } ], @@ -26072,48 +26069,48 @@ enumerable: !0, configurable: !0 }), - (t.prototype.matchTransition = function(t, e, n, o) { + (t.prototype.matchTransition = function(t, n, e, o) { return ( this.transitionFactories.find(function(a) { - return a.match(t, e, n, o); + return a.match(t, n, e, o); }) || null ); }), - (t.prototype.matchStyles = function(t, e, n) { - return this.fallbackTransition.buildStyles(t, e, n); + (t.prototype.matchStyles = function(t, n, e) { + return this.fallbackTransition.buildStyles(t, n, e); }), t ); })(); - function M_(t, e, n) { - t.hasOwnProperty(e) - ? t.hasOwnProperty(n) || (t[n] = t[e]) - : t.hasOwnProperty(n) && (t[e] = t[n]); + function M_(t, n, e) { + t.hasOwnProperty(n) + ? t.hasOwnProperty(e) || (t[e] = t[n]) + : t.hasOwnProperty(e) && (t[n] = t[e]); } var x_ = new i_(), k_ = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.bodyNode = t), - (this._driver = e), - (this._normalizer = n), + (this._driver = n), + (this._normalizer = e), (this._animations = {}), (this._playersById = {}), (this.players = []); } return ( - (t.prototype.register = function(t, e) { - var n = [], - o = $b(this._driver, e, n); - if (n.length) + (t.prototype.register = function(t, n) { + var e = [], + o = $b(this._driver, n, e); + if (e.length) throw new Error( "Unable to build the animation due to the following errors: " + - n.join("\n") + e.join("\n") ); this._animations[t] = o; }), - (t.prototype._buildPlayer = function(t, e, n) { + (t.prototype._buildPlayer = function(t, n, e) { var o = t.element, - a = sb(0, this._normalizer, 0, t.keyframes, e, n); + a = sb(0, this._normalizer, 0, t.keyframes, n, e); return this._driver.animate( o, a, @@ -26124,9 +26121,9 @@ !0 ); }), - (t.prototype.create = function(t, e, n) { + (t.prototype.create = function(t, n, e) { var o = this; - void 0 === n && (n = {}); + void 0 === e && (e = {}); var a, r = [], i = this._animations[t], @@ -26135,19 +26132,19 @@ (i ? (a = c_( this._driver, - e, + n, i, "ng-enter", "ng-leave", {}, {}, - n, + e, x_, r )).forEach(function(t) { - var e = pb(l, t.element, {}); + var n = pb(l, t.element, {}); t.postStyleProps.forEach(function(t) { - return (e[t] = null); + return (n[t] = null); }); }) : (r.push( @@ -26160,15 +26157,15 @@ "Unable to create the animation due to the following errors: " + r.join("\n") ); - l.forEach(function(t, e) { - Object.keys(t).forEach(function(n) { - t[n] = o._driver.computeStyle(e, n, $h); + l.forEach(function(t, n) { + Object.keys(t).forEach(function(e) { + t[e] = o._driver.computeStyle(n, e, $h); }); }); var s = lb( a.map(function(t) { - var e = l.get(t.element); - return o._buildPlayer(t, {}, e); + var n = l.get(t.element); + return o._buildPlayer(t, {}, n); }) ); return ( @@ -26181,28 +26178,28 @@ ); }), (t.prototype.destroy = function(t) { - var e = this._getPlayer(t); - e.destroy(), delete this._playersById[t]; - var n = this.players.indexOf(e); - n >= 0 && this.players.splice(n, 1); + var n = this._getPlayer(t); + n.destroy(), delete this._playersById[t]; + var e = this.players.indexOf(n); + e >= 0 && this.players.splice(e, 1); }), (t.prototype._getPlayer = function(t) { - var e = this._playersById[t]; - if (!e) + var n = this._playersById[t]; + if (!n) throw new Error( "Unable to find the timeline player referenced by " + t ); - return e; + return n; }), - (t.prototype.listen = function(t, e, n, o) { - var a = db(e, "", "", ""); - return cb(this._getPlayer(t), n, a, o), function() {}; + (t.prototype.listen = function(t, n, e, o) { + var a = db(n, "", "", ""); + return cb(this._getPlayer(t), e, a, o), function() {}; }), - (t.prototype.command = function(t, e, n, o) { - if ("register" != n) - if ("create" != n) { + (t.prototype.command = function(t, n, e, o) { + if ("register" != e) + if ("create" != e) { var a = this._getPlayer(t); - switch (n) { + switch (e) { case "play": a.play(); break; @@ -26227,7 +26224,7 @@ case "destroy": this.destroy(t); } - } else this.create(t, e, o[0] || {}); + } else this.create(t, n, o[0] || {}); else this.register(t, o[0]); }), t @@ -26250,14 +26247,14 @@ }, I_ = "__ng_removed", A_ = (function() { - function t(t, e) { - void 0 === e && (e = ""), (this.namespaceId = e); - var n = t && t.hasOwnProperty("value"); + function t(t, n) { + void 0 === n && (n = ""), (this.namespaceId = n); + var e = t && t.hasOwnProperty("value"); if ( ((this.value = (function(t) { return null != t ? t : null; - })(n ? t.value : t)), - n) + })(e ? t.value : t)), + e) ) { var o = Ab(t); delete o.value, (this.options = o); @@ -26273,11 +26270,11 @@ configurable: !0 }), (t.prototype.absorbOptions = function(t) { - var e = t.params; - if (e) { - var n = this.options.params; - Object.keys(e).forEach(function(t) { - null == n[t] && (n[t] = e[t]); + var n = t.params; + if (n) { + var e = this.options.params; + Object.keys(n).forEach(function(t) { + null == e[t] && (e[t] = n[t]); }); } }), @@ -26286,95 +26283,95 @@ })(), T_ = new A_("void"), R_ = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.id = t), - (this.hostElement = e), - (this._engine = n), + (this.hostElement = n), + (this._engine = e), (this.players = []), (this._triggers = {}), (this._queue = []), (this._elementListeners = new Map()), (this._hostClassName = "ng-tns-" + t), - V_(e, this._hostClassName); + V_(n, this._hostClassName); } return ( - (t.prototype.listen = function(t, e, n, o) { + (t.prototype.listen = function(t, n, e, o) { var a, r = this; - if (!this._triggers.hasOwnProperty(e)) + if (!this._triggers.hasOwnProperty(n)) throw new Error( 'Unable to listen on the animation trigger event "' + - n + - '" because the animation trigger "' + e + + '" because the animation trigger "' + + n + "\" doesn't exist!" ); - if (null == n || 0 == n.length) + if (null == e || 0 == e.length) throw new Error( 'Unable to listen on the animation trigger "' + - e + + n + '" because the provided event is undefined!' ); - if ("start" != (a = n) && "done" != a) + if ("start" != (a = e) && "done" != a) throw new Error( 'The provided animation trigger event "' + - n + - '" for the animation trigger "' + e + + '" for the animation trigger "' + + n + '" is not supported!' ); var i = pb(this._elementListeners, t, []), - l = { name: e, phase: n, callback: o }; + l = { name: n, phase: e, callback: o }; i.push(l); var s = pb(this._engine.statesByElement, t, {}); return ( - s.hasOwnProperty(e) || - (V_(t, "ng-trigger"), V_(t, "ng-trigger-" + e), (s[e] = T_)), + s.hasOwnProperty(n) || + (V_(t, "ng-trigger"), V_(t, "ng-trigger-" + n), (s[n] = T_)), function() { r._engine.afterFlush(function() { var t = i.indexOf(l); - t >= 0 && i.splice(t, 1), r._triggers[e] || delete s[e]; + t >= 0 && i.splice(t, 1), r._triggers[n] || delete s[n]; }); } ); }), - (t.prototype.register = function(t, e) { - return !this._triggers[t] && ((this._triggers[t] = e), !0); + (t.prototype.register = function(t, n) { + return !this._triggers[t] && ((this._triggers[t] = n), !0); }), (t.prototype._getTrigger = function(t) { - var e = this._triggers[t]; - if (!e) + var n = this._triggers[t]; + if (!n) throw new Error( 'The provided animation trigger "' + t + '" has not been registered!' ); - return e; + return n; }), - (t.prototype.trigger = function(t, e, n, o) { + (t.prototype.trigger = function(t, n, e, o) { var a = this; void 0 === o && (o = !0); - var r = this._getTrigger(e), - i = new N_(this.id, e, t), + var r = this._getTrigger(n), + i = new N_(this.id, n, t), l = this._engine.statesByElement.get(t); l || (V_(t, "ng-trigger"), - V_(t, "ng-trigger-" + e), + V_(t, "ng-trigger-" + n), this._engine.statesByElement.set(t, (l = {}))); - var s = l[e], - c = new A_(n, this.id); + var s = l[n], + c = new A_(e, this.id); if ( - (!(n && n.hasOwnProperty("value")) && + (!(e && e.hasOwnProperty("value")) && s && c.absorbOptions(s.options), - (l[e] = c), + (l[n] = c), s || (s = T_), "void" === c.value || s.value !== c.value) ) { var u = pb(this._engine.playersByElement, t, []); u.forEach(function(t) { t.namespaceId == a.id && - t.triggerName == e && + t.triggerName == n && t.queued && t.destroy(); }); @@ -26388,7 +26385,7 @@ this._engine.totalQueuedPlayers++, this._queue.push({ element: t, - triggerName: e, + triggerName: n, transition: d, fromState: s, toState: c, @@ -26401,12 +26398,12 @@ H_(t, "ng-animate-queued"); })), i.onDone(function() { - var e = a.players.indexOf(i); - e >= 0 && a.players.splice(e, 1); - var n = a._engine.playersByElement.get(t); - if (n) { - var o = n.indexOf(i); - o >= 0 && n.splice(o, 1); + var n = a.players.indexOf(i); + n >= 0 && a.players.splice(n, 1); + var e = a._engine.playersByElement.get(t); + if (e) { + var o = e.indexOf(i); + o >= 0 && e.splice(o, 1); } }), this.players.push(i), @@ -26415,13 +26412,13 @@ ); } if ( - !(function(t, e) { - var n = Object.keys(t), - o = Object.keys(e); - if (n.length != o.length) return !1; - for (var a = 0; a < n.length; a++) { - var r = n[a]; - if (!e.hasOwnProperty(r) || t[r] !== e[r]) return !1; + !(function(t, n) { + var e = Object.keys(t), + o = Object.keys(n); + if (e.length != o.length) return !1; + for (var a = 0; a < e.length; a++) { + var r = e[a]; + if (!n.hasOwnProperty(r) || t[r] !== n[r]) return !1; } return !0; })(s.params, c.params) @@ -26437,16 +26434,16 @@ } }), (t.prototype.deregister = function(t) { - var e = this; + var n = this; delete this._triggers[t], - this._engine.statesByElement.forEach(function(e, n) { - delete e[t]; + this._engine.statesByElement.forEach(function(n, e) { + delete n[t]; }), - this._elementListeners.forEach(function(n, o) { - e._elementListeners.set( + this._elementListeners.forEach(function(e, o) { + n._elementListeners.set( o, - n.filter(function(e) { - return e.name != t; + e.filter(function(n) { + return n.name != t; }) ); }); @@ -26454,46 +26451,46 @@ (t.prototype.clearElementCache = function(t) { this._engine.statesByElement.delete(t), this._elementListeners.delete(t); - var e = this._engine.playersByElement.get(t); - e && - (e.forEach(function(t) { + var n = this._engine.playersByElement.get(t); + n && + (n.forEach(function(t) { return t.destroy(); }), this._engine.playersByElement.delete(t)); }), - (t.prototype._signalRemovalForInnerTriggers = function(t, e, n) { + (t.prototype._signalRemovalForInnerTriggers = function(t, n, e) { var o = this; - void 0 === n && (n = !1), + void 0 === e && (e = !1), this._engine.driver .query(t, ".ng-trigger", !0) .forEach(function(t) { if (!t[I_]) { - var n = o._engine.fetchNamespacesByElement(t); - n.size - ? n.forEach(function(n) { - return n.triggerLeaveAnimation(t, e, !1, !0); + var e = o._engine.fetchNamespacesByElement(t); + e.size + ? e.forEach(function(e) { + return e.triggerLeaveAnimation(t, n, !1, !0); }) : o.clearElementCache(t); } }); }), - (t.prototype.triggerLeaveAnimation = function(t, e, n, o) { + (t.prototype.triggerLeaveAnimation = function(t, n, e, o) { var a = this, r = this._engine.statesByElement.get(t); if (r) { var i = []; if ( - (Object.keys(r).forEach(function(e) { - if (a._triggers[e]) { - var n = a.trigger(t, e, "void", o); - n && i.push(n); + (Object.keys(r).forEach(function(n) { + if (a._triggers[n]) { + var e = a.trigger(t, n, "void", o); + e && i.push(e); } }), i.length) ) return ( - this._engine.markElementAsRemoved(this.id, t, !0, e), - n && + this._engine.markElementAsRemoved(this.id, t, !0, n), + e && lb(i).onDone(function() { return a._engine.processLeaveNode(t); }), @@ -26503,20 +26500,20 @@ return !1; }), (t.prototype.prepareLeaveAnimationListeners = function(t) { - var e = this, - n = this._elementListeners.get(t); - if (n) { + var n = this, + e = this._elementListeners.get(t); + if (e) { var o = new Set(); - n.forEach(function(n) { - var a = n.name; + e.forEach(function(e) { + var a = e.name; if (!o.has(a)) { o.add(a); - var r = e._triggers[a].fallbackTransition, - i = e._engine.statesByElement.get(t)[a] || T_, + var r = n._triggers[a].fallbackTransition, + i = n._engine.statesByElement.get(t)[a] || T_, l = new A_("void"), - s = new N_(e.id, a, t); - e._engine.totalQueuedPlayers++, - e._queue.push({ + s = new N_(n.id, a, t); + n._engine.totalQueuedPlayers++, + n._queue.push({ element: t, triggerName: a, transition: r, @@ -26529,13 +26526,13 @@ }); } }), - (t.prototype.removeNode = function(t, e) { - var n = this, + (t.prototype.removeNode = function(t, n) { + var e = this, o = this._engine; if ( (t.childElementCount && - this._signalRemovalForInnerTriggers(t, e, !0), - !this.triggerLeaveAnimation(t, e, !0)) + this._signalRemovalForInnerTriggers(t, n, !0), + !this.triggerLeaveAnimation(t, n, !0)) ) { var a = !1; if (o.totalAnimations) { @@ -26552,52 +26549,52 @@ } this.prepareLeaveAnimationListeners(t), a - ? o.markElementAsRemoved(this.id, t, !1, e) + ? o.markElementAsRemoved(this.id, t, !1, n) : (o.afterFlush(function() { - return n.clearElementCache(t); + return e.clearElementCache(t); }), o.destroyInnerAnimations(t), - o._onRemovalComplete(t, e)); + o._onRemovalComplete(t, n)); } }), - (t.prototype.insertNode = function(t, e) { + (t.prototype.insertNode = function(t, n) { V_(t, this._hostClassName); }), (t.prototype.drainQueuedTransitions = function(t) { - var e = this, - n = []; + var n = this, + e = []; return ( this._queue.forEach(function(o) { var a = o.player; if (!a.destroyed) { var r = o.element, - i = e._elementListeners.get(r); + i = n._elementListeners.get(r); i && - i.forEach(function(e) { - if (e.name == o.triggerName) { - var n = db( + i.forEach(function(n) { + if (n.name == o.triggerName) { + var e = db( r, o.triggerName, o.fromState.value, o.toState.value ); - (n._data = t), cb(o.player, e.phase, n, e.callback); + (e._data = t), cb(o.player, n.phase, e, n.callback); } }), a.markedForDestroy - ? e._engine.afterFlush(function() { + ? n._engine.afterFlush(function() { a.destroy(); }) - : n.push(o); + : e.push(o); } }), (this._queue = []), - n.sort(function(t, n) { + e.sort(function(t, e) { var o = t.transition.ast.depCount, - a = n.transition.ast.depCount; + a = e.transition.ast.depCount; return 0 == o || 0 == a ? o - a - : e._engine.driver.containsElement(t.element, n.element) + : n._engine.driver.containsElement(t.element, e.element) ? 1 : -1; }) @@ -26610,22 +26607,22 @@ this._signalRemovalForInnerTriggers(this.hostElement, t); }), (t.prototype.elementContainsData = function(t) { - var e = !1; + var n = !1; return ( - this._elementListeners.has(t) && (e = !0), - !!this._queue.find(function(e) { - return e.element === t; - }) || e + this._elementListeners.has(t) && (n = !0), + !!this._queue.find(function(n) { + return n.element === t; + }) || n ); }), t ); })(), D_ = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.bodyNode = t), - (this.driver = e), - (this._normalizer = n), + (this.driver = n), + (this._normalizer = e), (this.players = []), (this.newHostElements = new Map()), (this.playersByElement = new Map()), @@ -26641,19 +26638,19 @@ (this.namespacesByHostElement = new Map()), (this.collectedEnterElements = []), (this.collectedLeaveElements = []), - (this.onRemovalComplete = function(t, e) {}); + (this.onRemovalComplete = function(t, n) {}); } return ( - (t.prototype._onRemovalComplete = function(t, e) { - this.onRemovalComplete(t, e); + (t.prototype._onRemovalComplete = function(t, n) { + this.onRemovalComplete(t, n); }), Object.defineProperty(t.prototype, "queuedPlayers", { get: function() { var t = []; return ( - this._namespaceList.forEach(function(e) { - e.players.forEach(function(e) { - e.queued && t.push(e); + this._namespaceList.forEach(function(n) { + n.players.forEach(function(n) { + n.queued && t.push(n); }); }), t @@ -26662,24 +26659,24 @@ enumerable: !0, configurable: !0 }), - (t.prototype.createNamespace = function(t, e) { - var n = new R_(t, e, this); + (t.prototype.createNamespace = function(t, n) { + var e = new R_(t, n, this); return ( - e.parentNode - ? this._balanceNamespaceList(n, e) - : (this.newHostElements.set(e, n), - this.collectEnterElement(e)), - (this._namespaceLookup[t] = n) + n.parentNode + ? this._balanceNamespaceList(e, n) + : (this.newHostElements.set(n, e), + this.collectEnterElement(n)), + (this._namespaceLookup[t] = e) ); }), - (t.prototype._balanceNamespaceList = function(t, e) { - var n = this._namespaceList.length - 1; - if (n >= 0) { - for (var o = !1, a = n; a >= 0; a--) + (t.prototype._balanceNamespaceList = function(t, n) { + var e = this._namespaceList.length - 1; + if (e >= 0) { + for (var o = !1, a = e; a >= 0; a--) if ( this.driver.containsElement( this._namespaceList[a].hostElement, - e + n ) ) { this._namespaceList.splice(a + 1, 0, t), (o = !0); @@ -26687,28 +26684,28 @@ } o || this._namespaceList.splice(0, 0, t); } else this._namespaceList.push(t); - return this.namespacesByHostElement.set(e, t), t; + return this.namespacesByHostElement.set(n, t), t; }), - (t.prototype.register = function(t, e) { - var n = this._namespaceLookup[t]; - return n || (n = this.createNamespace(t, e)), n; + (t.prototype.register = function(t, n) { + var e = this._namespaceLookup[t]; + return e || (e = this.createNamespace(t, n)), e; }), - (t.prototype.registerTrigger = function(t, e, n) { + (t.prototype.registerTrigger = function(t, n, e) { var o = this._namespaceLookup[t]; - o && o.register(e, n) && this.totalAnimations++; + o && o.register(n, e) && this.totalAnimations++; }), - (t.prototype.destroy = function(t, e) { - var n = this; + (t.prototype.destroy = function(t, n) { + var e = this; if (t) { var o = this._fetchNamespace(t); this.afterFlush(function() { - n.namespacesByHostElement.delete(o.hostElement), - delete n._namespaceLookup[t]; - var e = n._namespaceList.indexOf(o); - e >= 0 && n._namespaceList.splice(e, 1); + e.namespacesByHostElement.delete(o.hostElement), + delete e._namespaceLookup[t]; + var n = e._namespaceList.indexOf(o); + n >= 0 && e._namespaceList.splice(n, 1); }), this.afterFlushAnimationsDone(function() { - return o.destroy(e); + return o.destroy(n); }); } }), @@ -26716,156 +26713,156 @@ return this._namespaceLookup[t]; }), (t.prototype.fetchNamespacesByElement = function(t) { - var e = new Set(), - n = this.statesByElement.get(t); - if (n) - for (var o = Object.keys(n), a = 0; a < o.length; a++) { - var r = n[o[a]].namespaceId; + var n = new Set(), + e = this.statesByElement.get(t); + if (e) + for (var o = Object.keys(e), a = 0; a < o.length; a++) { + var r = e[o[a]].namespaceId; if (r) { var i = this._fetchNamespace(r); - i && e.add(i); + i && n.add(i); } } - return e; + return n; }), - (t.prototype.trigger = function(t, e, n, o) { - if (z_(e)) { + (t.prototype.trigger = function(t, n, e, o) { + if (z_(n)) { var a = this._fetchNamespace(t); - if (a) return a.trigger(e, n, o), !0; + if (a) return a.trigger(n, e, o), !0; } return !1; }), - (t.prototype.insertNode = function(t, e, n, o) { - if (z_(e)) { - var a = e[I_]; + (t.prototype.insertNode = function(t, n, e, o) { + if (z_(n)) { + var a = n[I_]; if (a && a.setForRemoval) { (a.setForRemoval = !1), (a.setForMove = !0); - var r = this.collectedLeaveElements.indexOf(e); + var r = this.collectedLeaveElements.indexOf(n); r >= 0 && this.collectedLeaveElements.splice(r, 1); } if (t) { var i = this._fetchNamespace(t); - i && i.insertNode(e, n); + i && i.insertNode(n, e); } - o && this.collectEnterElement(e); + o && this.collectEnterElement(n); } }), (t.prototype.collectEnterElement = function(t) { this.collectedEnterElements.push(t); }), - (t.prototype.markElementAsDisabled = function(t, e) { - e + (t.prototype.markElementAsDisabled = function(t, n) { + n ? this.disabledNodes.has(t) || (this.disabledNodes.add(t), V_(t, "ng-animate-disabled")) : this.disabledNodes.has(t) && (this.disabledNodes.delete(t), H_(t, "ng-animate-disabled")); }), - (t.prototype.removeNode = function(t, e, n, o) { - if (z_(e)) { + (t.prototype.removeNode = function(t, n, e, o) { + if (z_(n)) { var a = t ? this._fetchNamespace(t) : null; if ( (a - ? a.removeNode(e, o) - : this.markElementAsRemoved(t, e, !1, o), - n) + ? a.removeNode(n, o) + : this.markElementAsRemoved(t, n, !1, o), + e) ) { - var r = this.namespacesByHostElement.get(e); - r && r.id !== t && r.removeNode(e, o); + var r = this.namespacesByHostElement.get(n); + r && r.id !== t && r.removeNode(n, o); } - } else this._onRemovalComplete(e, o); + } else this._onRemovalComplete(n, o); }), - (t.prototype.markElementAsRemoved = function(t, e, n, o) { - this.collectedLeaveElements.push(e), - (e[I_] = { + (t.prototype.markElementAsRemoved = function(t, n, e, o) { + this.collectedLeaveElements.push(n), + (n[I_] = { namespaceId: t, setForRemoval: o, - hasAnimation: n, + hasAnimation: e, removedBeforeQueried: !1 }); }), - (t.prototype.listen = function(t, e, n, o, a) { - return z_(e) - ? this._fetchNamespace(t).listen(e, n, o, a) + (t.prototype.listen = function(t, n, e, o, a) { + return z_(n) + ? this._fetchNamespace(t).listen(n, e, o, a) : function() {}; }), - (t.prototype._buildInstruction = function(t, e, n, o, a) { + (t.prototype._buildInstruction = function(t, n, e, o, a) { return t.transition.build( this.driver, t.element, t.fromState.value, t.toState.value, - n, + e, o, t.fromState.options, t.toState.options, - e, + n, a ); }), (t.prototype.destroyInnerAnimations = function(t) { - var e = this, - n = this.driver.query(t, ".ng-trigger", !0); - n.forEach(function(t) { - return e.destroyActiveAnimationsForElement(t); + var n = this, + e = this.driver.query(t, ".ng-trigger", !0); + e.forEach(function(t) { + return n.destroyActiveAnimationsForElement(t); }), 0 != this.playersByQueriedElement.size && - (n = this.driver.query(t, ".ng-animating", !0)).forEach( + (e = this.driver.query(t, ".ng-animating", !0)).forEach( function(t) { - return e.finishActiveQueriedAnimationOnElement(t); + return n.finishActiveQueriedAnimationOnElement(t); } ); }), (t.prototype.destroyActiveAnimationsForElement = function(t) { - var e = this.playersByElement.get(t); - e && - e.forEach(function(t) { + var n = this.playersByElement.get(t); + n && + n.forEach(function(t) { t.queued ? (t.markedForDestroy = !0) : t.destroy(); }); }), (t.prototype.finishActiveQueriedAnimationOnElement = function(t) { - var e = this.playersByQueriedElement.get(t); - e && - e.forEach(function(t) { + var n = this.playersByQueriedElement.get(t); + n && + n.forEach(function(t) { return t.finish(); }); }), (t.prototype.whenRenderingDone = function() { var t = this; - return new Promise(function(e) { + return new Promise(function(n) { if (t.players.length) return lb(t.players).onDone(function() { - return e(); + return n(); }); - e(); + n(); }); }), (t.prototype.processLeaveNode = function(t) { - var e = this, - n = t[I_]; - if (n && n.setForRemoval) { - if (((t[I_] = S_), n.namespaceId)) { + var n = this, + e = t[I_]; + if (e && e.setForRemoval) { + if (((t[I_] = S_), e.namespaceId)) { this.destroyInnerAnimations(t); - var o = this._fetchNamespace(n.namespaceId); + var o = this._fetchNamespace(e.namespaceId); o && o.clearElementCache(t); } - this._onRemovalComplete(t, n.setForRemoval); + this._onRemovalComplete(t, e.setForRemoval); } this.driver.matchesElement(t, ".ng-animate-disabled") && this.markElementAsDisabled(t, !1), this.driver .query(t, ".ng-animate-disabled", !0) .forEach(function(t) { - e.markElementAsDisabled(t, !1); + n.markElementAsDisabled(t, !1); }); }), (t.prototype.flush = function(t) { - var e = this; + var n = this; void 0 === t && (t = -1); - var n = []; + var e = []; if ( (this.newHostElements.size && - (this.newHostElements.forEach(function(t, n) { - return e._balanceNamespaceList(t, n); + (this.newHostElements.forEach(function(t, e) { + return n._balanceNamespaceList(t, e); }), this.newHostElements.clear()), this.totalAnimations && this.collectedEnterElements.length) @@ -26878,7 +26875,7 @@ ) { var a = []; try { - n = this._flushAnimations(a, t); + e = this._flushAnimations(a, t); } finally { for (o = 0; o < a.length; o++) a[o](); } @@ -26897,8 +26894,8 @@ ) { var r = this._whenQuietFns; (this._whenQuietFns = []), - n.length - ? lb(n).onDone(function() { + e.length + ? lb(e).onDone(function() { r.forEach(function(t) { return t(); }); @@ -26914,8 +26911,8 @@ t.join("\n") ); }), - (t.prototype._flushAnimations = function(t, e) { - var n = this, + (t.prototype._flushAnimations = function(t, n) { + var e = this, a = new i_(), r = [], i = new Map(), @@ -26927,22 +26924,22 @@ this.disabledNodes.forEach(function(t) { d.add(t); for ( - var e = n.driver.query(t, ".ng-animate-queued", !0), o = 0; - o < e.length; + var n = e.driver.query(t, ".ng-animate-queued", !0), o = 0; + o < n.length; o++ ) - d.add(e[o]); + d.add(n[o]); }); var p = this.bodyNode, m = Array.from(this.statesByElement.keys()), g = F_(m, this.collectedEnterElements), f = new Map(), h = 0; - g.forEach(function(t, e) { - var n = "ng-enter" + h++; - f.set(e, n), + g.forEach(function(t, n) { + var e = "ng-enter" + h++; + f.set(n, e), t.forEach(function(t) { - return V_(t, n); + return V_(t, e); }); }); for ( @@ -26963,28 +26960,28 @@ : y.add(z)); var v = new Map(), O = F_(m, Array.from(_)); - O.forEach(function(t, e) { - var n = "ng-leave" + h++; - v.set(e, n), + O.forEach(function(t, n) { + var e = "ng-leave" + h++; + v.set(n, e), t.forEach(function(t) { - return V_(t, n); + return V_(t, e); }); }), t.push(function() { - g.forEach(function(t, e) { - var n = f.get(e); + g.forEach(function(t, n) { + var e = f.get(n); t.forEach(function(t) { - return H_(t, n); + return H_(t, e); }); }), - O.forEach(function(t, e) { - var n = v.get(e); + O.forEach(function(t, n) { + var e = v.get(n); t.forEach(function(t) { - return H_(t, n); + return H_(t, e); }); }), b.forEach(function(t) { - n.processLeaveNode(t); + e.processLeaveNode(t); }); }); for ( @@ -26993,63 +26990,63 @@ x-- ) this._namespaceList[x] - .drainQueuedTransitions(e) + .drainQueuedTransitions(n) .forEach(function(t) { - var e = t.player, + var n = t.player, o = t.element; - if ((P.push(e), n.collectedEnterElements.length)) { + if ((P.push(n), e.collectedEnterElements.length)) { var i = o[I_]; - if (i && i.setForMove) return void e.destroy(); + if (i && i.setForMove) return void n.destroy(); } - var d = !p || !n.driver.containsElement(p, o), + var d = !p || !e.driver.containsElement(p, o), m = v.get(o), g = f.get(o), - h = n._buildInstruction(t, a, g, m, d); + h = e._buildInstruction(t, a, g, m, d); if (h.errors && h.errors.length) M.push(h); else { if (d) return ( - e.onStart(function() { + n.onStart(function() { return zb(o, h.fromStyles); }), - e.onDestroy(function() { + n.onDestroy(function() { return Nb(o, h.toStyles); }), - void r.push(e) + void r.push(n) ); if (t.isFallbackTransition) return ( - e.onStart(function() { + n.onStart(function() { return zb(o, h.fromStyles); }), - e.onDestroy(function() { + n.onDestroy(function() { return Nb(o, h.toStyles); }), - void r.push(e) + void r.push(n) ); h.timelines.forEach(function(t) { return (t.stretchStartingKeyframe = !0); }), a.append(o, h.timelines), - l.push({ instruction: h, player: e, element: o }), + l.push({ instruction: h, player: n, element: o }), h.queriedElements.forEach(function(t) { - return pb(s, t, []).push(e); + return pb(s, t, []).push(n); }), - h.preStyleProps.forEach(function(t, e) { - var n = Object.keys(t); - if (n.length) { - var o = c.get(e); - o || c.set(e, (o = new Set())), - n.forEach(function(t) { + h.preStyleProps.forEach(function(t, n) { + var e = Object.keys(t); + if (e.length) { + var o = c.get(n); + o || c.set(n, (o = new Set())), + e.forEach(function(t) { return o.add(t); }); } }), - h.postStyleProps.forEach(function(t, e) { - var n = Object.keys(t), - o = u.get(e); - o || u.set(e, (o = new Set())), - n.forEach(function(t) { + h.postStyleProps.forEach(function(t, n) { + var e = Object.keys(t), + o = u.get(n); + o || u.set(n, (o = new Set())), + e.forEach(function(t) { return o.add(t); }); }); @@ -27071,25 +27068,25 @@ var w = new Map(), S = new Map(); l.forEach(function(t) { - var e = t.element; - a.has(e) && - (S.set(e, e), - n._beforeAnimationBuild( + var n = t.element; + a.has(n) && + (S.set(n, n), + e._beforeAnimationBuild( t.player.namespaceId, t.instruction, w )); }), r.forEach(function(t) { - var e = t.element; - n._getPreviousPlayers( - e, + var n = t.element; + e._getPreviousPlayers( + n, !1, t.namespaceId, t.triggerName, null ).forEach(function(t) { - pb(w, e, []).push(t), t.destroy(); + pb(w, n, []).push(t), t.destroy(); }); }); var E = b.filter(function(t) { @@ -27100,26 +27097,26 @@ q_(t, c, u) && E.push(t); }); var A = new Map(); - g.forEach(function(t, e) { - j_(A, n.driver, new Set(t), c, rb); + g.forEach(function(t, n) { + j_(A, e.driver, new Set(t), c, rb); }), E.forEach(function(t) { - var e = I.get(t), - n = A.get(t); - I.set(t, Object(o.__assign)({}, e, n)); + var n = I.get(t), + e = A.get(t); + I.set(t, Object(o.__assign)({}, n, e)); }); var T = [], R = [], D = {}; l.forEach(function(t) { - var e = t.element, + var n = t.element, o = t.player, l = t.instruction; - if (a.has(e)) { - if (d.has(e)) + if (a.has(n)) { + if (d.has(n)) return ( o.onDestroy(function() { - return Nb(e, l.toStyles); + return Nb(n, l.toStyles); }), (o.disabled = !0), o.overrideTotalTime(l.totalTime), @@ -27127,7 +27124,7 @@ ); var s = D; if (S.size > 1) { - for (var c = e, u = []; (c = c.parentNode); ) { + for (var c = n, u = []; (c = c.parentNode); ) { var p = S.get(c); if (p) { s = p; @@ -27139,25 +27136,25 @@ return S.set(t, s); }); } - var m = n._buildAnimation(o.namespaceId, l, w, i, A, I); + var m = e._buildAnimation(o.namespaceId, l, w, i, A, I); if ((o.setRealPlayer(m), s === D)) T.push(o); else { - var g = n.playersByElement.get(s); + var g = e.playersByElement.get(s); g && g.length && (o.parentPlayer = lb(g)), r.push(o); } } else - zb(e, l.fromStyles), + zb(n, l.fromStyles), o.onDestroy(function() { - return Nb(e, l.toStyles); + return Nb(n, l.toStyles); }), R.push(o), - d.has(e) && r.push(o); + d.has(n) && r.push(o); }), R.forEach(function(t) { - var e = i.get(t.element); - if (e && e.length) { - var n = lb(e); - t.setRealPlayer(n); + var n = i.get(t.element); + if (n && n.length) { + var e = lb(n); + t.setRealPlayer(e); } }), r.forEach(function(t) { @@ -27191,26 +27188,26 @@ return ( (b.length = 0), T.forEach(function(t) { - n.players.push(t), + e.players.push(t), t.onDone(function() { t.destroy(); - var e = n.players.indexOf(t); - n.players.splice(e, 1); + var n = e.players.indexOf(t); + e.players.splice(n, 1); }), t.play(); }), T ); }), - (t.prototype.elementContainsData = function(t, e) { - var n = !1, - o = e[I_]; + (t.prototype.elementContainsData = function(t, n) { + var e = !1, + o = n[I_]; return ( - o && o.setForRemoval && (n = !0), - this.playersByElement.has(e) && (n = !0), - this.playersByQueriedElement.has(e) && (n = !0), - this.statesByElement.has(e) && (n = !0), - this._fetchNamespace(t).elementContainsData(e) || n + o && o.setForRemoval && (e = !0), + this.playersByElement.has(n) && (e = !0), + this.playersByQueriedElement.has(n) && (e = !0), + this.statesByElement.has(n) && (e = !0), + this._fetchNamespace(t).elementContainsData(n) || e ); }), (t.prototype.afterFlush = function(t) { @@ -27219,9 +27216,9 @@ (t.prototype.afterFlushAnimationsDone = function(t) { this._whenQuietFns.push(t); }), - (t.prototype._getPreviousPlayers = function(t, e, n, o, a) { + (t.prototype._getPreviousPlayers = function(t, n, e, o, a) { var r = []; - if (e) { + if (n) { var i = this.playersByQueriedElement.get(t); i && (r = i); } else { @@ -27234,31 +27231,31 @@ } } return ( - (n || o) && + (e || o) && (r = r.filter(function(t) { return !( - (n && n != t.namespaceId) || + (e && e != t.namespaceId) || (o && o != t.triggerName) ); })), r ); }), - (t.prototype._beforeAnimationBuild = function(t, e, n) { + (t.prototype._beforeAnimationBuild = function(t, n, e) { var a, r, - i = e.element, - l = e.isRemovalTransition ? void 0 : t, - s = e.isRemovalTransition ? void 0 : e.triggerName, + i = n.element, + l = n.isRemovalTransition ? void 0 : t, + s = n.isRemovalTransition ? void 0 : n.triggerName, c = function(t) { var o = t.element, a = o !== i, - r = pb(n, o, []); - u._getPreviousPlayers(o, a, l, s, e.toState).forEach(function( + r = pb(e, o, []); + u._getPreviousPlayers(o, a, l, s, n.toState).forEach(function( t ) { - var e = t.getRealPlayer(); - e.beforeDestroy && e.beforeDestroy(), + var n = t.getRealPlayer(); + n.beforeDestroy && n.beforeDestroy(), t.destroy(), r.push(t); }); @@ -27266,7 +27263,7 @@ u = this; try { for ( - var d = Object(o.__values)(e.timelines), p = d.next(); + var d = Object(o.__values)(n.timelines), p = d.next(); !p.done; p = d.next() ) @@ -27280,32 +27277,32 @@ if (a) throw a.error; } } - zb(i, e.fromStyles); + zb(i, n.fromStyles); }), - (t.prototype._buildAnimation = function(t, e, n, o, a, r) { + (t.prototype._buildAnimation = function(t, n, e, o, a, r) { var i = this, - l = e.triggerName, - s = e.element, + l = n.triggerName, + s = n.element, c = [], u = new Set(), d = new Set(), - p = e.timelines.map(function(e) { - var p = e.element; + p = n.timelines.map(function(n) { + var p = n.element; u.add(p); var m = p[I_]; if (m && m.removedBeforeQueried) - return new ob(e.duration, e.delay); + return new ob(n.duration, n.delay); var g, f, h = p !== s, - b = ((g = (n.get(p) || w_).map(function(t) { + b = ((g = (e.get(p) || w_).map(function(t) { return t.getRealPlayer(); })), (f = []), - (function t(e, n) { - for (var o = 0; o < e.length; o++) { - var a = e[o]; - a instanceof ab ? t(a.players, n) : n.push(a); + (function t(n, e) { + for (var o = 0; o < n.length; o++) { + var a = n[o]; + a instanceof ab ? t(a.players, e) : e.push(a); } })(g, f), f).filter(function(t) { @@ -27313,9 +27310,9 @@ }), _ = a.get(p), y = r.get(p), - C = sb(0, i._normalizer, 0, e.keyframes, _, y), - v = i._buildPlayer(e, C, b); - if ((e.subTimeline && o && d.add(p), h)) { + C = sb(0, i._normalizer, 0, n.keyframes, _, y), + v = i._buildPlayer(n, C, b); + if ((n.subTimeline && o && d.add(p), h)) { var O = new N_(t, l, p); O.setRealPlayer(v), c.push(O); } @@ -27324,17 +27321,17 @@ c.forEach(function(t) { pb(i.playersByQueriedElement, t.element, []).push(t), t.onDone(function() { - return (function(t, e, n) { + return (function(t, n, e) { var o; if (t instanceof Map) { - if ((o = t.get(e))) { + if ((o = t.get(n))) { if (o.length) { - var a = o.indexOf(n); + var a = o.indexOf(e); o.splice(a, 1); } - 0 == o.length && t.delete(e); + 0 == o.length && t.delete(n); } - } else (o = t[e]) && (o.length && ((a = o.indexOf(n)), o.splice(a, 1)), 0 == o.length && delete t[e]); + } else (o = t[n]) && (o.length && ((a = o.indexOf(e)), o.splice(a, 1)), 0 == o.length && delete t[n]); return o; })(i.playersByQueriedElement, t.element, t); }); @@ -27348,7 +27345,7 @@ u.forEach(function(t) { return H_(t, "ng-animating"); }), - Nb(s, e.toStyles); + Nb(s, n.toStyles); }), d.forEach(function(t) { pb(o, t, []).push(m); @@ -27356,15 +27353,15 @@ m ); }), - (t.prototype._buildPlayer = function(t, e, n) { - return e.length > 0 + (t.prototype._buildPlayer = function(t, n, e) { + return n.length > 0 ? this.driver.animate( t.element, - e, + n, t.duration, t.delay, t.easing, - n + e ) : new ob(t.duration, t.delay); }), @@ -27372,10 +27369,10 @@ ); })(), N_ = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.namespaceId = t), - (this.triggerName = e), - (this.element = n), + (this.triggerName = n), + (this.element = e), (this._player = new ob()), (this._containsRealPlayer = !1), (this._queuedCallbacks = {}), @@ -27387,12 +27384,12 @@ } return ( (t.prototype.setRealPlayer = function(t) { - var e = this; + var n = this; this._containsRealPlayer || ((this._player = t), - Object.keys(this._queuedCallbacks).forEach(function(n) { - e._queuedCallbacks[n].forEach(function(e) { - return cb(t, n, void 0, e); + Object.keys(this._queuedCallbacks).forEach(function(e) { + n._queuedCallbacks[e].forEach(function(n) { + return cb(t, e, void 0, n); }); }), (this._queuedCallbacks = {}), @@ -27407,21 +27404,21 @@ this.totalTime = t; }), (t.prototype.syncPlayerEvents = function(t) { - var e = this, - n = this._player; - n.triggerCallback && + var n = this, + e = this._player; + e.triggerCallback && t.onStart(function() { - return n.triggerCallback("start"); + return e.triggerCallback("start"); }), t.onDone(function() { - return e.finish(); + return n.finish(); }), t.onDestroy(function() { - return e.destroy(); + return n.destroy(); }); }), - (t.prototype._queueEvent = function(t, e) { - pb(this._queuedCallbacks, t, []).push(e); + (t.prototype._queueEvent = function(t, n) { + pb(this._queuedCallbacks, t, []).push(n); }), (t.prototype.onDone = function(t) { this.queued && this._queueEvent("done", t), @@ -27466,8 +27463,8 @@ return this.queued ? 0 : this._player.getPosition(); }), (t.prototype.triggerCallback = function(t) { - var e = this._player; - e.triggerCallback && e.triggerCallback(t); + var n = this._player; + n.triggerCallback && n.triggerCallback(t); }), t ); @@ -27475,106 +27472,106 @@ function z_(t) { return t && 1 === t.nodeType; } - function L_(t, e) { - var n = t.style.display; - return (t.style.display = null != e ? e : "none"), n; + function L_(t, n) { + var e = t.style.display; + return (t.style.display = null != n ? n : "none"), e; } - function j_(t, e, n, o, a) { + function j_(t, n, e, o, a) { var r = []; - n.forEach(function(t) { + e.forEach(function(t) { return r.push(L_(t)); }); var i = []; - o.forEach(function(n, o) { + o.forEach(function(e, o) { var r = {}; - n.forEach(function(t) { - var n = (r[t] = e.computeStyle(o, t, a)); - (n && 0 != n.length) || ((o[I_] = E_), i.push(o)); + e.forEach(function(t) { + var e = (r[t] = n.computeStyle(o, t, a)); + (e && 0 != e.length) || ((o[I_] = E_), i.push(o)); }), t.set(o, r); }); var l = 0; return ( - n.forEach(function(t) { + e.forEach(function(t) { return L_(t, r[l++]); }), i ); } - function F_(t, e) { - var n = new Map(); + function F_(t, n) { + var e = new Map(); if ( (t.forEach(function(t) { - return n.set(t, []); + return e.set(t, []); }), - 0 == e.length) + 0 == n.length) ) - return n; - var o = new Set(e), + return e; + var o = new Set(n), a = new Map(); return ( - e.forEach(function(t) { - var e = (function t(e) { - if (!e) return 1; - var r = a.get(e); + n.forEach(function(t) { + var n = (function t(n) { + if (!n) return 1; + var r = a.get(n); if (r) return r; - var i = e.parentNode; - return (r = n.has(i) ? i : o.has(i) ? 1 : t(i)), a.set(e, r), r; + var i = n.parentNode; + return (r = e.has(i) ? i : o.has(i) ? 1 : t(i)), a.set(n, r), r; })(t); - 1 !== e && n.get(e).push(t); + 1 !== n && e.get(n).push(t); }), - n + e ); } var B_ = "$$classes"; - function V_(t, e) { - if (t.classList) t.classList.add(e); + function V_(t, n) { + if (t.classList) t.classList.add(n); else { - var n = t[B_]; - n || (n = t[B_] = {}), (n[e] = !0); + var e = t[B_]; + e || (e = t[B_] = {}), (e[n] = !0); } } - function H_(t, e) { - if (t.classList) t.classList.remove(e); + function H_(t, n) { + if (t.classList) t.classList.remove(n); else { - var n = t[B_]; - n && delete n[e]; + var e = t[B_]; + e && delete e[n]; } } - function U_(t, e, n) { - lb(n).onDone(function() { - return t.processLeaveNode(e); + function U_(t, n, e) { + lb(e).onDone(function() { + return t.processLeaveNode(n); }); } - function q_(t, e, n) { - var o = n.get(t); + function q_(t, n, e) { + var o = e.get(t); if (!o) return !1; - var a = e.get(t); + var a = n.get(t); return ( a ? o.forEach(function(t) { return a.add(t); }) - : e.set(t, o), - n.delete(t), + : n.set(t, o), + e.delete(t), !0 ); } var K_ = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; (this.bodyNode = t), - (this._driver = e), + (this._driver = n), (this._triggerCache = {}), - (this.onRemovalComplete = function(t, e) {}), - (this._transitionEngine = new D_(t, e, n)), - (this._timelineEngine = new k_(t, e, n)), - (this._transitionEngine.onRemovalComplete = function(t, e) { - return o.onRemovalComplete(t, e); + (this.onRemovalComplete = function(t, n) {}), + (this._transitionEngine = new D_(t, n, e)), + (this._timelineEngine = new k_(t, n, e)), + (this._transitionEngine.onRemovalComplete = function(t, n) { + return o.onRemovalComplete(t, n); }); } return ( - (t.prototype.registerTrigger = function(t, e, n, o, a) { + (t.prototype.registerTrigger = function(t, n, e, o, a) { var r = t + "-" + o, i = this._triggerCache[r]; if (!i) { @@ -27587,40 +27584,40 @@ '" has failed to build due to the following errors:\n - ' + l.join("\n - ") ); - (i = (function(t, e) { - return new P_(t, e); + (i = (function(t, n) { + return new P_(t, n); })(o, s)), (this._triggerCache[r] = i); } - this._transitionEngine.registerTrigger(e, o, i); + this._transitionEngine.registerTrigger(n, o, i); }), - (t.prototype.register = function(t, e) { - this._transitionEngine.register(t, e); + (t.prototype.register = function(t, n) { + this._transitionEngine.register(t, n); }), - (t.prototype.destroy = function(t, e) { - this._transitionEngine.destroy(t, e); + (t.prototype.destroy = function(t, n) { + this._transitionEngine.destroy(t, n); }), - (t.prototype.onInsert = function(t, e, n, o) { - this._transitionEngine.insertNode(t, e, n, o); + (t.prototype.onInsert = function(t, n, e, o) { + this._transitionEngine.insertNode(t, n, e, o); }), - (t.prototype.onRemove = function(t, e, n, o) { - this._transitionEngine.removeNode(t, e, o || !1, n); + (t.prototype.onRemove = function(t, n, e, o) { + this._transitionEngine.removeNode(t, n, o || !1, e); }), - (t.prototype.disableAnimations = function(t, e) { - this._transitionEngine.markElementAsDisabled(t, e); + (t.prototype.disableAnimations = function(t, n) { + this._transitionEngine.markElementAsDisabled(t, n); }), - (t.prototype.process = function(t, e, n, a) { - if ("@" == n.charAt(0)) { - var r = Object(o.__read)(mb(n), 2); - this._timelineEngine.command(r[0], e, r[1], a); - } else this._transitionEngine.trigger(t, e, n, a); + (t.prototype.process = function(t, n, e, a) { + if ("@" == e.charAt(0)) { + var r = Object(o.__read)(mb(e), 2); + this._timelineEngine.command(r[0], n, r[1], a); + } else this._transitionEngine.trigger(t, n, e, a); }), - (t.prototype.listen = function(t, e, n, a, r) { - if ("@" == n.charAt(0)) { - var i = Object(o.__read)(mb(n), 2); - return this._timelineEngine.listen(i[0], e, i[1], r); + (t.prototype.listen = function(t, n, e, a, r) { + if ("@" == e.charAt(0)) { + var i = Object(o.__read)(mb(e), 2); + return this._timelineEngine.listen(i[0], n, i[1], r); } - return this._transitionEngine.listen(t, e, n, a, r); + return this._transitionEngine.listen(t, n, e, a, r); }), (t.prototype.flush = function(t) { void 0 === t && (t = -1), this._transitionEngine.flush(t); @@ -27640,24 +27637,24 @@ t ); })(); - function Y_(t, e) { - var n = null, + function Y_(t, n) { + var e = null, o = null; return ( - Array.isArray(e) && e.length - ? ((n = G_(e[0])), e.length > 1 && (o = G_(e[e.length - 1]))) - : e && (n = G_(e)), - n || o ? new W_(t, n, o) : null + Array.isArray(n) && n.length + ? ((e = G_(n[0])), n.length > 1 && (o = G_(n[n.length - 1]))) + : n && (e = G_(n)), + e || o ? new W_(t, e, o) : null ); } var W_ = (function() { - function t(e, n, o) { - (this._element = e), - (this._startStyles = n), + function t(n, e, o) { + (this._element = n), + (this._startStyles = e), (this._endStyles = o), (this._state = 0); - var a = t.initialStylesByElement.get(e); - a || t.initialStylesByElement.set(e, (a = {})), + var a = t.initialStylesByElement.get(n); + a || t.initialStylesByElement.set(n, (a = {})), (this._initialStyles = a); } return ( @@ -27694,11 +27691,11 @@ ); })(); function G_(t) { - for (var e = null, n = Object.keys(t), o = 0; o < n.length; o++) { - var a = n[o]; - Z_(a) && ((e = e || {})[a] = t[a]); + for (var n = null, e = Object.keys(t), o = 0; o < e.length; o++) { + var a = e[o]; + Z_(a) && ((n = n || {})[a] = t[a]); } - return e; + return n; } function Z_(t) { return "display" === t || "position" === t; @@ -27706,11 +27703,11 @@ var Q_ = "animation", X_ = "animationend", J_ = (function() { - function t(t, e, n, o, a, r, i) { + function t(t, n, e, o, a, r, i) { var l = this; (this._element = t), - (this._name = e), - (this._duration = n), + (this._name = n), + (this._duration = e), (this._delay = o), (this._easing = a), (this._fillMode = r), @@ -27725,8 +27722,8 @@ } return ( (t.prototype.apply = function() { - var t, e, n; - (e = + var t, n, e; + (n = this._duration + "ms " + this._easing + @@ -27736,13 +27733,13 @@ this._fillMode + " " + this._name), - (n = ay((t = this._element), "").trim()).length && - ((function(t, e) { - for (var n = 0; n < t.length; n++) "," === t.charAt(n) && 0; - })(n), - (e = n + ", " + e)), - oy(t, "", e), - ny(this._element, this._eventFn, !1), + (e = ay((t = this._element), "").trim()).length && + ((function(t, n) { + for (var e = 0; e < t.length; e++) "," === t.charAt(e) && 0; + })(e), + (n = e + ", " + n)), + oy(t, "", n), + ey(this._element, this._eventFn, !1), (this._startTime = Date.now()); }), (t.prototype.pause = function() { @@ -27752,73 +27749,73 @@ $_(this._element, this._name, "running"); }), (t.prototype.setPosition = function(t) { - var e = ty(this._element, this._name); + var n = ty(this._element, this._name); (this._position = t * this._duration), - oy(this._element, "Delay", "-" + this._position + "ms", e); + oy(this._element, "Delay", "-" + this._position + "ms", n); }), (t.prototype.getPosition = function() { return this._position; }), (t.prototype._handleCallback = function(t) { - var e = t._ngTestManualTimestamp || Date.now(), - n = 1e3 * parseFloat(t.elapsedTime.toFixed(3)); + var n = t._ngTestManualTimestamp || Date.now(), + e = 1e3 * parseFloat(t.elapsedTime.toFixed(3)); t.animationName == this._name && - Math.max(e - this._startTime, 0) >= this._delay && - n >= this._duration && + Math.max(n - this._startTime, 0) >= this._delay && + e >= this._duration && this.finish(); }), (t.prototype.finish = function() { this._finished || ((this._finished = !0), this._onDoneFn(), - ny(this._element, this._eventFn, !0)); + ey(this._element, this._eventFn, !0)); }), (t.prototype.destroy = function() { - var t, e, n, o; + var t, n, e, o; this._destroyed || ((this._destroyed = !0), this.finish(), - (e = this._name), - (o = ey((n = ay((t = this._element), "").split(",")), e)) >= - 0 && (n.splice(o, 1), oy(t, "", n.join(",")))); + (n = this._name), + (o = ny((e = ay((t = this._element), "").split(",")), n)) >= + 0 && (e.splice(o, 1), oy(t, "", e.join(",")))); }), t ); })(); - function $_(t, e, n) { - oy(t, "PlayState", n, ty(t, e)); + function $_(t, n, e) { + oy(t, "PlayState", e, ty(t, n)); } - function ty(t, e) { - var n = ay(t, ""); - return n.indexOf(",") > 0 ? ey(n.split(","), e) : ey([n], e); + function ty(t, n) { + var e = ay(t, ""); + return e.indexOf(",") > 0 ? ny(e.split(","), n) : ny([e], n); } - function ey(t, e) { - for (var n = 0; n < t.length; n++) if (t[n].indexOf(e) >= 0) return n; + function ny(t, n) { + for (var e = 0; e < t.length; e++) if (t[e].indexOf(n) >= 0) return e; return -1; } - function ny(t, e, n) { - n ? t.removeEventListener(X_, e) : t.addEventListener(X_, e); + function ey(t, n, e) { + e ? t.removeEventListener(X_, n) : t.addEventListener(X_, n); } - function oy(t, e, n, o) { - var a = Q_ + e; + function oy(t, n, e, o) { + var a = Q_ + n; if (null != o) { var r = t.style[a]; if (r.length) { var i = r.split(","); - (i[o] = n), (n = i.join(",")); + (i[o] = e), (e = i.join(",")); } } - t.style[a] = n; + t.style[a] = e; } - function ay(t, e) { - return t.style[Q_ + e]; + function ay(t, n) { + return t.style[Q_ + n]; } var ry = "linear", iy = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { (this.element = t), - (this.keyframes = e), - (this.animationName = n), + (this.keyframes = n), + (this.animationName = e), (this._duration = o), (this._delay = a), (this._finalStyles = i), @@ -27924,73 +27921,73 @@ ); }), (t.prototype.triggerCallback = function(t) { - var e = "start" == t ? this._onStartFns : this._onDoneFns; - e.forEach(function(t) { + var n = "start" == t ? this._onStartFns : this._onDoneFns; + n.forEach(function(t) { return t(); }), - (e.length = 0); + (n.length = 0); }), (t.prototype.beforeDestroy = function() { var t = this; this.init(); - var e = {}; + var n = {}; if (this.hasStarted()) { - var n = this._state >= 3; + var e = this._state >= 3; Object.keys(this._finalStyles).forEach(function(o) { "offset" != o && - (e[o] = n ? t._finalStyles[o] : Wb(t.element, o)); + (n[o] = e ? t._finalStyles[o] : Wb(t.element, o)); }); } - this.currentSnapshot = e; + this.currentSnapshot = n; }), t ); })(), ly = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o.element = e), + (o.element = n), (o._startingStyles = {}), (o.__initialized = !1), - (o._styles = Mb(n)), + (o._styles = Mb(e)), o ); } return ( - Object(o.__extends)(e, t), - (e.prototype.init = function() { - var e = this; + Object(o.__extends)(n, t), + (n.prototype.init = function() { + var n = this; !this.__initialized && this._startingStyles && ((this.__initialized = !0), Object.keys(this._styles).forEach(function(t) { - e._startingStyles[t] = e.element.style[t]; + n._startingStyles[t] = n.element.style[t]; }), t.prototype.init.call(this)); }), - (e.prototype.play = function() { - var e = this; + (n.prototype.play = function() { + var n = this; this._startingStyles && (this.init(), Object.keys(this._styles).forEach(function(t) { - return e.element.style.setProperty(t, e._styles[t]); + return n.element.style.setProperty(t, n._styles[t]); }), t.prototype.play.call(this)); }), - (e.prototype.destroy = function() { - var e = this; + (n.prototype.destroy = function() { + var n = this; this._startingStyles && (Object.keys(this._startingStyles).forEach(function(t) { - var n = e._startingStyles[t]; - n - ? e.element.style.setProperty(t, n) - : e.element.style.removeProperty(t); + var e = n._startingStyles[t]; + e + ? n.element.style.setProperty(t, e) + : n.element.style.removeProperty(t); }), (this._startingStyles = null), t.prototype.destroy.call(this)); }), - e + n ); })(ob), sy = (function() { @@ -28003,41 +28000,41 @@ (t.prototype.validateStyleProperty = function(t) { return Cb(t); }), - (t.prototype.matchesElement = function(t, e) { - return vb(t, e); + (t.prototype.matchesElement = function(t, n) { + return vb(t, n); }), - (t.prototype.containsElement = function(t, e) { - return Ob(t, e); + (t.prototype.containsElement = function(t, n) { + return Ob(t, n); }), - (t.prototype.query = function(t, e, n) { - return Pb(t, e, n); + (t.prototype.query = function(t, n, e) { + return Pb(t, n, e); }), - (t.prototype.computeStyle = function(t, e, n) { - return window.getComputedStyle(t)[e]; + (t.prototype.computeStyle = function(t, n, e) { + return window.getComputedStyle(t)[n]; }), - (t.prototype.buildKeyframeElement = function(t, e, n) { - n = n.map(function(t) { + (t.prototype.buildKeyframeElement = function(t, n, e) { + e = e.map(function(t) { return Mb(t); }); - var o = "@keyframes " + e + " {\n", + var o = "@keyframes " + n + " {\n", a = ""; - n.forEach(function(t) { + e.forEach(function(t) { a = " "; - var e = parseFloat(t.offset); - (o += "" + a + 100 * e + "% {\n"), + var n = parseFloat(t.offset); + (o += "" + a + 100 * n + "% {\n"), (a += " "), - Object.keys(t).forEach(function(e) { - var n = t[e]; - switch (e) { + Object.keys(t).forEach(function(n) { + var e = t[n]; + switch (n) { case "offset": return; case "easing": return void ( - n && - (o += a + "animation-timing-function: " + n + ";\n") + e && + (o += a + "animation-timing-function: " + e + ";\n") ); default: - return void (o += "" + a + e + ": " + n + ";\n"); + return void (o += "" + a + n + ": " + e + ";\n"); } }), (o += a + "}\n"); @@ -28046,37 +28043,37 @@ var r = document.createElement("style"); return (r.innerHTML = o), r; }), - (t.prototype.animate = function(t, e, n, o, a, r, i) { + (t.prototype.animate = function(t, n, e, o, a, r, i) { void 0 === r && (r = []), i && this._notifyFaultyScrubber(); var l = r.filter(function(t) { return t instanceof iy; }), s = {}; - qb(n, o) && + qb(e, o) && l.forEach(function(t) { - var e = t.currentSnapshot; - Object.keys(e).forEach(function(t) { - return (s[t] = e[t]); + var n = t.currentSnapshot; + Object.keys(n).forEach(function(t) { + return (s[t] = n[t]); }); }); var c = (function(t) { - var e = {}; + var n = {}; return ( t && (Array.isArray(t) ? t : [t]).forEach(function(t) { - Object.keys(t).forEach(function(n) { - "offset" != n && "easing" != n && (e[n] = t[n]); + Object.keys(t).forEach(function(e) { + "offset" != e && "easing" != e && (n[e] = t[e]); }); }), - e + n ); - })((e = Kb(t, e, s))); - if (0 == n) return new ly(t, c); + })((n = Kb(t, n, s))); + if (0 == e) return new ly(t, c); var u = "gen_css_kf_" + this._count++, - d = this.buildKeyframeElement(t, u, e); + d = this.buildKeyframeElement(t, u, n); document.querySelector("head").appendChild(d); - var p = Y_(t, e), - m = new iy(t, e, u, n, o, a, c, p); + var p = Y_(t, n), + m = new iy(t, n, u, e, o, a, c, p); return ( m.onDestroy(function() { var t; @@ -28097,10 +28094,10 @@ ); })(), cy = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.element = t), - (this.keyframes = e), - (this.options = n), + (this.keyframes = n), + (this.options = e), (this._specialStyles = o), (this._onDoneFns = []), (this._onStartFns = []), @@ -28112,8 +28109,8 @@ (this.time = 0), (this.parentPlayer = null), (this.currentSnapshot = {}), - (this._duration = n.duration), - (this._delay = n.delay || 0), + (this._duration = e.duration), + (this._delay = e.delay || 0), (this.time = this._duration + this._delay); } return ( @@ -28132,13 +28129,13 @@ var t = this; if (!this._initialized) { this._initialized = !0; - var e = this.keyframes; + var n = this.keyframes; (this.domPlayer = this._triggerWebAnimation( this.element, - e, + n, this.options )), - (this._finalKeyframe = e.length ? e[e.length - 1] : {}), + (this._finalKeyframe = n.length ? n[n.length - 1] : {}), this.domPlayer.addEventListener("finish", function() { return t._onFinish(); }); @@ -28149,8 +28146,8 @@ ? this._resetDomPlayerState() : this.domPlayer.pause(); }), - (t.prototype._triggerWebAnimation = function(t, e, n) { - return t.animate(e, n); + (t.prototype._triggerWebAnimation = function(t, n, e) { + return t.animate(n, e); }), (t.prototype.onStart = function(t) { this._onStartFns.push(t); @@ -28222,22 +28219,22 @@ }), (t.prototype.beforeDestroy = function() { var t = this, - e = {}; + n = {}; this.hasStarted() && - Object.keys(this._finalKeyframe).forEach(function(n) { - "offset" != n && - (e[n] = t._finished - ? t._finalKeyframe[n] - : Wb(t.element, n)); + Object.keys(this._finalKeyframe).forEach(function(e) { + "offset" != e && + (n[e] = t._finished + ? t._finalKeyframe[e] + : Wb(t.element, e)); }), - (this.currentSnapshot = e); + (this.currentSnapshot = n); }), (t.prototype.triggerCallback = function(t) { - var e = "start" == t ? this._onStartFns : this._onDoneFns; - e.forEach(function(t) { + var n = "start" == t ? this._onStartFns : this._onDoneFns; + n.forEach(function(t) { return t(); }), - (e.length = 0); + (n.length = 0); }), t ); @@ -28253,26 +28250,26 @@ (t.prototype.validateStyleProperty = function(t) { return Cb(t); }), - (t.prototype.matchesElement = function(t, e) { - return vb(t, e); + (t.prototype.matchesElement = function(t, n) { + return vb(t, n); }), - (t.prototype.containsElement = function(t, e) { - return Ob(t, e); + (t.prototype.containsElement = function(t, n) { + return Ob(t, n); }), - (t.prototype.query = function(t, e, n) { - return Pb(t, e, n); + (t.prototype.query = function(t, n, e) { + return Pb(t, n, e); }), - (t.prototype.computeStyle = function(t, e, n) { - return window.getComputedStyle(t)[e]; + (t.prototype.computeStyle = function(t, n, e) { + return window.getComputedStyle(t)[n]; }), (t.prototype.overrideWebAnimationsSupport = function(t) { this._isNativeImpl = t; }), - (t.prototype.animate = function(t, e, n, o, a, r, i) { + (t.prototype.animate = function(t, n, e, o, a, r, i) { if ((void 0 === r && (r = []), !i && !this._isNativeImpl)) - return this._cssKeyframesDriver.animate(t, e, n, o, a, r); + return this._cssKeyframesDriver.animate(t, n, e, o, a, r); var l = { - duration: n, + duration: e, delay: o, fill: 0 == o ? "both" : "forwards" }; @@ -28281,24 +28278,24 @@ c = r.filter(function(t) { return t instanceof cy; }); - qb(n, o) && + qb(e, o) && c.forEach(function(t) { - var e = t.currentSnapshot; - Object.keys(e).forEach(function(t) { - return (s[t] = e[t]); + var n = t.currentSnapshot; + Object.keys(n).forEach(function(t) { + return (s[t] = n[t]); }); }); var u = Y_( t, - (e = Kb( + (n = Kb( t, - (e = e.map(function(t) { + (n = n.map(function(t) { return Tb(t, !1); })), s )) ); - return new cy(t, e, l, u); + return new cy(t, n, l, u); }), t ); @@ -28312,13 +28309,13 @@ ); } var py = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( (o._nextAnimationId = 0), - (o._renderer = e.createRenderer(n.body, { + (o._renderer = n.createRenderer(e.body, { id: "0", - encapsulation: Ie.None, + encapsulation: An.None, styles: [], data: { animation: [] } })), @@ -28326,54 +28323,54 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.build = function(t) { - var e = this._nextAnimationId.toString(); + Object(o.__extends)(n, t), + (n.prototype.build = function(t) { + var n = this._nextAnimationId.toString(); this._nextAnimationId++; - var n = Array.isArray(t) ? tb(t) : t; + var e = Array.isArray(t) ? tb(t) : t; return ( - fy(this._renderer, null, e, "register", [n]), - new my(e, this._renderer) + fy(this._renderer, null, n, "register", [e]), + new my(n, this._renderer) ); }), - e + n ); })(Xh), my = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; - return (o._id = e), (o._renderer = n), o; + return (o._id = n), (o._renderer = e), o; } return ( - Object(o.__extends)(e, t), - (e.prototype.create = function(t, e) { - return new gy(this._id, t, e || {}, this._renderer); + Object(o.__extends)(n, t), + (n.prototype.create = function(t, n) { + return new gy(this._id, t, n || {}, this._renderer); }), - e + n ); })(Jh), gy = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.id = t), - (this.element = e), + (this.element = n), (this._renderer = o), (this.parentPlayer = null), (this._started = !1), (this.totalTime = 0), - this._command("create", n); + this._command("create", e); } return ( - (t.prototype._listen = function(t, e) { + (t.prototype._listen = function(t, n) { return this._renderer.listen( this.element, "@@" + this.id + ":" + t, - e + n ); }), (t.prototype._command = function(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; - return fy(this._renderer, this.element, this.id, t, e); + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; + return fy(this._renderer, this.element, this.id, t, n); }), (t.prototype.onDone = function(t) { this._listen("done", t); @@ -28417,29 +28414,29 @@ t ); })(); - function fy(t, e, n, o, a) { - return t.setProperty(e, "@@" + n + ":" + o, a); + function fy(t, n, e, o, a) { + return t.setProperty(n, "@@" + e + ":" + o, a); } var hy = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.delegate = t), - (this.engine = e), - (this._zone = n), + (this.engine = n), + (this._zone = e), (this._currentId = 0), (this._microtaskId = 1), (this._animationCallbacksBuffer = []), (this._rendererCache = new Map()), (this._cdRecurDepth = 0), (this.promise = Promise.resolve(0)), - (e.onRemovalComplete = function(t, e) { - e && e.parentNode(t) && e.removeChild(t.parentNode, t); + (n.onRemovalComplete = function(t, n) { + n && n.parentNode(t) && n.removeChild(t.parentNode, t); }); } return ( - (t.prototype.createRenderer = function(t, e) { - var n = this, - o = this.delegate.createRenderer(t, e); - if (!(t && e && e.data && e.data.animation)) { + (t.prototype.createRenderer = function(t, n) { + var e = this, + o = this.delegate.createRenderer(t, n); + if (!(t && n && n.data && n.data.animation)) { var a = this._rendererCache.get(o); return ( a || @@ -28448,13 +28445,13 @@ a ); } - var r = e.id, - i = e.id + "-" + this._currentId; + var r = n.id, + i = n.id + "-" + this._currentId; return ( this._currentId++, this.engine.register(i, t), - e.data.animation.forEach(function(e) { - return n.engine.registerTrigger(r, i, t, e.name, e); + n.data.animation.forEach(function(n) { + return e.engine.registerTrigger(r, i, t, n.name, n); }), new _y(this, i, o, this.engine) ); @@ -28469,23 +28466,23 @@ t._microtaskId++; }); }), - (t.prototype.scheduleListenerCallback = function(t, e, n) { + (t.prototype.scheduleListenerCallback = function(t, n, e) { var a = this; t >= 0 && t < this._microtaskId ? this._zone.run(function() { - return e(n); + return n(e); }) : (0 == this._animationCallbacksBuffer.length && Promise.resolve(null).then(function() { a._zone.run(function() { a._animationCallbacksBuffer.forEach(function(t) { - var e = Object(o.__read)(t, 2); - (0, e[0])(e[1]); + var n = Object(o.__read)(t, 2); + (0, n[0])(n[1]); }), (a._animationCallbacksBuffer = []); }); }), - this._animationCallbacksBuffer.push([e, n])); + this._animationCallbacksBuffer.push([n, e])); }), (t.prototype.end = function() { var t = this; @@ -28503,13 +28500,13 @@ ); })(), by = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.namespaceId = t), - (this.delegate = e), - (this.engine = n), + (this.delegate = n), + (this.engine = e), (this.destroyNode = this.delegate.destroyNode ? function(t) { - return e.destroyNode(t); + return n.destroyNode(t); } : null); } @@ -28525,8 +28522,8 @@ this.engine.destroy(this.namespaceId, this.delegate), this.delegate.destroy(); }), - (t.prototype.createElement = function(t, e) { - return this.delegate.createElement(t, e); + (t.prototype.createElement = function(t, n) { + return this.delegate.createElement(t, n); }), (t.prototype.createComment = function(t) { return this.delegate.createComment(t); @@ -28534,19 +28531,19 @@ (t.prototype.createText = function(t) { return this.delegate.createText(t); }), - (t.prototype.appendChild = function(t, e) { - this.delegate.appendChild(t, e), - this.engine.onInsert(this.namespaceId, e, t, !1); + (t.prototype.appendChild = function(t, n) { + this.delegate.appendChild(t, n), + this.engine.onInsert(this.namespaceId, n, t, !1); }), - (t.prototype.insertBefore = function(t, e, n) { - this.delegate.insertBefore(t, e, n), - this.engine.onInsert(this.namespaceId, e, t, !0); + (t.prototype.insertBefore = function(t, n, e) { + this.delegate.insertBefore(t, n, e), + this.engine.onInsert(this.namespaceId, n, t, !0); }), - (t.prototype.removeChild = function(t, e, n) { - this.engine.onRemove(this.namespaceId, e, this.delegate, n); + (t.prototype.removeChild = function(t, n, e) { + this.engine.onRemove(this.namespaceId, n, this.delegate, e); }), - (t.prototype.selectRootElement = function(t, e) { - return this.delegate.selectRootElement(t, e); + (t.prototype.selectRootElement = function(t, n) { + return this.delegate.selectRootElement(t, n); }), (t.prototype.parentNode = function(t) { return this.delegate.parentNode(t); @@ -28554,61 +28551,61 @@ (t.prototype.nextSibling = function(t) { return this.delegate.nextSibling(t); }), - (t.prototype.setAttribute = function(t, e, n, o) { - this.delegate.setAttribute(t, e, n, o); + (t.prototype.setAttribute = function(t, n, e, o) { + this.delegate.setAttribute(t, n, e, o); }), - (t.prototype.removeAttribute = function(t, e, n) { - this.delegate.removeAttribute(t, e, n); + (t.prototype.removeAttribute = function(t, n, e) { + this.delegate.removeAttribute(t, n, e); }), - (t.prototype.addClass = function(t, e) { - this.delegate.addClass(t, e); + (t.prototype.addClass = function(t, n) { + this.delegate.addClass(t, n); }), - (t.prototype.removeClass = function(t, e) { - this.delegate.removeClass(t, e); + (t.prototype.removeClass = function(t, n) { + this.delegate.removeClass(t, n); }), - (t.prototype.setStyle = function(t, e, n, o) { - this.delegate.setStyle(t, e, n, o); + (t.prototype.setStyle = function(t, n, e, o) { + this.delegate.setStyle(t, n, e, o); }), - (t.prototype.removeStyle = function(t, e, n) { - this.delegate.removeStyle(t, e, n); + (t.prototype.removeStyle = function(t, n, e) { + this.delegate.removeStyle(t, n, e); }), - (t.prototype.setProperty = function(t, e, n) { - "@" == e.charAt(0) && "@.disabled" == e - ? this.disableAnimations(t, !!n) - : this.delegate.setProperty(t, e, n); + (t.prototype.setProperty = function(t, n, e) { + "@" == n.charAt(0) && "@.disabled" == n + ? this.disableAnimations(t, !!e) + : this.delegate.setProperty(t, n, e); }), - (t.prototype.setValue = function(t, e) { - this.delegate.setValue(t, e); + (t.prototype.setValue = function(t, n) { + this.delegate.setValue(t, n); }), - (t.prototype.listen = function(t, e, n) { - return this.delegate.listen(t, e, n); + (t.prototype.listen = function(t, n, e) { + return this.delegate.listen(t, n, e); }), - (t.prototype.disableAnimations = function(t, e) { - this.engine.disableAnimations(t, e); + (t.prototype.disableAnimations = function(t, n) { + this.engine.disableAnimations(t, n); }), t ); })(), _y = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, n, o, a) || this; - return (r.factory = e), (r.namespaceId = n), r; + function n(n, e, o, a) { + var r = t.call(this, e, o, a) || this; + return (r.factory = n), (r.namespaceId = e), r; } return ( - Object(o.__extends)(e, t), - (e.prototype.setProperty = function(t, e, n) { - "@" == e.charAt(0) - ? "." == e.charAt(1) && "@.disabled" == e - ? this.disableAnimations(t, (n = void 0 === n || !!n)) - : this.engine.process(this.namespaceId, t, e.substr(1), n) - : this.delegate.setProperty(t, e, n); - }), - (e.prototype.listen = function(t, e, n) { + Object(o.__extends)(n, t), + (n.prototype.setProperty = function(t, n, e) { + "@" == n.charAt(0) + ? "." == n.charAt(1) && "@.disabled" == n + ? this.disableAnimations(t, (e = void 0 === e || !!e)) + : this.engine.process(this.namespaceId, t, n.substr(1), e) + : this.delegate.setProperty(t, n, e); + }), + (n.prototype.listen = function(t, n, e) { var a, r, i, l = this; - if ("@" == e.charAt(0)) { + if ("@" == n.charAt(0)) { var s = (function(t) { switch (t) { case "body": @@ -28621,7 +28618,7 @@ return t; } })(t), - c = e.substr(1), + c = n.substr(1), u = ""; return ( "@" != c.charAt(0) && @@ -28633,20 +28630,20 @@ ))[0]), (u = a[1])), this.engine.listen(this.namespaceId, s, c, u, function(t) { - l.factory.scheduleListenerCallback(t._data || -1, n, t); + l.factory.scheduleListenerCallback(t._data || -1, e, t); }) ); } - return this.delegate.listen(t, e, n); + return this.delegate.listen(t, n, e); }), - e + n ); })(by), yy = (function(t) { - function e(e, n, o) { - return t.call(this, e.body, n, o) || this; + function n(n, e, o) { + return t.call(this, n.body, e, o) || this; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(K_); function Cy() { return "function" == typeof dy() ? new uy() : new sy(); @@ -28654,8 +28651,8 @@ function vy() { return new b_(); } - function Oy(t, e, n) { - return new hy(t, e, n); + function Oy(t, n, e) { + return new hy(t, n, e); } var Py = new Ut("AnimationModuleType"), My = (function() { @@ -28713,7 +28710,7 @@ [[1, 4]], 0, yh, - [Nn, Dr, ff, [2, _h], [2, Py]], + [Ne, Dr, ff, [2, _h], [2, Py]], { centered: [0, "centered"], disabled: [1, "disabled"], @@ -28737,20 +28734,20 @@ null )) ], - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 4, 0, - n.isIconButton, - n._isRippleDisabled(), - n._getHostElement() + e.isIconButton, + e._isRippleDisabled(), + e._getHostElement() ); }, - function(t, e) { - var n = e.component; - t(e, 3, 0, n.isRoundButton || n.isIconButton, wa(e, 4).unbounded); + function(t, n) { + var e = n.component; + t(n, 3, 0, e.isRoundButton || e.isIconButton, wa(n, 4).unbounded); } ); } @@ -28770,25 +28767,25 @@ this.wasClicked = !0; }), (t.prototype.onTouchStart = function(t) { - var e = this; + var n = this; t.stopPropagation(), (this.wasClicked = !1), setTimeout(function() { - e.wasClicked || (e.element.click(), (e.wasClicked = !0)); + n.wasClicked || (n.element.click(), (n.wasClicked = !0)); }, 300); }), t ); })(), Sy = (function() { - function t(t, e, n) { - (this.beatOnApi = t), (this.msgSvc = e), (this.router = n); + function t(t, n, e) { + (this.beatOnApi = t), (this.msgSvc = n), (this.router = e); } return ( (t.prototype.ngOnInit = function() { var t = this; - this.msgSvc.setupMessage.subscribe(function(e) { - switch (e.SetupEvent) { + this.msgSvc.setupMessage.subscribe(function(n) { + switch (n.SetupEvent) { case ug.Step1Complete: t.router.navigateByUrl("/setupstep2"); break; @@ -28831,7 +28828,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -28847,7 +28844,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -28889,7 +28886,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -29019,10 +29016,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== wa(t, 31).onClick() && o), o + "click" === n && (o = !1 !== wa(t, 31).onClick() && o), o ); }, ky, @@ -29034,7 +29031,7 @@ [[1, 4]], 0, zm, - [Nm, xp, [8, null], Bn, Nn], + [Nm, xp, [8, null], Be, Ne], { routerLink: [0, "routerLink"] }, null ), @@ -29044,7 +29041,7 @@ null, 2, Fm, - [Nm, Nn, Bn, [2, zm], [2, Lm]], + [Nm, Ne, Be, [2, zm], [2, Lm]], { routerLinkActive: [0, "routerLinkActive"] }, null ), @@ -29056,36 +29053,36 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(36, 16384, null, 0, wy, [Nn], null, null), + Ba(36, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Continue"])) ], - function(t, e) { - t(e, 7, 0), - t(e, 31, 0, "/setupstep1"), - t(e, 32, 0, "active"), - t(e, 35, 0, "accent"); + function(t, n) { + t(n, 7, 0), + t(n, 31, 0, "/setupstep1"), + t(n, 32, 0, "active"), + t(n, 35, 0, "accent"); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 28, 0, "end" === wa(e, 29).align), + t(n, 28, 0, "end" === wa(n, 29).align), t( - e, + n, 30, 0, - wa(e, 35).disabled || null, - "NoopAnimations" === wa(e, 35)._animationMode + wa(n, 35).disabled || null, + "NoopAnimations" === wa(n, 35)._animationMode ); } ); @@ -29098,16 +29095,16 @@ bi(0, 0, null, null, 1, "app-setup", [], null, null, null, Iy, Ey)), Ba(1, 114688, null, 0, Sy, [yc, pg, Nm], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var Ty = ha("app-setup", Sy, Ay, {}, {}, []), Ry = (function() { - function t(t, e) { - (this.beatOnApi = t), (this.dialog = e); + function t(t, n) { + (this.beatOnApi = t), (this.dialog = n); } return ( (t.prototype.ngOnInit = function() {}), @@ -29118,7 +29115,7 @@ disableClose: !0, data: { mainText: "Please wait..." } }); - this.beatOnApi.installModStep1().subscribe(function(e) { + this.beatOnApi.installModStep1().subscribe(function(n) { t.close(); }); }), @@ -29168,45 +29165,45 @@ ); })(), zy = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r = t.call(this) || this; return ( - (r.component = e), - (r.viewContainerRef = n), + (r.component = n), + (r.viewContainerRef = e), (r.injector = o), (r.componentFactoryResolver = a), r ); } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(Ny), Ly = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a.templateRef = e), (a.viewContainerRef = n), (a.context = o), a + (a.templateRef = n), (a.viewContainerRef = e), (a.context = o), a ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "origin", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "origin", { get: function() { return this.templateRef.elementRef; }, enumerable: !0, configurable: !0 }), - (e.prototype.attach = function(e, n) { + (n.prototype.attach = function(n, e) { return ( - void 0 === n && (n = this.context), - (this.context = n), - t.prototype.attach.call(this, e) + void 0 === e && (e = this.context), + (this.context = e), + t.prototype.attach.call(this, n) ); }), - (e.prototype.detach = function() { + (n.prototype.detach = function() { return (this.context = void 0), t.prototype.detach.call(this); }), - e + n ); })(Ny), jy = (function() { @@ -29260,177 +29257,177 @@ ); })(), Fy = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r = t.call(this) || this; return ( - (r.outletElement = e), - (r._componentFactoryResolver = n), + (r.outletElement = n), + (r._componentFactoryResolver = e), (r._appRef = o), (r._defaultInjector = a), r ); } return ( - Object(o.__extends)(e, t), - (e.prototype.attachComponentPortal = function(t) { - var e, - n = this, + Object(o.__extends)(n, t), + (n.prototype.attachComponentPortal = function(t) { + var n, + e = this, o = ( t.componentFactoryResolver || this._componentFactoryResolver ).resolveComponentFactory(t.component); return ( t.viewContainerRef - ? ((e = t.viewContainerRef.createComponent( + ? ((n = t.viewContainerRef.createComponent( o, t.viewContainerRef.length, t.injector || t.viewContainerRef.injector )), this.setDisposeFn(function() { - return e.destroy(); + return n.destroy(); })) - : ((e = o.create(t.injector || this._defaultInjector)), - this._appRef.attachView(e.hostView), + : ((n = o.create(t.injector || this._defaultInjector)), + this._appRef.attachView(n.hostView), this.setDisposeFn(function() { - n._appRef.detachView(e.hostView), e.destroy(); + e._appRef.detachView(n.hostView), n.destroy(); })), - this.outletElement.appendChild(this._getComponentRootNode(e)), - e + this.outletElement.appendChild(this._getComponentRootNode(n)), + n ); }), - (e.prototype.attachTemplatePortal = function(t) { - var e = this, - n = t.viewContainerRef, - o = n.createEmbeddedView(t.templateRef, t.context); + (n.prototype.attachTemplatePortal = function(t) { + var n = this, + e = t.viewContainerRef, + o = e.createEmbeddedView(t.templateRef, t.context); return ( o.detectChanges(), o.rootNodes.forEach(function(t) { - return e.outletElement.appendChild(t); + return n.outletElement.appendChild(t); }), this.setDisposeFn(function() { - var t = n.indexOf(o); - -1 !== t && n.remove(t); + var t = e.indexOf(o); + -1 !== t && e.remove(t); }), o ); }), - (e.prototype.dispose = function() { + (n.prototype.dispose = function() { t.prototype.dispose.call(this), null != this.outletElement.parentNode && this.outletElement.parentNode.removeChild(this.outletElement); }), - (e.prototype._getComponentRootNode = function(t) { + (n.prototype._getComponentRootNode = function(t) { return t.hostView.rootNodes[0]; }), - e + n ); })(jy), By = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o._componentFactoryResolver = e), - (o._viewContainerRef = n), + (o._componentFactoryResolver = n), + (o._viewContainerRef = e), (o._isInitialized = !1), (o.attached = new ar()), o ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "portal", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "portal", { get: function() { return this._attachedPortal; }, - set: function(e) { - (!this.hasAttached() || e || this._isInitialized) && + set: function(n) { + (!this.hasAttached() || n || this._isInitialized) && (this.hasAttached() && t.prototype.detach.call(this), - e && t.prototype.attach.call(this, e), - (this._attachedPortal = e)); + n && t.prototype.attach.call(this, n), + (this._attachedPortal = n)); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "attachedRef", { + Object.defineProperty(n.prototype, "attachedRef", { get: function() { return this._attachedRef; }, enumerable: !0, configurable: !0 }), - (e.prototype.ngOnInit = function() { + (n.prototype.ngOnInit = function() { this._isInitialized = !0; }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { t.prototype.dispose.call(this), (this._attachedPortal = null), (this._attachedRef = null); }), - (e.prototype.attachComponentPortal = function(e) { - e.setAttachedHost(this); - var n = - null != e.viewContainerRef - ? e.viewContainerRef + (n.prototype.attachComponentPortal = function(n) { + n.setAttachedHost(this); + var e = + null != n.viewContainerRef + ? n.viewContainerRef : this._viewContainerRef, o = ( - e.componentFactoryResolver || this._componentFactoryResolver - ).resolveComponentFactory(e.component), - a = n.createComponent(o, n.length, e.injector || n.injector); + n.componentFactoryResolver || this._componentFactoryResolver + ).resolveComponentFactory(n.component), + a = e.createComponent(o, e.length, n.injector || e.injector); return ( t.prototype.setDisposeFn.call(this, function() { return a.destroy(); }), - (this._attachedPortal = e), + (this._attachedPortal = n), (this._attachedRef = a), this.attached.emit(a), a ); }), - (e.prototype.attachTemplatePortal = function(e) { - var n = this; - e.setAttachedHost(this); + (n.prototype.attachTemplatePortal = function(n) { + var e = this; + n.setAttachedHost(this); var o = this._viewContainerRef.createEmbeddedView( - e.templateRef, - e.context + n.templateRef, + n.context ); return ( t.prototype.setDisposeFn.call(this, function() { - return n._viewContainerRef.clear(); + return e._viewContainerRef.clear(); }), - (this._attachedPortal = e), + (this._attachedPortal = n), (this._attachedRef = o), this.attached.emit(o), o ); }), - e + n ); })(jy), Vy = (function() { return function() {}; })(), Hy = (function() { - function t(t, e) { - (this._parentInjector = t), (this._customTokens = e); + function t(t, n) { + (this._parentInjector = t), (this._customTokens = n); } return ( - (t.prototype.get = function(t, e) { - var n = this._customTokens.get(t); - return void 0 !== n ? n : this._parentInjector.get(t, e); + (t.prototype.get = function(t, n) { + var e = this._customTokens.get(t); + return void 0 !== e ? e : this._parentInjector.get(t, n); }), t ); })(); - function Uy(t, e, n, o) { + function Uy(t, n, e, o) { return ( - i(n) && ((o = n), (n = void 0)), + i(e) && ((o = e), (e = void 0)), o - ? Uy(t, e, n).pipe( + ? Uy(t, n, e).pipe( U(function(t) { return a(t) ? o.apply(void 0, t) : o(t); }) ) : new O(function(o) { - !(function t(e, n, o, a, r) { + !(function t(n, e, o, a, r) { var i; if ( (function(t) { @@ -29439,12 +29436,12 @@ "function" == typeof t.addEventListener && "function" == typeof t.removeEventListener ); - })(e) + })(n) ) { - var l = e; - e.addEventListener(n, o, r), + var l = n; + n.addEventListener(e, o, r), (i = function() { - return l.removeEventListener(n, o, r); + return l.removeEventListener(e, o, r); }); } else if ( (function(t) { @@ -29453,12 +29450,12 @@ "function" == typeof t.on && "function" == typeof t.off ); - })(e) + })(n) ) { - var s = e; - e.on(n, o), + var s = n; + n.on(e, o), (i = function() { - return s.off(n, o); + return s.off(e, o); }); } else if ( (function(t) { @@ -29467,23 +29464,23 @@ "function" == typeof t.addListener && "function" == typeof t.removeListener ); - })(e) + })(n) ) { - var c = e; - e.addListener(n, o), + var c = n; + n.addListener(e, o), (i = function() { - return c.removeListener(n, o); + return c.removeListener(e, o); }); } else { - if (!e || !e.length) + if (!n || !n.length) throw new TypeError("Invalid event target"); - for (var u = 0, d = e.length; u < d; u++) - t(e[u], n, o, a, r); + for (var u = 0, d = n.length; u < d; u++) + t(n[u], e, o, a, r); } a.add(i); })( t, - e, + n, function(t) { o.next( arguments.length > 1 @@ -29492,176 +29489,176 @@ ); }, o, - n + e ); }) ); } var qy = (function(t) { - function e(e, n) { - var o = t.call(this, e, n) || this; - return (o.scheduler = e), (o.work = n), o; + function n(n, e) { + var o = t.call(this, n, e) || this; + return (o.scheduler = n), (o.work = e), o; } return ( - o.__extends(e, t), - (e.prototype.requestAsyncId = function(e, n, o) { + o.__extends(n, t), + (n.prototype.requestAsyncId = function(n, e, o) { return ( void 0 === o && (o = 0), null !== o && o > 0 - ? t.prototype.requestAsyncId.call(this, e, n, o) - : (e.actions.push(this), - e.scheduled || - (e.scheduled = requestAnimationFrame(function() { - return e.flush(null); + ? t.prototype.requestAsyncId.call(this, n, e, o) + : (n.actions.push(this), + n.scheduled || + (n.scheduled = requestAnimationFrame(function() { + return n.flush(null); }))) ); }), - (e.prototype.recycleAsyncId = function(e, n, o) { + (n.prototype.recycleAsyncId = function(n, e, o) { if ( (void 0 === o && (o = 0), (null !== o && o > 0) || (null === o && this.delay > 0)) ) - return t.prototype.recycleAsyncId.call(this, e, n, o); - 0 === e.actions.length && - (cancelAnimationFrame(n), (e.scheduled = void 0)); + return t.prototype.recycleAsyncId.call(this, n, e, o); + 0 === n.actions.length && + (cancelAnimationFrame(e), (n.scheduled = void 0)); }), - e + n ); })(wf), Ky = new ((function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - o.__extends(e, t), - (e.prototype.flush = function(t) { + o.__extends(n, t), + (n.prototype.flush = function(t) { (this.active = !0), (this.scheduled = void 0); - var e, - n = this.actions, + var n, + e = this.actions, o = -1, - a = n.length; - t = t || n.shift(); + a = e.length; + t = t || e.shift(); do { - if ((e = t.execute(t.state, t.delay))) break; - } while (++o < a && (t = n.shift())); - if (((this.active = !1), e)) { - for (; ++o < a && (t = n.shift()); ) t.unsubscribe(); - throw e; + if ((n = t.execute(t.state, t.delay))) break; + } while (++o < a && (t = e.shift())); + if (((this.active = !1), n)) { + for (; ++o < a && (t = e.shift()); ) t.unsubscribe(); + throw n; } }), - e + n ); })(Ef))(qy), Yy = 1, Wy = {}, Gy = (function(t) { - function e(e, n) { - var o = t.call(this, e, n) || this; - return (o.scheduler = e), (o.work = n), o; + function n(n, e) { + var o = t.call(this, n, e) || this; + return (o.scheduler = n), (o.work = e), o; } return ( - o.__extends(e, t), - (e.prototype.requestAsyncId = function(e, n, o) { + o.__extends(n, t), + (n.prototype.requestAsyncId = function(n, e, o) { return ( void 0 === o && (o = 0), null !== o && o > 0 - ? t.prototype.requestAsyncId.call(this, e, n, o) - : (e.actions.push(this), - e.scheduled || - (e.scheduled = - ((a = e.flush.bind(e, null)), + ? t.prototype.requestAsyncId.call(this, n, e, o) + : (n.actions.push(this), + n.scheduled || + (n.scheduled = + ((a = n.flush.bind(n, null)), (r = Yy++), (Wy[r] = a), Promise.resolve().then(function() { return (function(t) { - var e = Wy[t]; - e && e(); + var n = Wy[t]; + n && n(); })(r); }), r))) ); var a, r; }), - (e.prototype.recycleAsyncId = function(e, n, o) { + (n.prototype.recycleAsyncId = function(n, e, o) { if ( (void 0 === o && (o = 0), (null !== o && o > 0) || (null === o && this.delay > 0)) ) - return t.prototype.recycleAsyncId.call(this, e, n, o); - 0 === e.actions.length && (delete Wy[n], (e.scheduled = void 0)); + return t.prototype.recycleAsyncId.call(this, n, e, o); + 0 === n.actions.length && (delete Wy[e], (n.scheduled = void 0)); }), - e + n ); })(wf), Zy = new ((function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - o.__extends(e, t), - (e.prototype.flush = function(t) { + o.__extends(n, t), + (n.prototype.flush = function(t) { (this.active = !0), (this.scheduled = void 0); - var e, - n = this.actions, + var n, + e = this.actions, o = -1, - a = n.length; - t = t || n.shift(); + a = e.length; + t = t || e.shift(); do { - if ((e = t.execute(t.state, t.delay))) break; - } while (++o < a && (t = n.shift())); - if (((this.active = !1), e)) { - for (; ++o < a && (t = n.shift()); ) t.unsubscribe(); - throw e; + if ((n = t.execute(t.state, t.delay))) break; + } while (++o < a && (t = e.shift())); + if (((this.active = !1), n)) { + for (; ++o < a && (t = e.shift()); ) t.unsubscribe(); + throw n; } }), - e + n ); })(Ef))(Gy), Qy = (function() { - function t(t, e) { - (this.compare = t), (this.keySelector = e); + function t(t, n) { + (this.compare = t), (this.keySelector = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new Xy(t, this.compare, this.keySelector)); + (t.prototype.call = function(t, n) { + return n.subscribe(new Xy(t, this.compare, this.keySelector)); }), t ); })(), Xy = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; + function n(n, e, o) { + var a = t.call(this, n) || this; return ( (a.keySelector = o), (a.hasKey = !1), - "function" == typeof n && (a.compare = n), + "function" == typeof e && (a.compare = e), a ); } return ( - o.__extends(e, t), - (e.prototype.compare = function(t, e) { - return t === e; + o.__extends(n, t), + (n.prototype.compare = function(t, n) { + return t === n; }), - (e.prototype._next = function(t) { - var e; + (n.prototype._next = function(t) { + var n; try { - var n = this.keySelector; - e = n ? n(t) : t; + var e = this.keySelector; + n = e ? e(t) : t; } catch (a) { return this.destination.error(a); } var o = !1; if (this.hasKey) try { - o = (0, this.compare)(this.key, e); + o = (0, this.compare)(this.key, n); } catch (a) { return this.destination.error(a); } else this.hasKey = !0; - o || ((this.key = e), this.destination.next(t)); + o || ((this.key = n), this.destination.next(t)); }), - e + n ); })(h), Jy = (function() { @@ -29669,94 +29666,94 @@ this.durationSelector = t; } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new $y(t, this.durationSelector)); + (t.prototype.call = function(t, n) { + return n.subscribe(new $y(t, this.durationSelector)); }), t ); })(), $y = (function(t) { - function e(e, n) { - var o = t.call(this, e) || this; - return (o.durationSelector = n), (o.hasValue = !1), o; + function n(n, e) { + var o = t.call(this, n) || this; + return (o.durationSelector = e), (o.hasValue = !1), o; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { if (((this.value = t), (this.hasValue = !0), !this.throttled)) { - var e = void 0; + var n = void 0; try { - e = (0, this.durationSelector)(t); + n = (0, this.durationSelector)(t); } catch (o) { return this.destination.error(o); } - var n = V(this, e); - !n || n.closed + var e = V(this, n); + !e || e.closed ? this.clearThrottle() - : this.add((this.throttled = n)); + : this.add((this.throttled = e)); } }), - (e.prototype.clearThrottle = function() { + (n.prototype.clearThrottle = function() { var t = this.value, - e = this.hasValue, - n = this.throttled; - n && (this.remove(n), (this.throttled = null), n.unsubscribe()), - e && + n = this.hasValue, + e = this.throttled; + e && (this.remove(e), (this.throttled = null), e.unsubscribe()), + n && ((this.value = null), (this.hasValue = !1), this.destination.next(t)); }), - (e.prototype.notifyNext = function(t, e, n, o) { + (n.prototype.notifyNext = function(t, n, e, o) { this.clearThrottle(); }), - (e.prototype.notifyComplete = function() { + (n.prototype.notifyComplete = function() { this.clearThrottle(); }), - e + n ); })(H); function tC(t) { return !a(t) && t - parseFloat(t) + 1 >= 0; } - function eC(t) { - var e = t.index, - n = t.period, + function nC(t) { + var n = t.index, + e = t.period, o = t.subscriber; - if ((o.next(e), !o.closed)) { - if (-1 === n) return o.complete(); - (t.index = e + 1), this.schedule(t, n); + if ((o.next(n), !o.closed)) { + if (-1 === e) return o.complete(); + (t.index = n + 1), this.schedule(t, e); } } - function nC(t, e) { + function eC(t, n) { return ( - void 0 === e && (e = If), - (n = function() { - return (function(t, e, n) { + void 0 === n && (n = If), + (e = function() { + return (function(t, n, e) { void 0 === t && (t = 0); var o = -1; return ( - tC(e) ? (o = Number(e) < 1 ? 1 : Number(e)) : I(e) && (n = e), - I(n) || (n = If), - new O(function(e) { - var a = tC(t) ? t : +t - n.now(); - return n.schedule(eC, a, { + tC(n) ? (o = Number(n) < 1 ? 1 : Number(n)) : I(n) && (e = n), + I(e) || (e = If), + new O(function(n) { + var a = tC(t) ? t : +t - e.now(); + return e.schedule(nC, a, { index: 0, period: o, - subscriber: e + subscriber: n }); }) ); - })(t, e); + })(t, n); }), function(t) { - return t.lift(new Jy(n)); + return t.lift(new Jy(e)); } ); - var n; + var e; } function oC(t) { - return function(e) { - return e.lift(new rC(t)); + return function(n) { + return n.lift(new rC(t)); }; } var aC, @@ -29765,99 +29762,99 @@ this.notifier = t; } return ( - (t.prototype.call = function(t, e) { - var n = new iC(t), - o = V(n, this.notifier); - return o && !n.seenValue ? (n.add(o), e.subscribe(n)) : n; + (t.prototype.call = function(t, n) { + var e = new iC(t), + o = V(e, this.notifier); + return o && !e.seenValue ? (e.add(o), n.subscribe(e)) : e; }), t ); })(), iC = (function(t) { - function e(e) { - var n = t.call(this, e) || this; - return (n.seenValue = !1), n; + function n(n) { + var e = t.call(this, n) || this; + return (e.seenValue = !1), e; } return ( - o.__extends(e, t), - (e.prototype.notifyNext = function(t, e, n, o, a) { + o.__extends(n, t), + (n.prototype.notifyNext = function(t, n, e, o, a) { (this.seenValue = !0), this.complete(); }), - (e.prototype.notifyComplete = function() {}), - e + (n.prototype.notifyComplete = function() {}), + n ); })(H), lC = (function() { function t() {} return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new sC(t)); + (t.prototype.call = function(t, n) { + return n.subscribe(new sC(t)); }), t ); })(), sC = (function(t) { - function e(e) { - var n = t.call(this, e) || this; - return (n.hasPrev = !1), n; + function n(n) { + var e = t.call(this, n) || this; + return (e.hasPrev = !1), e; } return ( - o.__extends(e, t), - (e.prototype._next = function(t) { + o.__extends(n, t), + (n.prototype._next = function(t) { this.hasPrev ? this.destination.next([this.prev, t]) : (this.hasPrev = !0), (this.prev = t); }), - e + n ); })(h), cC = (function(t) { - function e(e, n) { - var o = t.call(this, e, n) || this; - return (o.scheduler = e), (o.work = n), o; + function n(n, e) { + var o = t.call(this, n, e) || this; + return (o.scheduler = n), (o.work = e), o; } return ( - o.__extends(e, t), - (e.prototype.schedule = function(e, n) { + o.__extends(n, t), + (n.prototype.schedule = function(n, e) { return ( - void 0 === n && (n = 0), - n > 0 - ? t.prototype.schedule.call(this, e, n) - : ((this.delay = n), - (this.state = e), + void 0 === e && (e = 0), + e > 0 + ? t.prototype.schedule.call(this, n, e) + : ((this.delay = e), + (this.state = n), this.scheduler.flush(this), this) ); }), - (e.prototype.execute = function(e, n) { - return n > 0 || this.closed - ? t.prototype.execute.call(this, e, n) - : this._execute(e, n); + (n.prototype.execute = function(n, e) { + return e > 0 || this.closed + ? t.prototype.execute.call(this, n, e) + : this._execute(n, e); }), - (e.prototype.requestAsyncId = function(e, n, o) { + (n.prototype.requestAsyncId = function(n, e, o) { return ( void 0 === o && (o = 0), (null !== o && o > 0) || (null === o && this.delay > 0) - ? t.prototype.requestAsyncId.call(this, e, n, o) - : e.flush(this) + ? t.prototype.requestAsyncId.call(this, n, e, o) + : n.flush(this) ); }), - e + n ); })(wf), uC = new ((function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Ef))(cC); aC || (aC = {}); var dC = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.kind = t), - (this.value = e), - (this.error = n), + (this.value = n), + (this.error = e), (this.hasValue = "N" === t); } return ( @@ -29871,20 +29868,20 @@ return t.complete && t.complete(); } }), - (t.prototype.do = function(t, e, n) { + (t.prototype.do = function(t, n, e) { switch (this.kind) { case "N": return t && t(this.value); case "E": - return e && e(this.error); + return n && n(this.error); case "C": - return n && n(); + return e && e(); } }), - (t.prototype.accept = function(t, e, n) { + (t.prototype.accept = function(t, n, e) { return t && "function" == typeof t.next ? this.observe(t) - : this.do(t, e, n); + : this.do(t, n, e); }), (t.prototype.toObservable = function() { switch (this.kind) { @@ -29897,13 +29894,13 @@ } throw new Error("unexpected notification kind value"); }), - (t.createNext = function(e) { - return void 0 !== e - ? new t("N", e) + (t.createNext = function(n) { + return void 0 !== n + ? new t("N", n) : t.undefinedValueNotification; }), - (t.createError = function(e) { - return new t("E", void 0, e); + (t.createError = function(n) { + return new t("E", void 0, n); }), (t.createComplete = function() { return t.completeNotification; @@ -29914,54 +29911,54 @@ ); })(), pC = (function(t) { - function e(e, n, o) { + function n(n, e, o) { void 0 === o && (o = 0); - var a = t.call(this, e) || this; - return (a.scheduler = n), (a.delay = o), a; + var a = t.call(this, n) || this; + return (a.scheduler = e), (a.delay = o), a; } return ( - o.__extends(e, t), - (e.dispatch = function(t) { + o.__extends(n, t), + (n.dispatch = function(t) { t.notification.observe(t.destination), this.unsubscribe(); }), - (e.prototype.scheduleMessage = function(t) { + (n.prototype.scheduleMessage = function(t) { this.destination.add( this.scheduler.schedule( - e.dispatch, + n.dispatch, this.delay, new mC(t, this.destination) ) ); }), - (e.prototype._next = function(t) { + (n.prototype._next = function(t) { this.scheduleMessage(dC.createNext(t)); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { this.scheduleMessage(dC.createError(t)), this.unsubscribe(); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.scheduleMessage(dC.createComplete()), this.unsubscribe(); }), - e + n ); })(h), mC = (function() { - return function(t, e) { - (this.notification = t), (this.destination = e); + return function(t, n) { + (this.notification = t), (this.destination = n); }; })(), gC = (function(t) { - function e(e, n, o) { - void 0 === e && (e = Number.POSITIVE_INFINITY), - void 0 === n && (n = Number.POSITIVE_INFINITY); + function n(n, e, o) { + void 0 === n && (n = Number.POSITIVE_INFINITY), + void 0 === e && (e = Number.POSITIVE_INFINITY); var a = t.call(this) || this; return ( (a.scheduler = o), (a._events = []), (a._infiniteTimeWindow = !1), - (a._bufferSize = e < 1 ? 1 : e), - (a._windowTime = n < 1 ? 1 : n), - n === Number.POSITIVE_INFINITY + (a._bufferSize = n < 1 ? 1 : n), + (a._windowTime = e < 1 ? 1 : e), + e === Number.POSITIVE_INFINITY ? ((a._infiniteTimeWindow = !0), (a.next = a.nextInfiniteTimeWindow)) : (a.next = a.nextTimeWindow), @@ -29969,31 +29966,31 @@ ); } return ( - o.__extends(e, t), - (e.prototype.nextInfiniteTimeWindow = function(e) { - var n = this._events; - n.push(e), - n.length > this._bufferSize && n.shift(), - t.prototype.next.call(this, e); - }), - (e.prototype.nextTimeWindow = function(e) { - this._events.push(new fC(this._getNow(), e)), + o.__extends(n, t), + (n.prototype.nextInfiniteTimeWindow = function(n) { + var e = this._events; + e.push(n), + e.length > this._bufferSize && e.shift(), + t.prototype.next.call(this, n); + }), + (n.prototype.nextTimeWindow = function(n) { + this._events.push(new fC(this._getNow(), n)), this._trimBufferThenGetEvents(), - t.prototype.next.call(this, e); + t.prototype.next.call(this, n); }), - (e.prototype._subscribe = function(t) { - var e, - n = this._infiniteTimeWindow, - o = n ? this._events : this._trimBufferThenGetEvents(), + (n.prototype._subscribe = function(t) { + var n, + e = this._infiniteTimeWindow, + o = e ? this._events : this._trimBufferThenGetEvents(), a = this.scheduler, r = o.length; if (this.closed) throw new x(); if ( (this.isStopped || this.hasError - ? (e = c.EMPTY) - : (this.observers.push(t), (e = new k(this, t))), + ? (n = c.EMPTY) + : (this.observers.push(t), (n = new k(this, t))), a && t.add((t = new pC(t, a))), - n) + e) ) for (var i = 0; i < r && !t.closed; i++) t.next(o[i]); else for (i = 0; i < r && !t.closed; i++) t.next(o[i].value); @@ -30001,48 +29998,48 @@ this.hasError ? t.error(this.thrownError) : this.isStopped && t.complete(), - e + n ); }), - (e.prototype._getNow = function() { + (n.prototype._getNow = function() { return (this.scheduler || uC).now(); }), - (e.prototype._trimBufferThenGetEvents = function() { + (n.prototype._trimBufferThenGetEvents = function() { for ( var t = this._getNow(), - e = this._bufferSize, - n = this._windowTime, + n = this._bufferSize, + e = this._windowTime, o = this._events, a = o.length, r = 0; - r < a && !(t - o[r].time < n); + r < a && !(t - o[r].time < e); ) r++; return ( - a > e && (r = Math.max(r, a - e)), r > 0 && o.splice(0, r), o + a > n && (r = Math.max(r, a - n)), r > 0 && o.splice(0, r), o ); }), - e + n ); })(S), fC = (function() { - return function(t, e) { - (this.time = t), (this.value = e); + return function(t, n) { + (this.time = t), (this.value = n); }; })(), hC = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n._data = e), n; + function n(n) { + var e = t.call(this) || this; + return (e._data = n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.connect = function() { + Object(o.__extends)(n, t), + (n.prototype.connect = function() { return this._data instanceof O ? this._data : Wl(this._data); }), - (e.prototype.disconnect = function() {}), - e + (n.prototype.disconnect = function() {}), + n ); })( (function() { @@ -30050,24 +30047,24 @@ })() ), bC = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; void 0 === t && (t = !1), - void 0 === n && (n = !0), + void 0 === e && (e = !0), (this._multiple = t), - (this._emitChanges = n), + (this._emitChanges = e), (this._selection = new Set()), (this._deselectedToEmit = []), (this._selectedToEmit = []), (this.changed = new S()), (this.onChange = this.changed), - e && - e.length && + n && + n.length && (t - ? e.forEach(function(t) { + ? n.forEach(function(t) { return o._markSelected(t); }) - : this._markSelected(e[0]), + : this._markSelected(n[0]), (this._selectedToEmit.length = 0)); } return ( @@ -30083,20 +30080,20 @@ configurable: !0 }), (t.prototype.select = function() { - for (var t = this, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - this._verifyValueAssignment(e), - e.forEach(function(e) { - return t._markSelected(e); + for (var t = this, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + this._verifyValueAssignment(n), + n.forEach(function(n) { + return t._markSelected(n); }), this._emitChangeEvent(); }), (t.prototype.deselect = function() { - for (var t = this, e = [], n = 0; n < arguments.length; n++) - e[n] = arguments[n]; - this._verifyValueAssignment(e), - e.forEach(function(e) { - return t._unmarkSelected(e); + for (var t = this, n = [], e = 0; e < arguments.length; e++) + n[e] = arguments[e]; + this._verifyValueAssignment(n), + n.forEach(function(n) { + return t._unmarkSelected(n); }), this._emitChangeEvent(); }), @@ -30147,8 +30144,8 @@ (t.prototype._unmarkAll = function() { var t = this; this.isEmpty() || - this._selection.forEach(function(e) { - return t._unmarkSelected(e); + this._selection.forEach(function(n) { + return t._unmarkSelected(n); }); }), (t.prototype._verifyValueAssignment = function(t) { @@ -30162,7 +30159,7 @@ })(), _C = new Ut("VIRTUAL_SCROLL_STRATEGY"), yC = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._scrolledIndexChange = new S()), (this.scrolledIndexChange = this._scrolledIndexChange.pipe( function(t) { @@ -30171,8 +30168,8 @@ )), (this._viewport = null), (this._itemSize = t), - (this._minBufferPx = e), - (this._maxBufferPx = n); + (this._minBufferPx = n), + (this._maxBufferPx = e); } return ( (t.prototype.attach = function(t) { @@ -30183,14 +30180,14 @@ (t.prototype.detach = function() { this._scrolledIndexChange.complete(), (this._viewport = null); }), - (t.prototype.updateItemAndBufferSize = function(t, e, n) { - if (n < e) + (t.prototype.updateItemAndBufferSize = function(t, n, e) { + if (e < n) throw Error( "CDK virtual scroll: maxBufferPx must be greater than or equal to minBufferPx" ); (this._itemSize = t), - (this._minBufferPx = e), - (this._maxBufferPx = n), + (this._minBufferPx = n), + (this._maxBufferPx = e), this._updateTotalContentSize(), this._updateRenderedRange(); }), @@ -30202,9 +30199,9 @@ }), (t.prototype.onContentRendered = function() {}), (t.prototype.onRenderedOffsetChanged = function() {}), - (t.prototype.scrollToIndex = function(t, e) { + (t.prototype.scrollToIndex = function(t, n) { this._viewport && - this._viewport.scrollToOffset(t * this._itemSize, e); + this._viewport.scrollToOffset(t * this._itemSize, n); }), (t.prototype._updateTotalContentSize = function() { this._viewport && @@ -30215,9 +30212,9 @@ (t.prototype._updateRenderedRange = function() { if (this._viewport) { var t = this._viewport.measureScrollOffset(), - e = t / this._itemSize, - n = this._viewport.getRenderedRange(), - o = { start: n.start, end: n.end }, + n = t / this._itemSize, + e = this._viewport.getRenderedRange(), + o = { start: e.start, end: e.end }, a = this._viewport.getViewportSize(), r = this._viewport.getDataLength(), i = t - o.start * this._itemSize; @@ -30226,7 +30223,7 @@ (o.start = Math.max(0, o.start - l)), (o.end = Math.min( r, - Math.ceil(e + (a + this._minBufferPx) / this._itemSize) + Math.ceil(n + (a + this._minBufferPx) / this._itemSize) )); } else { var s = o.end * this._itemSize - (t + a); @@ -30236,7 +30233,7 @@ ((o.end = Math.min(r, o.end + c)), (o.start = Math.max( 0, - Math.floor(e - this._minBufferPx / this._itemSize) + Math.floor(n - this._minBufferPx / this._itemSize) ))); } } @@ -30244,7 +30241,7 @@ this._viewport.setRenderedContentOffset( this._itemSize * o.start ), - this._scrolledIndexChange.next(Math.floor(e)); + this._scrolledIndexChange.next(Math.floor(n)); } }), t @@ -30306,9 +30303,9 @@ ); })(), OC = (function() { - function t(t, e) { + function t(t, n) { (this._ngZone = t), - (this._platform = e), + (this._platform = n), (this._scrolled = new S()), (this._globalSubscription = null), (this._scrolledCount = 0), @@ -30316,36 +30313,36 @@ } return ( (t.prototype.register = function(t) { - var e = this; + var n = this; this.scrollContainers.has(t) || this.scrollContainers.set( t, t.elementScrolled().subscribe(function() { - return e._scrolled.next(t); + return n._scrolled.next(t); }) ); }), (t.prototype.deregister = function(t) { - var e = this.scrollContainers.get(t); - e && (e.unsubscribe(), this.scrollContainers.delete(t)); + var n = this.scrollContainers.get(t); + n && (n.unsubscribe(), this.scrollContainers.delete(t)); }), (t.prototype.scrolled = function(t) { - var e = this; + var n = this; return ( void 0 === t && (t = 20), this._platform.isBrowser - ? new O(function(n) { - e._globalSubscription || e._addGlobalListener(); + ? new O(function(e) { + n._globalSubscription || n._addGlobalListener(); var o = t > 0 - ? e._scrolled.pipe(nC(t)).subscribe(n) - : e._scrolled.subscribe(n); + ? n._scrolled.pipe(eC(t)).subscribe(e) + : n._scrolled.subscribe(e); return ( - e._scrolledCount++, + n._scrolledCount++, function() { o.unsubscribe(), - e._scrolledCount--, - e._scrolledCount || e._removeGlobalListener(); + n._scrolledCount--, + n._scrolledCount || n._removeGlobalListener(); } ); }) @@ -30355,35 +30352,35 @@ (t.prototype.ngOnDestroy = function() { var t = this; this._removeGlobalListener(), - this.scrollContainers.forEach(function(e, n) { - return t.deregister(n); + this.scrollContainers.forEach(function(n, e) { + return t.deregister(e); }), this._scrolled.complete(); }), - (t.prototype.ancestorScrolled = function(t, e) { - var n = this.getAncestorScrollContainers(t); - return this.scrolled(e).pipe( + (t.prototype.ancestorScrolled = function(t, n) { + var e = this.getAncestorScrollContainers(t); + return this.scrolled(n).pipe( Zl(function(t) { - return !t || n.indexOf(t) > -1; + return !t || e.indexOf(t) > -1; }) ); }), (t.prototype.getAncestorScrollContainers = function(t) { - var e = this, - n = []; + var n = this, + e = []; return ( this.scrollContainers.forEach(function(o, a) { - e._scrollableContainsElement(a, t) && n.push(a); + n._scrollableContainsElement(a, t) && e.push(a); }), - n + e ); }), - (t.prototype._scrollableContainsElement = function(t, e) { - var n = e.nativeElement, + (t.prototype._scrollableContainsElement = function(t, n) { + var e = n.nativeElement, o = t.getElementRef().nativeElement; do { - if (n == o) return !0; - } while ((n = n.parentElement)); + if (e == o) return !0; + } while ((e = e.parentElement)); return !1; }), (t.prototype._addGlobalListener = function() { @@ -30412,11 +30409,11 @@ ); })(), PC = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a = this; (this.elementRef = t), - (this.scrollDispatcher = e), - (this.ngZone = n), + (this.scrollDispatcher = n), + (this.ngZone = e), (this.dir = o), (this._destroyed = new S()), (this._elementScrolled = new O(function(t) { @@ -30443,52 +30440,52 @@ return this.elementRef; }), (t.prototype.scrollTo = function(t) { - var e = this.elementRef.nativeElement, - n = this.dir && "rtl" == this.dir.value; - (t.left = null == t.left ? (n ? t.end : t.start) : t.left), - (t.right = null == t.right ? (n ? t.start : t.end) : t.right), + var n = this.elementRef.nativeElement, + e = this.dir && "rtl" == this.dir.value; + (t.left = null == t.left ? (e ? t.end : t.start) : t.left), + (t.right = null == t.right ? (e ? t.start : t.end) : t.right), null != t.bottom && - (t.top = e.scrollHeight - e.clientHeight - t.bottom), - n && Of() != vf.NORMAL + (t.top = n.scrollHeight - n.clientHeight - t.bottom), + e && Of() != vf.NORMAL ? (null != t.left && - (t.right = e.scrollWidth - e.clientWidth - t.left), + (t.right = n.scrollWidth - n.clientWidth - t.left), Of() == vf.INVERTED ? (t.left = t.right) : Of() == vf.NEGATED && (t.left = t.right ? -t.right : t.right)) : null != t.right && - (t.left = e.scrollWidth - e.clientWidth - t.right), + (t.left = n.scrollWidth - n.clientWidth - t.right), this._applyScrollToOptions(t); }), (t.prototype._applyScrollToOptions = function(t) { - var e = this.elementRef.nativeElement; + var n = this.elementRef.nativeElement; "object" == typeof document && "scrollBehavior" in document.documentElement.style - ? e.scrollTo(t) - : (null != t.top && (e.scrollTop = t.top), - null != t.left && (e.scrollLeft = t.left)); + ? n.scrollTo(t) + : (null != t.top && (n.scrollTop = t.top), + null != t.left && (n.scrollLeft = t.left)); }), (t.prototype.measureScrollOffset = function(t) { - var e = this.elementRef.nativeElement; - if ("top" == t) return e.scrollTop; + var n = this.elementRef.nativeElement; + if ("top" == t) return n.scrollTop; if ("bottom" == t) - return e.scrollHeight - e.clientHeight - e.scrollTop; - var n = this.dir && "rtl" == this.dir.value; + return n.scrollHeight - n.clientHeight - n.scrollTop; + var e = this.dir && "rtl" == this.dir.value; return ( "start" == t - ? (t = n ? "right" : "left") - : "end" == t && (t = n ? "left" : "right"), - n && Of() == vf.INVERTED + ? (t = e ? "right" : "left") + : "end" == t && (t = e ? "left" : "right"), + e && Of() == vf.INVERTED ? "left" == t - ? e.scrollWidth - e.clientWidth - e.scrollLeft - : e.scrollLeft - : n && Of() == vf.NEGATED + ? n.scrollWidth - n.clientWidth - n.scrollLeft + : n.scrollLeft + : e && Of() == vf.NEGATED ? "left" == t - ? e.scrollLeft + e.scrollWidth - e.clientWidth - : -e.scrollLeft + ? n.scrollLeft + n.scrollWidth - n.clientWidth + : -n.scrollLeft : "left" == t - ? e.scrollLeft - : e.scrollWidth - e.clientWidth - e.scrollLeft + ? n.scrollLeft + : n.scrollWidth - n.clientWidth - n.scrollLeft ); }), t @@ -30496,22 +30493,22 @@ })(), MC = "undefined" != typeof requestAnimationFrame ? Ky : Zy, xC = (function(t) { - function e(e, n, o, a, r, i) { - var l = t.call(this, e, i, o, r) || this; + function n(n, e, o, a, r, i) { + var l = t.call(this, n, i, o, r) || this; if ( - ((l.elementRef = e), - (l._changeDetectorRef = n), + ((l.elementRef = n), + (l._changeDetectorRef = e), (l._scrollStrategy = a), (l._detachedSubject = new S()), (l._renderedRangeSubject = new S()), (l.orientation = "vertical"), (l.scrolledIndexChange = new O(function(t) { return l._scrollStrategy.scrolledIndexChange.subscribe(function( - e + n ) { return Promise.resolve().then(function() { return l.ngZone.run(function() { - return t.next(e); + return t.next(n); }); }); }); @@ -30534,64 +30531,64 @@ return l; } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnInit = function() { - var e = this; + Object(o.__extends)(n, t), + (n.prototype.ngOnInit = function() { + var n = this; t.prototype.ngOnInit.call(this), this.ngZone.runOutsideAngular(function() { return Promise.resolve().then(function() { - e._measureViewportSize(), - e._scrollStrategy.attach(e), - e + n._measureViewportSize(), + n._scrollStrategy.attach(n), + n .elementScrolled() .pipe( - eu(null), - nC(0, MC) + nu(null), + eC(0, MC) ) .subscribe(function() { - return e._scrollStrategy.onContentScrolled(); + return n._scrollStrategy.onContentScrolled(); }), - e._markChangeDetectionNeeded(); + n._markChangeDetectionNeeded(); }); }); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this.detach(), this._scrollStrategy.detach(), this._renderedRangeSubject.complete(), this._detachedSubject.complete(), t.prototype.ngOnDestroy.call(this); }), - (e.prototype.attach = function(t) { - var e = this; + (n.prototype.attach = function(t) { + var n = this; if (this._forOf) throw Error("CdkVirtualScrollViewport is already attached."); this.ngZone.runOutsideAngular(function() { - (e._forOf = t), - e._forOf.dataStream - .pipe(oC(e._detachedSubject)) + (n._forOf = t), + n._forOf.dataStream + .pipe(oC(n._detachedSubject)) .subscribe(function(t) { - var n = t.length; - n !== e._dataLength && - ((e._dataLength = n), - e._scrollStrategy.onDataLengthChanged()), - e._doChangeDetection(); + var e = t.length; + e !== n._dataLength && + ((n._dataLength = e), + n._scrollStrategy.onDataLengthChanged()), + n._doChangeDetection(); }); }); }), - (e.prototype.detach = function() { + (n.prototype.detach = function() { (this._forOf = null), this._detachedSubject.next(); }), - (e.prototype.getDataLength = function() { + (n.prototype.getDataLength = function() { return this._dataLength; }), - (e.prototype.getViewportSize = function() { + (n.prototype.getViewportSize = function() { return this._viewportSize; }), - (e.prototype.getRenderedRange = function() { + (n.prototype.getRenderedRange = function() { return this._renderedRange; }), - (e.prototype.setTotalContentSize = function(t) { + (n.prototype.setTotalContentSize = function(t) { this._totalContentSize !== t && ((this._totalContentSize = t), (this._totalContentSizeTransform = @@ -30602,25 +30599,25 @@ ")"), this._markChangeDetectionNeeded()); }), - (e.prototype.setRenderedRange = function(t) { - var e, - n, + (n.prototype.setRenderedRange = function(t) { + var n, + e, o = this; - ((e = this._renderedRange).start != (n = t).start || - e.end != n.end) && + ((n = this._renderedRange).start != (e = t).start || + n.end != e.end) && (this._renderedRangeSubject.next((this._renderedRange = t)), this._markChangeDetectionNeeded(function() { return o._scrollStrategy.onContentRendered(); })); }), - (e.prototype.getOffsetToRenderedContentStart = function() { + (n.prototype.getOffsetToRenderedContentStart = function() { return this._renderedContentOffsetNeedsRewrite ? null : this._renderedContentOffset; }), - (e.prototype.setRenderedContentOffset = function(t, e) { - var n = this; - void 0 === e && (e = "to-start"); + (n.prototype.setRenderedContentOffset = function(t, n) { + var e = this; + void 0 === n && (n = "to-start"); var o = "horizontal" == this.orientation, a = o ? "X" : "Y", r = @@ -30632,100 +30629,100 @@ ) + "px)"; (this._renderedContentOffset = t), - "to-end" === e && + "to-end" === n && ((r += " translate" + a + "(-100%)"), (this._renderedContentOffsetNeedsRewrite = !0)), this._renderedContentTransform != r && ((this._renderedContentTransform = r), this._markChangeDetectionNeeded(function() { - n._renderedContentOffsetNeedsRewrite - ? ((n._renderedContentOffset -= n.measureRenderedContentSize()), - (n._renderedContentOffsetNeedsRewrite = !1), - n.setRenderedContentOffset(n._renderedContentOffset)) - : n._scrollStrategy.onRenderedOffsetChanged(); + e._renderedContentOffsetNeedsRewrite + ? ((e._renderedContentOffset -= e.measureRenderedContentSize()), + (e._renderedContentOffsetNeedsRewrite = !1), + e.setRenderedContentOffset(e._renderedContentOffset)) + : e._scrollStrategy.onRenderedOffsetChanged(); })); }), - (e.prototype.scrollToOffset = function(t, e) { - void 0 === e && (e = "auto"); - var n = { behavior: e }; - "horizontal" === this.orientation ? (n.start = t) : (n.top = t), - this.scrollTo(n); + (n.prototype.scrollToOffset = function(t, n) { + void 0 === n && (n = "auto"); + var e = { behavior: n }; + "horizontal" === this.orientation ? (e.start = t) : (e.top = t), + this.scrollTo(e); }), - (e.prototype.scrollToIndex = function(t, e) { - void 0 === e && (e = "auto"), - this._scrollStrategy.scrollToIndex(t, e); + (n.prototype.scrollToIndex = function(t, n) { + void 0 === n && (n = "auto"), + this._scrollStrategy.scrollToIndex(t, n); }), - (e.prototype.measureScrollOffset = function(e) { + (n.prototype.measureScrollOffset = function(n) { return t.prototype.measureScrollOffset.call( this, - e || ("horizontal" === this.orientation ? "start" : "top") + n || ("horizontal" === this.orientation ? "start" : "top") ); }), - (e.prototype.measureRenderedContentSize = function() { + (n.prototype.measureRenderedContentSize = function() { var t = this._contentWrapper.nativeElement; return "horizontal" === this.orientation ? t.offsetWidth : t.offsetHeight; }), - (e.prototype.measureRangeSize = function(t) { + (n.prototype.measureRangeSize = function(t) { return this._forOf ? this._forOf.measureRangeSize(t, this.orientation) : 0; }), - (e.prototype.checkViewportSize = function() { + (n.prototype.checkViewportSize = function() { this._measureViewportSize(), this._scrollStrategy.onDataLengthChanged(); }), - (e.prototype._measureViewportSize = function() { + (n.prototype._measureViewportSize = function() { var t = this.elementRef.nativeElement; this._viewportSize = "horizontal" === this.orientation ? t.clientWidth : t.clientHeight; }), - (e.prototype._markChangeDetectionNeeded = function(t) { - var e = this; + (n.prototype._markChangeDetectionNeeded = function(t) { + var n = this; t && this._runAfterChangeDetection.push(t), this._isChangeDetectionPending || ((this._isChangeDetectionPending = !0), this.ngZone.runOutsideAngular(function() { return Promise.resolve().then(function() { - e._doChangeDetection(); + n._doChangeDetection(); }); })); }), - (e.prototype._doChangeDetection = function() { + (n.prototype._doChangeDetection = function() { var t = this; (this._isChangeDetectionPending = !1), this.ngZone.run(function() { return t._changeDetectorRef.markForCheck(); }), (this._contentWrapper.nativeElement.style.transform = this._renderedContentTransform); - var e = this._runAfterChangeDetection; + var n = this._runAfterChangeDetection; this._runAfterChangeDetection = []; - for (var n = 0, o = e; n < o.length; n++) (0, o[n])(); + for (var e = 0, o = n; e < o.length; e++) (0, o[e])(); }), - e + n ); })(PC); - function kC(t, e) { - if (!e.getBoundingClientRect) return 0; - var n = e.getBoundingClientRect(); - return "horizontal" == t ? n.width : n.height; + function kC(t, n) { + if (!n.getBoundingClientRect) return 0; + var e = n.getBoundingClientRect(); + return "horizontal" == t ? e.width : e.height; } var wC = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { var r, i = this; (this._viewContainerRef = t), - (this._template = e), - (this._differs = n), + (this._template = n), + (this._differs = e), (this._viewport = o), (this.viewChange = new S()), (this._dataSourceChanges = new S()), (this.cdkVirtualForTemplateCacheSize = 20), (this.dataStream = this._dataSourceChanges.pipe( - eu(null), + nu(null), function(t) { return t.lift(new lC()); }, @@ -30742,47 +30739,47 @@ function(t) { return t.lift( ((i = - void 0 === (a = (e = r).bufferSize) + void 0 === (a = (n = r).bufferSize) ? Number.POSITIVE_INFINITY : a), (s = - void 0 === (l = e.windowTime) + void 0 === (l = n.windowTime) ? Number.POSITIVE_INFINITY : l), - (c = e.refCount), - (u = e.scheduler), + (c = n.refCount), + (u = n.scheduler), (d = 0), (p = !1), (m = !1), function(t) { d++, - (n && !p) || + (e && !p) || ((p = !1), - (n = new gC(i, s, u)), + (e = new gC(i, s, u)), (o = t.subscribe({ next: function(t) { - n.next(t); + e.next(t); }, error: function(t) { - (p = !0), n.error(t); + (p = !0), e.error(t); }, complete: function() { - (m = !0), n.complete(); + (m = !0), e.complete(); } }))); - var e = n.subscribe(this); + var n = e.subscribe(this); this.add(function() { d--, - e.unsubscribe(), + n.unsubscribe(), o && !m && c && 0 === d && - (o.unsubscribe(), (o = void 0), (n = void 0)); + (o.unsubscribe(), (o = void 0), (e = void 0)); }); }) ); - var e, n, o, a, i, l, s, c, u, d, p, m; + var n, e, o, a, i, l, s, c, u, d, p, m; }) )), (this._differ = null), @@ -30810,14 +30807,14 @@ }, set: function(t) { this._cdkVirtualForOf = t; - var e = (function(t) { + var n = (function(t) { return t && "function" == typeof t.connect; })(t) ? t : new hC( t instanceof O ? t : Array.prototype.slice.call(t || []) ); - this._dataSourceChanges.next(e); + this._dataSourceChanges.next(n); }, enumerable: !0, configurable: !0 @@ -30827,12 +30824,12 @@ return this._cdkVirtualForTrackBy; }, set: function(t) { - var e = this; + var n = this; (this._needsUpdate = !0), (this._cdkVirtualForTrackBy = t - ? function(n, o) { + ? function(e, o) { return t( - n + (e._renderedRange ? e._renderedRange.start : 0), + e + (n._renderedRange ? n._renderedRange.start : 0), o ); } @@ -30848,7 +30845,7 @@ enumerable: !0, configurable: !0 }), - (t.prototype.measureRangeSize = function(t, e) { + (t.prototype.measureRangeSize = function(t, n) { if (t.start >= t.end) return 0; if ( t.start < this._renderedRange.start || @@ -30858,19 +30855,19 @@ "Error: attempted to measure an item that isn't rendered." ); for ( - var n = t.start - this._renderedRange.start, + var e = t.start - this._renderedRange.start, o = 0, a = t.end - t.start; a--; ) for ( - var r = this._viewContainerRef.get(a + n), + var r = this._viewContainerRef.get(a + e), i = r ? r.rootNodes.length : 0; i--; ) - o += kC(e, r.rootNodes[i]); + o += kC(n, r.rootNodes[i]); return o; }), (t.prototype.ngDoCheck = function() { @@ -30887,8 +30884,8 @@ this.viewChange.complete(), this._destroyed.next(), this._destroyed.complete(); - for (var t = 0, e = this._templateCache; t < e.length; t++) - e[t].destroy(); + for (var t = 0, n = this._templateCache; t < n.length; t++) + n[t].destroy(); }), (t.prototype._onRenderedDataChange = function() { this._renderedRange && @@ -30902,50 +30899,50 @@ .create(this.cdkVirtualForTrackBy)), (this._needsUpdate = !0)); }), - (t.prototype._changeDataSource = function(t, e) { + (t.prototype._changeDataSource = function(t, n) { return ( t && t.disconnect(this), (this._needsUpdate = !0), - e ? e.connect(this) : Wl() + n ? n.connect(this) : Wl() ); }), (t.prototype._updateContext = function() { for ( - var t = this._data.length, e = this._viewContainerRef.length; - e--; + var t = this._data.length, n = this._viewContainerRef.length; + n--; ) { - var n = this._viewContainerRef.get(e); - (n.context.index = this._renderedRange.start + e), - (n.context.count = t), - this._updateComputedContextProperties(n.context), - n.detectChanges(); + var e = this._viewContainerRef.get(n); + (e.context.index = this._renderedRange.start + n), + (e.context.count = t), + this._updateComputedContextProperties(e.context), + e.detectChanges(); } }), (t.prototype._applyChanges = function(t) { - var e = this; - t.forEachOperation(function(t, n, o) { + var n = this; + t.forEachOperation(function(t, e, o) { if (null == t.previousIndex) - (a = e._insertViewForNewItem(o)).context.$implicit = t.item; - else if (null == o) e._cacheView(e._detachView(n)); + (a = n._insertViewForNewItem(o)).context.$implicit = t.item; + else if (null == o) n._cacheView(n._detachView(e)); else { - var a = e._viewContainerRef.get(n); - e._viewContainerRef.move(a, o), + var a = n._viewContainerRef.get(e); + n._viewContainerRef.move(a, o), (a.context.$implicit = t.item); } }), t.forEachIdentityChange(function(t) { - e._viewContainerRef.get(t.currentIndex).context.$implicit = + n._viewContainerRef.get(t.currentIndex).context.$implicit = t.item; }); for ( - var n = this._data.length, o = this._viewContainerRef.length; + var e = this._data.length, o = this._viewContainerRef.length; o--; ) { var a = this._viewContainerRef.get(o); (a.context.index = this._renderedRange.start + o), - (a.context.count = n), + (a.context.count = e), this._updateComputedContextProperties(a.context); } }), @@ -30955,8 +30952,8 @@ ) this._templateCache.push(t); else { - var e = this._viewContainerRef.indexOf(t); - -1 === e ? t.destroy() : this._viewContainerRef.remove(e); + var n = this._viewContainerRef.indexOf(t); + -1 === n ? t.destroy() : this._viewContainerRef.remove(n); } }), (t.prototype._insertViewForNewItem = function(t) { @@ -30987,8 +30984,8 @@ ); }), (t.prototype._insertViewFromCache = function(t) { - var e = this._templateCache.pop(); - return e && this._viewContainerRef.insert(e, t), e || null; + var n = this._templateCache.pop(); + return n && this._viewContainerRef.insert(n, t), n || null; }), (t.prototype._detachView = function(t) { return this._viewContainerRef.detach(t); @@ -31003,15 +31000,15 @@ return function() {}; })(), IC = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this._platform = t), - e.runOutsideAngular(function() { - (n._change = t.isBrowser + n.runOutsideAngular(function() { + (e._change = t.isBrowser ? $(Uy(window, "resize"), Uy(window, "orientationchange")) : Wl()), - (n._invalidateCache = n.change().subscribe(function() { - return n._updateViewportSize(); + (e._invalidateCache = e.change().subscribe(function() { + return e._updateViewportSize(); })); }); } @@ -31029,31 +31026,31 @@ }), (t.prototype.getViewportRect = function() { var t = this.getViewportScrollPosition(), - e = this.getViewportSize(), - n = e.width, - o = e.height; + n = this.getViewportSize(), + e = n.width, + o = n.height; return { top: t.top, left: t.left, bottom: t.top + o, - right: t.left + n, + right: t.left + e, height: o, - width: n + width: e }; }), (t.prototype.getViewportScrollPosition = function() { if (!this._platform.isBrowser) return { top: 0, left: 0 }; var t = document.documentElement, - e = t.getBoundingClientRect(); + n = t.getBoundingClientRect(); return { top: - -e.top || + -n.top || document.body.scrollTop || window.scrollY || t.scrollTop || 0, left: - -e.left || + -n.left || document.body.scrollLeft || window.scrollX || t.scrollLeft || @@ -31063,7 +31060,7 @@ (t.prototype.change = function(t) { return ( void 0 === t && (t = 20), - t > 0 ? this._change.pipe(nC(t)) : this._change + t > 0 ? this._change.pipe(eC(t)) : this._change ); }), (t.prototype._updateViewportSize = function() { @@ -31082,11 +31079,11 @@ ); })(), AC = (function() { - function t(t, e) { + function t(t, n) { (this._viewportRuler = t), (this._previousHTMLStyles = { top: "", left: "" }), (this._isEnabled = !1), - (this._document = e); + (this._document = n); } return ( (t.prototype.attach = function() {}), @@ -31105,21 +31102,21 @@ (t.prototype.disable = function() { if (this._isEnabled) { var t = this._document.documentElement, - e = t.style, - n = this._document.body.style, - o = e.scrollBehavior || "", - a = n.scrollBehavior || ""; + n = t.style, + e = this._document.body.style, + o = n.scrollBehavior || "", + a = e.scrollBehavior || ""; (this._isEnabled = !1), - (e.left = this._previousHTMLStyles.left), - (e.top = this._previousHTMLStyles.top), + (n.left = this._previousHTMLStyles.left), + (n.top = this._previousHTMLStyles.top), t.classList.remove("cdk-global-scrollblock"), - (e.scrollBehavior = n.scrollBehavior = "auto"), + (n.scrollBehavior = e.scrollBehavior = "auto"), window.scroll( this._previousScrollPosition.left, this._previousScrollPosition.top ), - (e.scrollBehavior = o), - (n.scrollBehavior = a); + (n.scrollBehavior = o), + (e.scrollBehavior = a); } }), (t.prototype._canBeEnabled = function() { @@ -31131,8 +31128,8 @@ ) return !1; var t = this._document.body, - e = this._viewportRuler.getViewportSize(); - return t.scrollHeight > e.height || t.scrollWidth > e.width; + n = this._viewportRuler.getViewportSize(); + return t.scrollHeight > n.height || t.scrollWidth > n.width; }), t ); @@ -31141,11 +31138,11 @@ return Error("Scroll strategy has already been attached."); } var RC = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a = this; (this._scrollDispatcher = t), - (this._ngZone = e), - (this._viewportRuler = n), + (this._ngZone = n), + (this._viewportRuler = e), (this._config = o), (this._scrollSubscription = null), (this._detach = function() { @@ -31164,19 +31161,19 @@ (t.prototype.enable = function() { var t = this; if (!this._scrollSubscription) { - var e = this._scrollDispatcher.scrolled(0); + var n = this._scrollDispatcher.scrolled(0); this._config && this._config.threshold && this._config.threshold > 1 ? ((this._initialScrollPosition = this._viewportRuler.getViewportScrollPosition().top), - (this._scrollSubscription = e.subscribe(function() { - var e = t._viewportRuler.getViewportScrollPosition().top; - Math.abs(e - t._initialScrollPosition) > + (this._scrollSubscription = n.subscribe(function() { + var n = t._viewportRuler.getViewportScrollPosition().top; + Math.abs(n - t._initialScrollPosition) > t._config.threshold ? t._detach() : t._overlayRef.updatePosition(); }))) - : (this._scrollSubscription = e.subscribe(this._detach)); + : (this._scrollSubscription = n.subscribe(this._detach)); } }), (t.prototype.disable = function() { @@ -31199,31 +31196,31 @@ t ); })(); - function NC(t, e) { - return e.some(function(e) { + function NC(t, n) { + return n.some(function(n) { return ( - t.bottom < e.top || - t.top > e.bottom || - t.right < e.left || - t.left > e.right + t.bottom < n.top || + t.top > n.bottom || + t.right < n.left || + t.left > n.right ); }); } - function zC(t, e) { - return e.some(function(e) { + function zC(t, n) { + return n.some(function(n) { return ( - t.top < e.top || - t.bottom > e.bottom || - t.left < e.left || - t.right > e.right + t.top < n.top || + t.bottom > n.bottom || + t.left < n.left || + t.right > n.right ); }); } var LC = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._scrollDispatcher = t), - (this._viewportRuler = e), - (this._ngZone = n), + (this._viewportRuler = n), + (this._ngZone = e), (this._config = o), (this._scrollSubscription = null); } @@ -31242,11 +31239,11 @@ (t._overlayRef.updatePosition(), t._config && t._config.autoClose) ) { - var e = t._overlayRef.overlayElement.getBoundingClientRect(), - n = t._viewportRuler.getViewportSize(), - o = n.width, - a = n.height; - NC(e, [ + var n = t._overlayRef.overlayElement.getBoundingClientRect(), + e = t._viewportRuler.getViewportSize(), + o = e.width, + a = e.height; + NC(n, [ { width: o, height: a, @@ -31275,11 +31272,11 @@ ); })(), jC = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a = this; (this._scrollDispatcher = t), - (this._viewportRuler = e), - (this._ngZone = n), + (this._viewportRuler = n), + (this._ngZone = e), (this.noop = function() { return new DC(); }), @@ -31317,62 +31314,62 @@ })(), FC = (function() { return function(t) { - var e = this; + var n = this; (this.scrollStrategy = new DC()), (this.panelClass = ""), (this.hasBackdrop = !1), (this.backdropClass = "cdk-overlay-dark-backdrop"), (this.disposeOnNavigation = !1), t && - Object.keys(t).forEach(function(n) { - void 0 !== t[n] && (e[n] = t[n]); + Object.keys(t).forEach(function(e) { + void 0 !== t[e] && (n[e] = t[e]); }); }; })(), BC = (function() { - return function(t, e, n, o, a) { - (this.offsetX = n), + return function(t, n, e, o, a) { + (this.offsetX = e), (this.offsetY = o), (this.panelClass = a), (this.originX = t.originX), (this.originY = t.originY), - (this.overlayX = e.overlayX), - (this.overlayY = e.overlayY); + (this.overlayX = n.overlayX), + (this.overlayY = n.overlayY); }; })(), VC = (function() { - return function(t, e) { - (this.connectionPair = t), (this.scrollableViewProperties = e); + return function(t, n) { + (this.connectionPair = t), (this.scrollableViewProperties = n); }; })(); - function HC(t, e) { - if ("top" !== e && "bottom" !== e && "center" !== e) + function HC(t, n) { + if ("top" !== n && "bottom" !== n && "center" !== n) throw Error( "ConnectedPosition: Invalid " + t + ' "' + - e + + n + '". Expected "top", "bottom" or "center".' ); } - function UC(t, e) { - if ("start" !== e && "end" !== e && "center" !== e) + function UC(t, n) { + if ("start" !== n && "end" !== n && "center" !== n) throw Error( "ConnectedPosition: Invalid " + t + ' "' + - e + + n + '". Expected "start", "end" or "center".' ); } var qC = (function() { function t(t) { - var e = this; + var n = this; (this._attachedOverlays = []), (this._keydownListener = function(t) { - for (var n = e._attachedOverlays, o = n.length - 1; o > -1; o--) - if (n[o]._keydownEventSubscriptions > 0) { - n[o]._keydownEvents.next(t); + for (var e = n._attachedOverlays, o = e.length - 1; o > -1; o--) + if (e[o]._keydownEventSubscriptions > 0) { + e[o]._keydownEvents.next(t); break; } }), @@ -31393,8 +31390,8 @@ this._attachedOverlays.push(t); }), (t.prototype.remove = function(t) { - var e = this._attachedOverlays.indexOf(t); - e > -1 && this._attachedOverlays.splice(e, 1), + var n = this._attachedOverlays.indexOf(t); + n > -1 && this._attachedOverlays.splice(n, 1), 0 === this._attachedOverlays.length && this._detach(); }), (t.prototype._detach = function() { @@ -31450,11 +31447,11 @@ ); })(), YC = (function() { - function t(t, e, n, o, a, r, i, l) { + function t(t, n, e, o, a, r, i, l) { var s = this; (this._portalOutlet = t), - (this._host = e), - (this._pane = n), + (this._host = n), + (this._pane = e), (this._config = o), (this._ngZone = a), (this._keyboardDispatcher = r), @@ -31466,11 +31463,11 @@ (this._detachments = new S()), (this._locationChanges = c.EMPTY), (this._keydownEventsObservable = new O(function(t) { - var e = s._keydownEvents.subscribe(t); + var n = s._keydownEvents.subscribe(t); return ( s._keydownEventSubscriptions++, function() { - e.unsubscribe(), s._keydownEventSubscriptions--; + n.unsubscribe(), s._keydownEventSubscriptions--; } ); })), @@ -31504,8 +31501,8 @@ configurable: !0 }), (t.prototype.attach = function(t) { - var e = this, - n = this._portalOutlet.attach(t); + var n = this, + e = this._portalOutlet.attach(t); return ( this._positionStrategy && this._positionStrategy.attach(this), !this._host.parentElement && @@ -31519,7 +31516,7 @@ .asObservable() .pipe(Yc(1)) .subscribe(function() { - e.hasAttached() && e.updatePosition(); + n.hasAttached() && n.updatePosition(); }), this._togglePointerEvents(!0), this._config.hasBackdrop && this._attachBackdrop(), @@ -31530,9 +31527,9 @@ this._config.disposeOnNavigation && this._location && (this._locationChanges = this._location.subscribe(function() { - return e.dispose(); + return n.dispose(); })), - n + e ); }), (t.prototype.detach = function() { @@ -31654,8 +31651,8 @@ this._backdropElement, this._host ), - this._backdropElement.addEventListener("click", function(e) { - return t._backdropClick.next(e); + this._backdropElement.addEventListener("click", function(n) { + return t._backdropClick.next(n); }), "undefined" != typeof requestAnimationFrame ? this._ngZone.runOutsideAngular(function() { @@ -31676,36 +31673,36 @@ }), (t.prototype.detachBackdrop = function() { var t = this, - e = this._backdropElement; - if (e) { - var n, + n = this._backdropElement; + if (n) { + var e, o = function() { - e && e.parentNode && e.parentNode.removeChild(e), - t._backdropElement == e && (t._backdropElement = null), + n && n.parentNode && n.parentNode.removeChild(n), + t._backdropElement == n && (t._backdropElement = null), t._config.backdropClass && - t._toggleClasses(e, t._config.backdropClass, !1), - clearTimeout(n); + t._toggleClasses(n, t._config.backdropClass, !1), + clearTimeout(e); }; - e.classList.remove("cdk-overlay-backdrop-showing"), + n.classList.remove("cdk-overlay-backdrop-showing"), this._ngZone.runOutsideAngular(function() { - e.addEventListener("transitionend", o); + n.addEventListener("transitionend", o); }), - (e.style.pointerEvents = "none"), - (n = this._ngZone.runOutsideAngular(function() { + (n.style.pointerEvents = "none"), + (e = this._ngZone.runOutsideAngular(function() { return setTimeout(o, 500); })); } }), - (t.prototype._toggleClasses = function(t, e, n) { + (t.prototype._toggleClasses = function(t, n, e) { var o = t.classList; - uf(e).forEach(function(t) { - n ? o.add(t) : o.remove(t); + uf(n).forEach(function(t) { + e ? o.add(t) : o.remove(t); }); }), (t.prototype._detachContentWhenStable = function() { var t = this; this._ngZone.runOutsideAngular(function() { - var e = t._ngZone.onStable + var n = t._ngZone.onStable .asObservable() .pipe(oC($(t._attachments, t._detachments))) .subscribe(function() { @@ -31717,7 +31714,7 @@ t._host.parentElement && ((t._previousHostParent = t._host.parentElement), t._previousHostParent.removeChild(t._host)), - e.unsubscribe()); + n.unsubscribe()); }); }); }), @@ -31729,9 +31726,9 @@ ); })(), WC = (function() { - function t(t, e, n, o, a) { - (this._viewportRuler = e), - (this._document = n), + function t(t, n, e, o, a) { + (this._viewportRuler = n), + (this._document = e), (this._platform = o), (this._overlayContainer = a), (this._lastBoundingBoxSize = { width: 0, height: 0 }), @@ -31760,7 +31757,7 @@ configurable: !0 }), (t.prototype.attach = function(t) { - var e = this; + var n = this; if (this._overlayRef && t !== this._overlayRef) throw Error( "This position strategy is already attached to an overlay" @@ -31779,7 +31776,7 @@ (this._resizeSubscription = this._viewportRuler .change() .subscribe(function() { - (e._isInitialRender = !0), e.apply(); + (n._isInitialRender = !0), n.apply(); })); }), (t.prototype.apply = function() { @@ -31799,8 +31796,8 @@ (this._overlayRect = this._pane.getBoundingClientRect()); for ( var t, - e = this._originRect, - n = this._overlayRect, + n = this._originRect, + e = this._overlayRect, o = this._viewportRect, a = [], r = 0, @@ -31809,9 +31806,9 @@ r++ ) { var l = i[r], - s = this._getOriginPoint(e, l), - c = this._getOverlayPoint(s, n, l), - u = this._getOverlayFit(c, n, o, l); + s = this._getOriginPoint(n, l), + c = this._getOverlayPoint(s, e, l), + u = this._getOverlayFit(c, e, o, l); if (u.isCompletelyWithinViewport) return ( (this._isPushed = !1), void this._applyPosition(l, s) @@ -31820,7 +31817,7 @@ ? a.push({ position: l, origin: s, - overlayRect: n, + overlayRect: e, boundingBoxRect: this._calculateBoundingBoxRect(s, l) }) : (!t || t.overlayFit.visibleArea < u.visibleArea) && @@ -31829,7 +31826,7 @@ overlayPoint: c, originPoint: s, position: l, - overlayRect: n + overlayRect: e }); } if (a.length) { @@ -31896,8 +31893,8 @@ (this._overlayRect = this._pane.getBoundingClientRect()), (this._viewportRect = this._getNarrowedViewportRect()); var t = this._lastPosition || this._preferredPositions[0], - e = this._getOriginPoint(this._originRect, t); - this._applyPosition(t, e); + n = this._getOriginPoint(this._originRect, t); + this._applyPosition(t, n); } }), (t.prototype.withScrollableContainers = function(t) { @@ -31943,75 +31940,75 @@ (t.prototype.withTransformOriginOn = function(t) { return (this._transformOriginSelector = t), this; }), - (t.prototype._getOriginPoint = function(t, e) { - var n; - if ("center" == e.originX) n = t.left + t.width / 2; + (t.prototype._getOriginPoint = function(t, n) { + var e; + if ("center" == n.originX) e = t.left + t.width / 2; else { var o = this._isRtl() ? t.right : t.left, a = this._isRtl() ? t.left : t.right; - n = "start" == e.originX ? o : a; + e = "start" == n.originX ? o : a; } return { - x: n, + x: e, y: - "center" == e.originY + "center" == n.originY ? t.top + t.height / 2 - : "top" == e.originY + : "top" == n.originY ? t.top : t.bottom }; }), - (t.prototype._getOverlayPoint = function(t, e, n) { + (t.prototype._getOverlayPoint = function(t, n, e) { var o; return ( (o = - "center" == n.overlayX - ? -e.width / 2 - : "start" === n.overlayX + "center" == e.overlayX + ? -n.width / 2 + : "start" === e.overlayX ? this._isRtl() - ? -e.width + ? -n.width : 0 : this._isRtl() ? 0 - : -e.width), + : -n.width), { x: t.x + o, y: t.y + - ("center" == n.overlayY - ? -e.height / 2 - : "top" == n.overlayY + ("center" == e.overlayY + ? -n.height / 2 + : "top" == e.overlayY ? 0 - : -e.height) + : -n.height) } ); }), - (t.prototype._getOverlayFit = function(t, e, n, o) { + (t.prototype._getOverlayFit = function(t, n, e, o) { var a = t.x, r = t.y, i = this._getOffset(o, "x"), l = this._getOffset(o, "y"); i && (a += i), l && (r += l); var s = 0 - r, - c = r + e.height - n.height, + c = r + n.height - e.height, u = this._subtractOverflows( - e.width, + n.width, 0 - a, - a + e.width - n.width + a + n.width - e.width ), - d = this._subtractOverflows(e.height, s, c), + d = this._subtractOverflows(n.height, s, c), p = u * d; return { visibleArea: p, - isCompletelyWithinViewport: e.width * e.height === p, - fitsInViewportVertically: d === e.height, - fitsInViewportHorizontally: u == e.width + isCompletelyWithinViewport: n.width * n.height === p, + fitsInViewportVertically: d === n.height, + fitsInViewportHorizontally: u == n.width }; }), - (t.prototype._canFitWithFlexibleDimensions = function(t, e, n) { + (t.prototype._canFitWithFlexibleDimensions = function(t, n, e) { if (this._hasFlexibleDimensions) { - var o = n.bottom - e.y, - a = n.right - e.x, + var o = e.bottom - n.y, + a = e.right - n.x, r = this._overlayRef.getConfig().minHeight, i = this._overlayRef.getConfig().minWidth; return ( @@ -32020,7 +32017,7 @@ ); } }), - (t.prototype._pushOverlayOnScreen = function(t, e, n) { + (t.prototype._pushOverlayOnScreen = function(t, n, e) { if (this._previousPushAmount && this._positionLocked) return { x: t.x + this._previousPushAmount.x, @@ -32029,51 +32026,51 @@ var o, a, r = this._viewportRect, - i = Math.max(t.x + e.width - r.right, 0), - l = Math.max(t.y + e.height - r.bottom, 0), - s = Math.max(r.top - n.top - t.y, 0), - c = Math.max(r.left - n.left - t.x, 0); + i = Math.max(t.x + n.width - r.right, 0), + l = Math.max(t.y + n.height - r.bottom, 0), + s = Math.max(r.top - e.top - t.y, 0), + c = Math.max(r.left - e.left - t.x, 0); return ( (this._previousPushAmount = { x: (o = - e.width <= r.width + n.width <= r.width ? c || -i : t.x < this._viewportMargin - ? r.left - n.left - t.x + ? r.left - e.left - t.x : 0), y: (a = - e.height <= r.height + n.height <= r.height ? s || -l : t.y < this._viewportMargin - ? r.top - n.top - t.y + ? r.top - e.top - t.y : 0) }), { x: t.x + o, y: t.y + a } ); }), - (t.prototype._applyPosition = function(t, e) { + (t.prototype._applyPosition = function(t, n) { if ( (this._setTransformOrigin(t), - this._setOverlayElementStyles(e, t), - this._setBoundingBoxStyles(e, t), + this._setOverlayElementStyles(n, t), + this._setBoundingBoxStyles(n, t), t.panelClass && this._addPanelClasses(t.panelClass), (this._lastPosition = t), this._positionChanges.observers.length) ) { - var n = this._getScrollVisibility(), - o = new VC(t, n); + var e = this._getScrollVisibility(), + o = new VC(t, e); this._positionChanges.next(o); } this._isInitialRender = !1; }), (t.prototype._setTransformOrigin = function(t) { if (this._transformOriginSelector) { - var e, - n = this._boundingBox.querySelectorAll( + var n, + e = this._boundingBox.querySelectorAll( this._transformOriginSelector ), o = t.overlayY; - e = + n = "center" === t.overlayX ? "center" : this._isRtl() @@ -32083,12 +32080,12 @@ : "start" === t.overlayX ? "left" : "right"; - for (var a = 0; a < n.length; a++) - n[a].style.transformOrigin = e + " " + o; + for (var a = 0; a < e.length; a++) + e[a].style.transformOrigin = n + " " + o; } }), - (t.prototype._calculateBoundingBoxRect = function(t, e) { - var n, + (t.prototype._calculateBoundingBoxRect = function(t, n) { + var e, o, a, r, @@ -32096,10 +32093,10 @@ l, s = this._viewportRect, c = this._isRtl(); - if ("top" === e.overlayY) - n = s.height - (o = t.y) + this._viewportMargin; - else if ("bottom" === e.overlayY) - n = + if ("top" === n.overlayY) + e = s.height - (o = t.y) + this._viewportMargin; + else if ("bottom" === n.overlayY) + e = s.height - (a = s.height - t.y + 2 * this._viewportMargin) + this._viewportMargin; @@ -32107,16 +32104,16 @@ var u = Math.min(s.bottom - t.y + s.top, t.y), d = this._lastBoundingBoxSize.height; (o = t.y - u), - (n = 2 * u) > d && + (e = 2 * u) > d && !this._isInitialRender && !this._growAfterOpen && (o = t.y - d / 2); } - if (("end" === e.overlayX && !c) || ("start" === e.overlayX && c)) + if (("end" === n.overlayX && !c) || ("start" === n.overlayX && c)) (l = s.right - t.x + this._viewportMargin), (r = t.x - s.left); else if ( - ("start" === e.overlayX && !c) || - ("end" === e.overlayX && c) + ("start" === n.overlayX && !c) || + ("end" === n.overlayX && c) ) (i = t.x), (r = s.right - t.x); else { @@ -32134,18 +32131,18 @@ bottom: a, right: l, width: r, - height: n + height: e }; }), - (t.prototype._setBoundingBoxStyles = function(t, e) { - var n = this._calculateBoundingBoxRect(t, e); + (t.prototype._setBoundingBoxStyles = function(t, n) { + var e = this._calculateBoundingBoxRect(t, n); this._isInitialRender || this._growAfterOpen || - ((n.height = Math.min( - n.height, + ((e.height = Math.min( + e.height, this._lastBoundingBoxSize.height )), - (n.width = Math.min(n.width, this._lastBoundingBoxSize.width))); + (e.width = Math.min(e.width, this._lastBoundingBoxSize.width))); var o = {}; if (this._hasExactPosition()) (o.top = o.left = "0"), @@ -32154,28 +32151,28 @@ else { var a = this._overlayRef.getConfig().maxHeight, r = this._overlayRef.getConfig().maxWidth; - (o.height = df(n.height)), - (o.top = df(n.top)), - (o.bottom = df(n.bottom)), - (o.width = df(n.width)), - (o.left = df(n.left)), - (o.right = df(n.right)), + (o.height = df(e.height)), + (o.top = df(e.top)), + (o.bottom = df(e.bottom)), + (o.width = df(e.width)), + (o.left = df(e.left)), + (o.right = df(e.right)), (o.alignItems = - "center" === e.overlayX + "center" === n.overlayX ? "center" - : "end" === e.overlayX + : "end" === n.overlayX ? "flex-end" : "flex-start"), (o.justifyContent = - "center" === e.overlayY + "center" === n.overlayY ? "center" - : "bottom" === e.overlayY + : "bottom" === n.overlayY ? "flex-end" : "flex-start"), a && (o.maxHeight = df(a)), r && (o.maxWidth = df(r)); } - (this._lastBoundingBoxSize = n), GC(this._boundingBox.style, o); + (this._lastBoundingBoxSize = e), GC(this._boundingBox.style, o); }), (t.prototype._resetBoundingBoxStyles = function() { GC(this._boundingBox.style, { @@ -32199,32 +32196,32 @@ transform: "" }); }), - (t.prototype._setOverlayElementStyles = function(t, e) { - var n = {}; + (t.prototype._setOverlayElementStyles = function(t, n) { + var e = {}; if (this._hasExactPosition()) { var o = this._viewportRuler.getViewportScrollPosition(); - GC(n, this._getExactOverlayY(e, t, o)), - GC(n, this._getExactOverlayX(e, t, o)); - } else n.position = "static"; + GC(e, this._getExactOverlayY(n, t, o)), + GC(e, this._getExactOverlayX(n, t, o)); + } else e.position = "static"; var a = "", - r = this._getOffset(e, "x"), - i = this._getOffset(e, "y"); + r = this._getOffset(n, "x"), + i = this._getOffset(n, "y"); r && (a += "translateX(" + r + "px) "), i && (a += "translateY(" + i + "px)"), - (n.transform = a.trim()), + (e.transform = a.trim()), this._hasFlexibleDimensions && this._overlayRef.getConfig().maxHeight && - (n.maxHeight = ""), + (e.maxHeight = ""), this._hasFlexibleDimensions && this._overlayRef.getConfig().maxWidth && - (n.maxWidth = ""), - GC(this._pane.style, n); + (e.maxWidth = ""), + GC(this._pane.style, e); }), - (t.prototype._getExactOverlayY = function(t, e, n) { + (t.prototype._getExactOverlayY = function(t, n, e) { var o = { top: null, bottom: null }, - a = this._getOverlayPoint(e, this._overlayRect, t); + a = this._getOverlayPoint(n, this._overlayRect, t); this._isPushed && - (a = this._pushOverlayOnScreen(a, this._overlayRect, n)); + (a = this._pushOverlayOnScreen(a, this._overlayRect, e)); var r = this._overlayContainer .getContainerElement() .getBoundingClientRect().top; @@ -32239,12 +32236,12 @@ o ); }), - (t.prototype._getExactOverlayX = function(t, e, n) { + (t.prototype._getExactOverlayX = function(t, n, e) { var o = { left: null, right: null }, - a = this._getOverlayPoint(e, this._overlayRect, t); + a = this._getOverlayPoint(n, this._overlayRect, t); return ( this._isPushed && - (a = this._pushOverlayOnScreen(a, this._overlayRect, n)), + (a = this._pushOverlayOnScreen(a, this._overlayRect, e)), "right" == (this._isRtl() ? "end" === t.overlayX @@ -32263,37 +32260,37 @@ }), (t.prototype._getScrollVisibility = function() { var t = this._getOriginRect(), - e = this._pane.getBoundingClientRect(), - n = this._scrollables.map(function(t) { + n = this._pane.getBoundingClientRect(), + e = this._scrollables.map(function(t) { return t .getElementRef() .nativeElement.getBoundingClientRect(); }); return { - isOriginClipped: zC(t, n), - isOriginOutsideView: NC(t, n), - isOverlayClipped: zC(e, n), - isOverlayOutsideView: NC(e, n) + isOriginClipped: zC(t, e), + isOriginOutsideView: NC(t, e), + isOverlayClipped: zC(n, e), + isOverlayOutsideView: NC(n, e) }; }), (t.prototype._subtractOverflows = function(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; - return e.reduce(function(t, e) { - return t - Math.max(e, 0); + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; + return n.reduce(function(t, n) { + return t - Math.max(n, 0); }, t); }), (t.prototype._getNarrowedViewportRect = function() { var t = this._document.documentElement.clientWidth, - e = this._document.documentElement.clientHeight, - n = this._viewportRuler.getViewportScrollPosition(); + n = this._document.documentElement.clientHeight, + e = this._viewportRuler.getViewportScrollPosition(); return { - top: n.top + this._viewportMargin, - left: n.left + this._viewportMargin, - right: n.left + t - this._viewportMargin, - bottom: n.top + e - this._viewportMargin, + top: e.top + this._viewportMargin, + left: e.left + this._viewportMargin, + right: e.left + t - this._viewportMargin, + bottom: e.top + n - this._viewportMargin, width: t - 2 * this._viewportMargin, - height: e - 2 * this._viewportMargin + height: n - 2 * this._viewportMargin }; }), (t.prototype._isRtl = function() { @@ -32302,8 +32299,8 @@ (t.prototype._hasExactPosition = function() { return !this._hasFlexibleDimensions || this._isPushed; }), - (t.prototype._getOffset = function(t, e) { - return "x" === e + (t.prototype._getOffset = function(t, n) { + return "x" === n ? null == t.offsetX ? this._offsetX : t.offsetX @@ -32324,25 +32321,25 @@ }); }), (t.prototype._addPanelClasses = function(t) { - var e = this; + var n = this; this._pane && uf(t).forEach(function(t) { "" !== t && - -1 === e._appliedPanelClasses.indexOf(t) && - (e._appliedPanelClasses.push(t), e._pane.classList.add(t)); + -1 === n._appliedPanelClasses.indexOf(t) && + (n._appliedPanelClasses.push(t), n._pane.classList.add(t)); }); }), (t.prototype._clearPanelClasses = function() { var t = this; this._pane && - (this._appliedPanelClasses.forEach(function(e) { - t._pane.classList.remove(e); + (this._appliedPanelClasses.forEach(function(n) { + t._pane.classList.remove(n); }), (this._appliedPanelClasses = [])); }), (t.prototype._getOriginRect = function() { var t = this._origin; - return t instanceof Nn + return t instanceof Ne ? t.nativeElement.getBoundingClientRect() : t instanceof HTMLElement ? t.getBoundingClientRect() @@ -32358,18 +32355,18 @@ t ); })(); - function GC(t, e) { - for (var n in e) e.hasOwnProperty(n) && (t[n] = e[n]); + function GC(t, n) { + for (var e in n) n.hasOwnProperty(e) && (t[e] = n[e]); return t; } var ZC = (function() { - function t(t, e, n, o, a, r, i) { + function t(t, n, e, o, a, r, i) { (this._preferredPositions = []), - (this._positionStrategy = new WC(n, o, a, r, i) + (this._positionStrategy = new WC(e, o, a, r, i) .withFlexibleDimensions(!1) .withPush(!1) .withViewportMargin(0)), - this.withFallbackPosition(t, e); + this.withFallbackPosition(t, n); } return ( Object.defineProperty(t.prototype, "_isRtl", { @@ -32414,8 +32411,8 @@ (t.prototype.withScrollableContainers = function(t) { this._positionStrategy.withScrollableContainers(t); }), - (t.prototype.withFallbackPosition = function(t, e, n, o) { - var a = new BC(t, e, n, o); + (t.prototype.withFallbackPosition = function(t, n, e, o) { + var a = new BC(t, n, e, o); return ( this._preferredPositions.push(a), this._positionStrategy.withPositions(this._preferredPositions), @@ -32466,11 +32463,11 @@ } return ( (t.prototype.attach = function(t) { - var e = t.getConfig(); + var n = t.getConfig(); (this._overlayRef = t), - this._width && !e.width && t.updateSize({ width: this._width }), + this._width && !n.width && t.updateSize({ width: this._width }), this._height && - !e.height && + !n.height && t.updateSize({ height: this._height }), t.hostElement.classList.add("cdk-global-overlay-wrapper"), (this._isDisposed = !1); @@ -32548,34 +32545,34 @@ (t.prototype.apply = function() { if (this._overlayRef && this._overlayRef.hasAttached()) { var t = this._overlayRef.overlayElement.style, - e = this._overlayRef.hostElement.style, - n = this._overlayRef.getConfig(); + n = this._overlayRef.hostElement.style, + e = this._overlayRef.getConfig(); (t.position = this._cssPosition), - (t.marginLeft = "100%" === n.width ? "0" : this._leftOffset), - (t.marginTop = "100%" === n.height ? "0" : this._topOffset), + (t.marginLeft = "100%" === e.width ? "0" : this._leftOffset), + (t.marginTop = "100%" === e.height ? "0" : this._topOffset), (t.marginBottom = this._bottomOffset), (t.marginRight = this._rightOffset), - "100%" === n.width - ? (e.justifyContent = "flex-start") + "100%" === e.width + ? (n.justifyContent = "flex-start") : "center" === this._justifyContent - ? (e.justifyContent = "center") + ? (n.justifyContent = "center") : "rtl" === this._overlayRef.getConfig().direction ? "flex-start" === this._justifyContent - ? (e.justifyContent = "flex-end") + ? (n.justifyContent = "flex-end") : "flex-end" === this._justifyContent && - (e.justifyContent = "flex-start") - : (e.justifyContent = this._justifyContent), - (e.alignItems = - "100%" === n.height ? "flex-start" : this._alignItems); + (n.justifyContent = "flex-start") + : (n.justifyContent = this._justifyContent), + (n.alignItems = + "100%" === e.height ? "flex-start" : this._alignItems); } }), (t.prototype.dispose = function() { if (!this._isDisposed && this._overlayRef) { var t = this._overlayRef.overlayElement.style, - e = this._overlayRef.hostElement, - n = e.style; - e.classList.remove("cdk-global-overlay-wrapper"), - (n.justifyContent = n.alignItems = t.marginTop = t.marginBottom = t.marginLeft = t.marginRight = t.position = + n = this._overlayRef.hostElement, + e = n.style; + n.classList.remove("cdk-global-overlay-wrapper"), + (e.justifyContent = e.alignItems = t.marginTop = t.marginBottom = t.marginLeft = t.marginRight = t.position = ""), (this._overlayRef = null), (this._isDisposed = !0); @@ -32585,20 +32582,20 @@ ); })(), XC = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._viewportRuler = t), - (this._document = e), - (this._platform = n), + (this._document = n), + (this._platform = e), (this._overlayContainer = o); } return ( (t.prototype.global = function() { return new QC(); }), - (t.prototype.connectedTo = function(t, e, n) { + (t.prototype.connectedTo = function(t, n, e) { return new ZC( - e, n, + e, t, this._viewportRuler, this._document, @@ -32627,10 +32624,10 @@ })(), JC = 0, $C = (function() { - function t(t, e, n, o, a, r, i, l, s, c) { + function t(t, n, e, o, a, r, i, l, s, c) { (this.scrollStrategies = t), - (this._overlayContainer = e), - (this._componentFactoryResolver = n), + (this._overlayContainer = n), + (this._componentFactoryResolver = e), (this._positionBuilder = o), (this._keyboardDispatcher = a), (this._injector = r), @@ -32641,16 +32638,16 @@ } return ( (t.prototype.create = function(t) { - var e = this._createHostElement(), - n = this._createPaneElement(e), - o = this._createPortalOutlet(n), + var n = this._createHostElement(), + e = this._createPaneElement(n), + o = this._createPortalOutlet(e), a = new FC(t); return ( (a.direction = a.direction || this._directionality.value), new YC( o, - e, n, + e, a, this._ngZone, this._keyboardDispatcher, @@ -32663,12 +32660,12 @@ return this._positionBuilder; }), (t.prototype._createPaneElement = function(t) { - var e = this._document.createElement("div"); + var n = this._document.createElement("div"); return ( - (e.id = "cdk-overlay-" + JC++), - e.classList.add("cdk-overlay-pane"), - t.appendChild(e), - e + (n.id = "cdk-overlay-" + JC++), + n.classList.add("cdk-overlay-pane"), + t.appendChild(n), + n ); }), (t.prototype._createHostElement = function() { @@ -32692,12 +32689,12 @@ ); })(), tv = new Ut("cdk-connected-overlay-scroll-strategy"); - function ev(t) { + function nv(t) { return function() { return t.scrollStrategies.reposition(); }; } - var nv = (function() { + var ev = (function() { return function() {}; })(), ov = (function() { @@ -32725,11 +32722,11 @@ ); } var rv = (function(t) { - function e(e, n, o, a, r) { + function n(n, e, o, a, r) { var i = t.call(this) || this; return ( - (i._elementRef = e), - (i._focusTrapFactory = n), + (i._elementRef = n), + (i._focusTrapFactory = e), (i._changeDetectorRef = o), (i._document = a), (i._config = r), @@ -32741,22 +32738,22 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.attachComponentPortal = function(t) { + Object(o.__extends)(n, t), + (n.prototype.attachComponentPortal = function(t) { return ( this._portalOutlet.hasAttached() && av(), this._savePreviouslyFocusedElement(), this._portalOutlet.attachComponentPortal(t) ); }), - (e.prototype.attachTemplatePortal = function(t) { + (n.prototype.attachTemplatePortal = function(t) { return ( this._portalOutlet.hasAttached() && av(), this._savePreviouslyFocusedElement(), this._portalOutlet.attachTemplatePortal(t) ); }), - (e.prototype._trapFocus = function() { + (n.prototype._trapFocus = function() { this._focusTrap || (this._focusTrap = this._focusTrapFactory.create( this._elementRef.nativeElement @@ -32764,7 +32761,7 @@ this._config.autoFocus && this._focusTrap.focusInitialElementWhenReady(); }), - (e.prototype._restoreFocus = function() { + (n.prototype._restoreFocus = function() { var t = this._elementFocusedBeforeDialogWasOpened; this._config.restoreFocus && t && @@ -32772,7 +32769,7 @@ t.focus(), this._focusTrap && this._focusTrap.destroy(); }), - (e.prototype._savePreviouslyFocusedElement = function() { + (n.prototype._savePreviouslyFocusedElement = function() { var t = this; this._document && ((this._elementFocusedBeforeDialogWasOpened = this._document.activeElement), @@ -32781,35 +32778,35 @@ return t._elementRef.nativeElement.focus(); })); }), - (e.prototype._onAnimationDone = function(t) { + (n.prototype._onAnimationDone = function(t) { "enter" === t.toState ? this._trapFocus() : "exit" === t.toState && this._restoreFocus(), this._animationStateChanged.emit(t); }), - (e.prototype._onAnimationStart = function(t) { + (n.prototype._onAnimationStart = function(t) { this._animationStateChanged.emit(t); }), - (e.prototype._startExitAnimation = function() { + (n.prototype._startExitAnimation = function() { (this._state = "exit"), this._changeDetectorRef.markForCheck(); }), - e + n ); })(jy), iv = 0, lv = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { var a = this; void 0 === o && (o = "mat-dialog-" + iv++), (this._overlayRef = t), - (this._containerInstance = e), + (this._containerInstance = n), (this.id = o), (this.disableClose = this._containerInstance._config.disableClose), (this._afterOpened = new S()), (this._afterClosed = new S()), (this._beforeClosed = new S()), - (e._id = o), - e._animationStateChanged + (n._id = o), + n._animationStateChanged .pipe( Zl(function(t) { return "done" === t.phaseName && "enter" === t.toState; @@ -32819,7 +32816,7 @@ .subscribe(function() { a._afterOpened.next(), a._afterOpened.complete(); }), - e._animationStateChanged + n._animationStateChanged .pipe( Zl(function(t) { return "done" === t.phaseName && "exit" === t.toState; @@ -32850,7 +32847,7 @@ } return ( (t.prototype.close = function(t) { - var e = this; + var n = this; (this._result = t), this._containerInstance._animationStateChanged .pipe( @@ -32860,9 +32857,9 @@ Yc(1) ) .subscribe(function() { - e._beforeClosed.next(t), - e._beforeClosed.complete(), - e._overlayRef.detachBackdrop(); + n._beforeClosed.next(t), + n._beforeClosed.complete(), + n._overlayRef.detachBackdrop(); }), this._containerInstance._startExitAnimation(); }), @@ -32882,29 +32879,29 @@ return this._overlayRef.keydownEvents(); }), (t.prototype.updatePosition = function(t) { - var e = this._getPositionStrategy(); + var n = this._getPositionStrategy(); return ( t && (t.left || t.right) ? t.left - ? e.left(t.left) - : e.right(t.right) - : e.centerHorizontally(), + ? n.left(t.left) + : n.right(t.right) + : n.centerHorizontally(), t && (t.top || t.bottom) ? t.top - ? e.top(t.top) - : e.bottom(t.bottom) - : e.centerVertically(), + ? n.top(t.top) + : n.bottom(t.bottom) + : n.centerVertically(), this._overlayRef.updatePosition(), this ); }), - (t.prototype.updateSize = function(t, e) { + (t.prototype.updateSize = function(t, n) { return ( void 0 === t && (t = ""), - void 0 === e && (e = ""), + void 0 === n && (n = ""), this._getPositionStrategy() .width(t) - .height(e), + .height(n), this._overlayRef.updatePosition(), this ); @@ -32936,11 +32933,11 @@ }; } var pv = (function() { - function t(t, e, n, o, a, r, i) { + function t(t, n, e, o, a, r, i) { var l = this; (this._overlay = t), - (this._injector = e), - (this._location = n), + (this._injector = n), + (this._location = e), (this._defaultOptions = o), (this._parentDialog = r), (this._overlayContainer = i), @@ -32951,7 +32948,7 @@ (this.afterAllClosed = wc(function() { return l.openDialogs.length ? l._afterAllClosed - : l._afterAllClosed.pipe(eu(void 0)); + : l._afterAllClosed.pipe(nu(void 0)); })), (this._scrollStrategy = a); } @@ -32989,28 +32986,28 @@ enumerable: !0, configurable: !0 }), - (t.prototype.open = function(t, e) { - var n = this; + (t.prototype.open = function(t, n) { + var e = this; if ( - (e = (function(t, e) { - return Object(o.__assign)({}, e, t); - })(e, this._defaultOptions || new ov())).id && - this.getDialogById(e.id) + (n = (function(t, n) { + return Object(o.__assign)({}, n, t); + })(n, this._defaultOptions || new ov())).id && + this.getDialogById(n.id) ) throw Error( 'Dialog with id "' + - e.id + + n.id + '" exists already. The dialog id must be unique.' ); - var a = this._createOverlay(e), - r = this._attachDialogContainer(a, e), - i = this._attachDialogContent(t, r, a, e); + var a = this._createOverlay(n), + r = this._attachDialogContainer(a, n), + i = this._attachDialogContent(t, r, a, n); return ( this.openDialogs.length || this._hideNonDialogContentFromAssistiveTechnology(), this.openDialogs.push(i), i.afterClosed().subscribe(function() { - return n._removeOpenDialog(i); + return e._removeOpenDialog(i); }), this.afterOpened.next(i), i @@ -33020,8 +33017,8 @@ this._closeDialogs(this.openDialogs); }), (t.prototype.getDialogById = function(t) { - return this.openDialogs.find(function(e) { - return e.id === t; + return this.openDialogs.find(function(n) { + return n.id === t; }); }), (t.prototype.ngOnDestroy = function() { @@ -33030,11 +33027,11 @@ this._afterOpenedAtThisLevel.complete(); }), (t.prototype._createOverlay = function(t) { - var e = this._getOverlayConfig(t); - return this._overlay.create(e); + var n = this._getOverlayConfig(t); + return this._overlay.create(n); }), (t.prototype._getOverlayConfig = function(t) { - var e = new FC({ + var n = new FC({ positionStrategy: this._overlay.position().global(), scrollStrategy: t.scrollStrategy || this._scrollStrategy(), panelClass: t.panelClass, @@ -33046,41 +33043,41 @@ maxHeight: t.maxHeight, disposeOnNavigation: t.closeOnNavigation }); - return t.backdropClass && (e.backdropClass = t.backdropClass), e; + return t.backdropClass && (n.backdropClass = t.backdropClass), n; }), - (t.prototype._attachDialogContainer = function(t, e) { - var n = new Hy( - (e && e.viewContainerRef && e.viewContainerRef.injector) || + (t.prototype._attachDialogContainer = function(t, n) { + var e = new Hy( + (n && n.viewContainerRef && n.viewContainerRef.injector) || this._injector, - new WeakMap([[ov, e]]) + new WeakMap([[ov, n]]) ), - o = new zy(rv, e.viewContainerRef, n); + o = new zy(rv, n.viewContainerRef, e); return t.attach(o).instance; }), - (t.prototype._attachDialogContent = function(t, e, n, o) { - var a = new lv(n, e, this._location, o.id); + (t.prototype._attachDialogContent = function(t, n, e, o) { + var a = new lv(e, n, this._location, o.id); if ( (o.hasBackdrop && - n.backdropClick().subscribe(function() { + e.backdropClick().subscribe(function() { a.disableClose || a.close(); }), t instanceof io) ) - e.attachTemplatePortal( + n.attachTemplatePortal( new Ly(t, null, { $implicit: o.data, dialogRef: a }) ); else { - var r = this._createInjector(o, a, e), - i = e.attachComponentPortal(new zy(t, void 0, r)); + var r = this._createInjector(o, a, n), + i = n.attachComponentPortal(new zy(t, void 0, r)); a.componentInstance = i.instance; } return ( a.updateSize(o.width, o.height).updatePosition(o.position), a ); }), - (t.prototype._createInjector = function(t, e, n) { + (t.prototype._createInjector = function(t, n, e) { var o = t && t.viewContainerRef && t.viewContainerRef.injector, - a = new WeakMap([[rv, n], [sv, t.data], [lv, e]]); + a = new WeakMap([[rv, e], [sv, t.data], [lv, n]]); return ( !t.direction || (o && o.get(rf, null)) || @@ -33089,14 +33086,14 @@ ); }), (t.prototype._removeOpenDialog = function(t) { - var e = this.openDialogs.indexOf(t); - e > -1 && - (this.openDialogs.splice(e, 1), + var n = this.openDialogs.indexOf(t); + n > -1 && + (this.openDialogs.splice(n, 1), this.openDialogs.length || - (this._ariaHiddenElements.forEach(function(t, e) { + (this._ariaHiddenElements.forEach(function(t, n) { t - ? e.setAttribute("aria-hidden", t) - : e.removeAttribute("aria-hidden"); + ? n.setAttribute("aria-hidden", t) + : n.removeAttribute("aria-hidden"); }), this._ariaHiddenElements.clear(), this._afterAllClosed.next())); @@ -33105,11 +33102,11 @@ var t = this._overlayContainer.getContainerElement(); if (t.parentElement) for ( - var e = t.parentElement.children, n = e.length - 1; - n > -1; - n-- + var n = t.parentElement.children, e = n.length - 1; + e > -1; + e-- ) { - var o = e[n]; + var o = n[e]; o === t || "SCRIPT" === o.nodeName || "STYLE" === o.nodeName || @@ -33122,7 +33119,7 @@ } }), (t.prototype._closeDialogs = function(t) { - for (var e = t.length; e--; ) t[e].close(); + for (var n = t.length; n--; ) t[n].close(); }), t ); @@ -33154,7 +33151,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -33170,7 +33167,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -33212,7 +33209,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -33302,10 +33299,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickBegin() && o), o + "click" === n && (o = !1 !== t.component.clickBegin() && o), o ); }, ky, @@ -33317,33 +33314,33 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(22, 16384, null, 0, wy, [Nn], null, null), + Ba(22, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Uninstall Beat Saber"])) ], - function(t, e) { - t(e, 7, 0), t(e, 21, 0, "accent"); + function(t, n) { + t(n, 7, 0), t(n, 21, 0, "accent"); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 18, 0, "end" === wa(e, 19).align), + t(n, 18, 0, "end" === wa(n, 19).align), t( - e, + n, 20, 0, - wa(e, 21).disabled || null, - "NoopAnimations" === wa(e, 21)._animationMode + wa(n, 21).disabled || null, + "NoopAnimations" === wa(n, 21)._animationMode ); } ); @@ -33369,16 +33366,16 @@ )), Ba(1, 114688, null, 0, Ry, [yc, pv], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var bv = ha("app-setup-step1", Ry, hv, {}, {}, []), _v = (function() { - function t(t, e) { - (this.beatOnApi = t), (this.dialog = e); + function t(t, n) { + (this.beatOnApi = t), (this.dialog = n); } return ( (t.prototype.ngOnInit = function() {}), @@ -33389,7 +33386,7 @@ disableClose: !0, data: { mainText: "Please wait..." } }); - this.beatOnApi.installModStep2().subscribe(function(e) { + this.beatOnApi.installModStep2().subscribe(function(n) { t.close(); }); }), @@ -33416,7 +33413,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -33432,7 +33429,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -33474,7 +33471,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -33564,10 +33561,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickBegin() && o), o + "click" === n && (o = !1 !== t.component.clickBegin() && o), o ); }, ky, @@ -33579,33 +33576,33 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(22, 16384, null, 0, wy, [Nn], null, null), + Ba(22, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Patch Beat Saber"])) ], - function(t, e) { - t(e, 7, 0), t(e, 21, 0, "accent"); + function(t, n) { + t(n, 7, 0), t(n, 21, 0, "accent"); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 18, 0, "end" === wa(e, 19).align), + t(n, 18, 0, "end" === wa(n, 19).align), t( - e, + n, 20, 0, - wa(e, 21).disabled || null, - "NoopAnimations" === wa(e, 21)._animationMode + wa(n, 21).disabled || null, + "NoopAnimations" === wa(n, 21)._animationMode ); } ); @@ -33631,35 +33628,35 @@ )), Ba(1, 114688, null, 0, _v, [yc, pv], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var Ov = ha("app-setup-step2", _v, vv, {}, {}, []), Pv = (function() { - function t(t, e, n) { - (this.beatOnApi = t), (this.dialog = e), (this.router = n); + function t(t, n, e) { + (this.beatOnApi = t), (this.dialog = n), (this.router = e); } return ( (t.prototype.ngOnInit = function() {}), (t.prototype.clickBegin = function() { var t = this, - e = this.dialog.open(Ig, { + n = this.dialog.open(Ig, { width: "450px", height: "350px", disableClose: !0, data: { mainText: "Please wait..." } }); - this.beatOnApi.installModStep3().subscribe(function(n) { - e.close(); + this.beatOnApi.installModStep3().subscribe(function(e) { + n.close(); var o = 0, a = function() { ++o > 10 ? t.router.navigateByUrl("/") - : t.beatOnApi.getModStatus().subscribe(function(e) { - "ModInstalled" != e.CurrentStatus + : t.beatOnApi.getModStatus().subscribe(function(n) { + "ModInstalled" != n.CurrentStatus ? setTimeout(a, 5e3) : t.router.navigateByUrl("/"); }); @@ -33690,7 +33687,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -33706,7 +33703,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -33748,7 +33745,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -33894,10 +33891,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickBegin() && o), o + "click" === n && (o = !1 !== t.component.clickBegin() && o), o ); }, ky, @@ -33909,33 +33906,33 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(35, 16384, null, 0, wy, [Nn], null, null), + Ba(35, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Install Modded Beat Saber"])) ], - function(t, e) { - t(e, 7, 0), t(e, 34, 0, "accent"); + function(t, n) { + t(n, 7, 0), t(n, 34, 0, "accent"); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 31, 0, "end" === wa(e, 32).align), + t(n, 31, 0, "end" === wa(n, 32).align), t( - e, + n, 33, 0, - wa(e, 34).disabled || null, - "NoopAnimations" === wa(e, 34)._animationMode + wa(n, 34).disabled || null, + "NoopAnimations" === wa(n, 34)._animationMode ); } ); @@ -33961,8 +33958,8 @@ )), Ba(1, 114688, null, 0, Pv, [yc, pv, Nm], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -33980,19 +33977,19 @@ } }), Ev = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._elementRef = t), - (this._ngZone = e), - (this._inkBarPositioner = n); + (this._ngZone = n), + (this._inkBarPositioner = e); } return ( (t.prototype.alignToElement = function(t) { - var e = this; + var n = this; this.show(), "undefined" != typeof requestAnimationFrame ? this._ngZone.runOutsideAngular(function() { requestAnimationFrame(function() { - return e._setStyles(t); + return n._setStyles(t); }); }) : this._setStyles(t); @@ -34004,18 +34001,18 @@ this._elementRef.nativeElement.style.visibility = "hidden"; }), (t.prototype._setStyles = function(t) { - var e = this._inkBarPositioner(t), - n = this._elementRef.nativeElement; - (n.style.left = e.left), (n.style.width = e.width); + var n = this._inkBarPositioner(t), + e = this._elementRef.nativeElement; + (e.style.left = n.left), (e.style.width = n.width); }), t ); })(), Iv = (function(t) { - function e(e, n, o, a, r) { - var i = t.call(this, e) || this; + function n(n, e, o, a, r) { + var i = t.call(this, n) || this; return ( - (i._dir = n), + (i._dir = e), (i._ngZone = o), (i._changeDetectorRef = a), (i._viewportRuler = r), @@ -34024,25 +34021,25 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "backgroundColor", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "backgroundColor", { get: function() { return this._backgroundColor; }, set: function(t) { - var e = this._elementRef.nativeElement; - e.classList.remove("mat-background-" + this.backgroundColor), - t && e.classList.add("mat-background-" + t), + var n = this._elementRef.nativeElement; + n.classList.remove("mat-background-" + this.backgroundColor), + t && n.classList.add("mat-background-" + t), (this._backgroundColor = t); }, enumerable: !0, configurable: !0 }), - (e.prototype.updateActiveLink = function(t) { + (n.prototype.updateActiveLink = function(t) { (this._activeLinkChanged = !!t), this._changeDetectorRef.markForCheck(); }), - (e.prototype.ngAfterContentInit = function() { + (n.prototype.ngAfterContentInit = function() { var t = this; this._ngZone.runOutsideAngular(function() { return $( @@ -34055,7 +34052,7 @@ }); }); }), - (e.prototype.ngAfterContentChecked = function() { + (n.prototype.ngAfterContentChecked = function() { if (this._activeLinkChanged) { var t = this._tabLinks.find(function(t) { return t.active; @@ -34065,10 +34062,10 @@ (this._activeLinkChanged = !1); } }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._onDestroy.next(), this._onDestroy.complete(); }), - (e.prototype._alignInkBar = function() { + (n.prototype._alignInkBar = function() { this._activeLinkElement ? (this._inkBar.show(), this._inkBar.alignToElement( @@ -34076,10 +34073,10 @@ )) : this._inkBar.hide(); }), - e + n ); })( - eh( + nh( th( (function() { return function(t) { @@ -34091,24 +34088,24 @@ ) ), Av = (function(t) { - function e(e, n, o, a, r, i, l) { + function n(n, e, o, a, r, i, l) { var s = t.call(this) || this; return ( - (s._tabNavBar = e), - (s._elementRef = n), + (s._tabNavBar = n), + (s._elementRef = e), (s._focusMonitor = l), (s._isActive = !1), - (s._tabLinkRipple = new bh(s, o, n, a)), - s._tabLinkRipple.setupTriggerEvents(n.nativeElement), + (s._tabLinkRipple = new bh(s, o, e, a)), + s._tabLinkRipple.setupTriggerEvents(e.nativeElement), (s.rippleConfig = r || {}), (s.tabIndex = parseInt(i) || 0), - l.monitor(n), + l.monitor(e), s ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "active", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "active", { get: function() { return this._isActive; }, @@ -34120,7 +34117,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "rippleDisabled", { + Object.defineProperty(n.prototype, "rippleDisabled", { get: function() { return ( this.disabled || @@ -34132,15 +34129,15 @@ enumerable: !0, configurable: !0 }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._tabLinkRipple._removeTriggerEvents(), this._focusMonitor.stopMonitoring(this._elementRef); }), - e + n ); })( - nh( - eh( + eh( + nh( $f( (function() { return function() {}; @@ -34156,15 +34153,15 @@ return function() {}; })(), Dv = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { void 0 === t && (t = !1), - void 0 === e && (e = "all"), - void 0 === n && (n = ""), + void 0 === n && (n = "all"), + void 0 === e && (e = ""), void 0 === o && (o = ""), void 0 === a && (a = 0), (this.matches = t), - (this.mediaQuery = e), - (this.mqAlias = n), + (this.mediaQuery = n), + (this.mqAlias = e), (this.suffix = o), (this.priority = a), (this.property = ""); @@ -34186,18 +34183,18 @@ this.stylesheet = new Map(); } return ( - (t.prototype.addStyleToElement = function(t, e, n) { + (t.prototype.addStyleToElement = function(t, n, e) { var o = this.stylesheet.get(t); - o ? o.set(e, n) : this.stylesheet.set(t, new Map([[e, n]])); + o ? o.set(n, e) : this.stylesheet.set(t, new Map([[n, e]])); }), (t.prototype.clearStyles = function() { this.stylesheet.clear(); }), - (t.prototype.getStyleForElement = function(t, e) { - var n = this.stylesheet.get(t), + (t.prototype.getStyleForElement = function(t, n) { + var e = this.stylesheet.get(t), o = ""; - if (n) { - var a = n.get(e); + if (e) { + var a = e.get(n); ("number" != typeof a && "string" != typeof a) || (o = a + ""); } return o; @@ -34244,14 +34241,14 @@ } } ); - function Bv(t, e) { + function Bv(t, n) { return ( (t = t ? t.clone() : new Dv()), - e && - ((t.mqAlias = e.alias), - (t.mediaQuery = e.mediaQuery), - (t.suffix = e.suffix), - (t.priority = e.priority)), + n && + ((t.mqAlias = n.alias), + (t.mediaQuery = n.mediaQuery), + (t.suffix = n.suffix), + (t.priority = n.priority)), t ); } @@ -34275,10 +34272,10 @@ return t; } var Uv = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.elementRef = t), - (this.styleBuilder = e), - (this.styler = n), + (this.styleBuilder = n), + (this.styler = e), (this.marshal = o), (this.DIRECTIVE_KEY = ""), (this.inputs = []), @@ -34320,14 +34317,14 @@ configurable: !0 }), (t.prototype.ngOnChanges = function(t) { - var e = this; - Object.keys(t).forEach(function(n) { - if (-1 !== e.inputs.indexOf(n)) { - var o = n + var n = this; + Object.keys(t).forEach(function(e) { + if (-1 !== n.inputs.indexOf(e)) { + var o = e .split(".") .slice(1) .join("."); - e.setValue(t[n].currentValue, o); + n.setValue(t[e].currentValue, o); } }); }), @@ -34346,20 +34343,20 @@ t ); }), - (t.prototype.addStyles = function(t, e) { - var n = this.styleBuilder, - a = n.shouldCache, + (t.prototype.addStyles = function(t, n) { + var e = this.styleBuilder, + a = e.shouldCache, r = this.styleCache.get(t); (r && a) || - ((r = n.buildStyles(t, e)), a && this.styleCache.set(t, r)), + ((r = e.buildStyles(t, n)), a && this.styleCache.set(t, r)), (this.mru = Object(o.__assign)({}, r)), this.applyStyleToElement(r), - n.sideEffect(t, r, e); + e.sideEffect(t, r, n); }), (t.prototype.clearStyles = function() { var t = this; - Object.keys(this.mru).forEach(function(e) { - t.mru[e] = ""; + Object.keys(this.mru).forEach(function(n) { + t.mru[n] = ""; }), this.applyStyleToElement(this.mru), (this.mru = {}); @@ -34370,36 +34367,36 @@ this.DIRECTIVE_KEY ); }), - (t.prototype.getFlexFlowDirection = function(t, e) { - if ((void 0 === e && (e = !1), t)) { - var n = this.styler.getFlowDirection(t), - o = n[0]; - if (!n[1] && e) { + (t.prototype.getFlexFlowDirection = function(t, n) { + if ((void 0 === n && (n = !1), t)) { + var e = this.styler.getFlowDirection(t), + o = e[0]; + if (!e[1] && n) { var a = (function(t) { - var e, - n, + var n, + e, o = (function(t) { - var e = (t = t ? t.toLowerCase() : "").split(" "), - n = e[0], - o = e[1], - a = e[2]; + var n = (t = t ? t.toLowerCase() : "").split(" "), + e = n[0], + o = n[1], + a = n[2]; return ( Vv.find(function(t) { - return t === n; - }) || (n = Vv[0]), + return t === e; + }) || (e = Vv[0]), "inline" === o && ((o = "inline" !== a ? a : ""), (a = "inline")), - [n, Hv(o), !!a] + [e, Hv(o), !!a] ); })(t); return ( - void 0 === (e = o[1]) && (e = null), - void 0 === (n = o[2]) && (n = !1), + void 0 === (n = o[1]) && (n = null), + void 0 === (e = o[2]) && (e = !1), { - display: n ? "inline-flex" : "flex", + display: e ? "inline-flex" : "flex", "box-sizing": "border-box", "flex-direction": o[0], - "flex-wrap": e || null + "flex-wrap": n || null } ); })(o); @@ -34409,16 +34406,16 @@ } return "row"; }), - (t.prototype.applyStyleToElement = function(t, e, n) { - void 0 === n && (n = this.nativeElement), - this.styler.applyStyleToElement(n, t, e); + (t.prototype.applyStyleToElement = function(t, n, e) { + void 0 === e && (e = this.nativeElement), + this.styler.applyStyleToElement(e, t, n); }), - (t.prototype.setValue = function(t, e) { + (t.prototype.setValue = function(t, n) { this.marshal.setValue( this.nativeElement, this.DIRECTIVE_KEY, t, - e + n ); }), (t.prototype.updateWithValue = function(t) { @@ -34560,39 +34557,39 @@ ], Jv = /(\.|-|_)/g; function $v(t) { - var e = t.length > 0 ? t.charAt(0) : "", - n = t.length > 1 ? t.slice(1) : ""; - return e.toUpperCase() + n; + var n = t.length > 0 ? t.charAt(0) : "", + e = t.length > 1 ? t.slice(1) : ""; + return n.toUpperCase() + e; } var tO = new Ut("Token (@angular/flex-layout) Breakpoints", { providedIn: "root", factory: function() { var t = Rt(Fv), - e = Rt(Lv), - n = [].concat.apply( + n = Rt(Lv), + e = [].concat.apply( [], (t || []).map(function(t) { return Array.isArray(t) ? t : [t]; }) ); - return (function(t, e) { - void 0 === e && (e = []); - var n, + return (function(t, n) { + void 0 === n && (n = []); + var e, o = {}; return ( t.forEach(function(t) { o[t.alias] = t; }), - e.forEach(function(t) { + n.forEach(function(t) { o[t.alias] ? (function(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; if (null == t) throw TypeError( "Cannot convert undefined or null to object" ); - for (var o = 0, a = e; o < a.length; o++) { + for (var o = 0, a = n; o < a.length; o++) { var r = a[o]; if (null != r) for (var i in r) r.hasOwnProperty(i) && (t[i] = r[i]); @@ -34600,7 +34597,7 @@ })(o[t.alias], t) : (o[t.alias] = t); }), - (n = Object.keys(o).map(function(t) { + (e = Object.keys(o).map(function(t) { return o[t]; })).forEach(function(t) { t.suffix || @@ -34611,37 +34608,37 @@ .join("")), (t.overlapping = !!t.overlapping)); }), - n + e ); })( - (e.disableDefaultBps ? [] : qv).concat( - e.addOrientationBps ? Xv : [] + (n.disableDefaultBps ? [] : qv).concat( + n.addOrientationBps ? Xv : [] ), - n + e ); } }); - function eO(t, e) { - return ((e && e.priority) || 0) - ((t && t.priority) || 0); + function nO(t, n) { + return ((n && n.priority) || 0) - ((t && t.priority) || 0); } - function nO(t, e) { - return (t.priority || 0) - (e.priority || 0); + function eO(t, n) { + return (t.priority || 0) - (n.priority || 0); } var oO = (function() { function t(t) { - (this.findByMap = new Map()), (this.items = t.slice().sort(nO)); + (this.findByMap = new Map()), (this.items = t.slice().sort(eO)); } return ( (t.prototype.findByAlias = function(t) { return t - ? this.findWithPredicate(t, function(e) { - return e.alias == t; + ? this.findWithPredicate(t, function(n) { + return n.alias == t; }) : null; }), (t.prototype.findByQuery = function(t) { - return this.findWithPredicate(t, function(e) { - return e.mediaQuery == t; + return this.findWithPredicate(t, function(n) { + return n.mediaQuery == t; }); }), Object.defineProperty(t.prototype, "overlappings", { @@ -34671,12 +34668,12 @@ enumerable: !0, configurable: !0 }), - (t.prototype.findWithPredicate = function(t, e) { - var n = this.findByMap.get(t); + (t.prototype.findWithPredicate = function(t, n) { + var e = this.findByMap.get(t); return ( - n || - ((n = this.items.find(e) || null), this.findByMap.set(t, n)), - n || null + e || + ((e = this.items.find(n) || null), this.findByMap.set(t, e)), + e || null ); }), (t.ngInjectableDef = Ct({ @@ -34690,10 +34687,10 @@ ); })(), aO = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._zone = t), - (this._platformId = e), - (this._document = n), + (this._platformId = n), + (this._document = e), (this.source = new Cc(new Dv(!0))), (this.registry = new Map()), (this._observable$ = this.source.asObservable()); @@ -34703,8 +34700,8 @@ get: function() { var t = []; return ( - this.registry.forEach(function(e, n) { - e.matches && t.push(n); + this.registry.forEach(function(n, e) { + n.matches && t.push(e); }), t ); @@ -34713,28 +34710,28 @@ configurable: !0 }), (t.prototype.isActive = function(t) { - var e = this.registry.get(t); - return !!e && e.matches; + var n = this.registry.get(t); + return !!n && n.matches; }), - (t.prototype.observe = function(t, e) { - var n = this; - if ((void 0 === e && (e = !1), t && t.length)) { + (t.prototype.observe = function(t, n) { + var e = this; + if ((void 0 === n && (n = !1), t && t.length)) { var o = this._observable$.pipe( - Zl(function(n) { - return !e || t.indexOf(n.mediaQuery) > -1; + Zl(function(e) { + return !n || t.indexOf(e.mediaQuery) > -1; }) ); return $( - new O(function(e) { - var o = n.registerQuery(t); + new O(function(n) { + var o = e.registerQuery(t); if (o.length) { var a = o.pop(); o.forEach(function(t) { - e.next(t); + n.next(t); }), - n.source.next(a); + e.source.next(a); } - e.complete(); + n.complete(); }), o ); @@ -34742,53 +34739,53 @@ return this._observable$; }), (t.prototype.registerQuery = function(t) { - var e = this, - n = Array.isArray(t) ? t : [t], + var n = this, + e = Array.isArray(t) ? t : [t], o = []; return ( - (function(t, e) { - var n = t.filter(function(t) { + (function(t, n) { + var e = t.filter(function(t) { return !rO[t]; }); - if (n.length > 0) { - var o = n.join(", "); + if (e.length > 0) { + var o = e.join(", "); try { - var a = e.createElement("style"); + var a = n.createElement("style"); a.setAttribute("type", "text/css"), a.styleSheet || a.appendChild( - e.createTextNode( + n.createTextNode( "\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media " + o + " {.fx-query-test{ }}\n" ) ), - e.head.appendChild(a), - n.forEach(function(t) { + n.head.appendChild(a), + e.forEach(function(t) { return (rO[t] = a); }); } catch (r) { console.error(r); } } - })(n, this._document), - n.forEach(function(t) { - var n = e.registry.get(t); - n || - ((n = e.buildMQL(t)).addListener(function(n) { - e._zone.run(function() { - return e.source.next(new Dv(n.matches, t)); + })(e, this._document), + e.forEach(function(t) { + var e = n.registry.get(t); + e || + ((e = n.buildMQL(t)).addListener(function(e) { + n._zone.run(function() { + return n.source.next(new Dv(e.matches, t)); }); }), - e.registry.set(t, n)), - n.matches && o.push(new Dv(!0, t)); + n.registry.set(t, e)), + e.matches && o.push(new Dv(!0, t)); }), o ); }), (t.prototype.buildMQL = function(t) { - return (function(t, e) { - return e && window.matchMedia("all").addListener + return (function(t, n) { + return n && window.matchMedia("all").addListener ? window.matchMedia(t) : { matches: "all" === t || "" === t, @@ -34811,9 +34808,9 @@ rO = {}, iO = { alias: "print", mediaQuery: "print", priority: 1e3 }, lO = (function() { - function t(t, e) { + function t(t, n) { (this.breakpoints = t), - (this.layoutConfig = e), + (this.layoutConfig = n), (this.isPrinting = !1), (this.queue = new sO()), (this.deactivations = []); @@ -34836,8 +34833,8 @@ get: function() { var t = this; return this.printAlias - .map(function(e) { - return t.breakpoints.findByAlias(e); + .map(function(n) { + return t.breakpoints.findByAlias(n); }) .filter(function(t) { return null !== t; @@ -34847,43 +34844,43 @@ configurable: !0 }), (t.prototype.getEventBreakpoints = function(t) { - var e = this.breakpoints.findByQuery(t.mediaQuery); - return (e - ? this.printBreakPoints.concat([e]) + var n = this.breakpoints.findByQuery(t.mediaQuery); + return (n + ? this.printBreakPoints.concat([n]) : this.printBreakPoints - ).sort(eO); + ).sort(nO); }), (t.prototype.updateEvent = function(t) { - var e = this.breakpoints.findByQuery(t.mediaQuery); + var n = this.breakpoints.findByQuery(t.mediaQuery); return ( this.isPrintEvent(t) && - ((e = this.getEventBreakpoints(t)[0]), - (t.mediaQuery = e ? e.mediaQuery : "")), - Bv(t, e) + ((n = this.getEventBreakpoints(t)[0]), + (t.mediaQuery = n ? n.mediaQuery : "")), + Bv(t, n) ); }), (t.prototype.interceptEvents = function(t) { - var e = this; - return function(n) { - e.isPrintEvent(n) - ? n.matches && !e.isPrinting - ? (e.startPrinting(t, e.getEventBreakpoints(n)), + var n = this; + return function(e) { + n.isPrintEvent(e) + ? e.matches && !n.isPrinting + ? (n.startPrinting(t, n.getEventBreakpoints(e)), t.updateStyles()) - : !n.matches && - e.isPrinting && - (e.stopPrinting(t), t.updateStyles()) - : e.collectActivations(n); + : !e.matches && + n.isPrinting && + (n.stopPrinting(t), t.updateStyles()) + : n.collectActivations(e); }; }), (t.prototype.blockPropagation = function() { var t = this; - return function(e) { - return !(t.isPrinting || t.isPrintEvent(e)); + return function(n) { + return !(t.isPrinting || t.isPrintEvent(n)); }; }), - (t.prototype.startPrinting = function(t, e) { + (t.prototype.startPrinting = function(t, n) { (this.isPrinting = !0), - (t.activatedBreakpoints = this.queue.addPrintBreakpoints(e)); + (t.activatedBreakpoints = this.queue.addPrintBreakpoints(n)); }), (t.prototype.stopPrinting = function(t) { (t.activatedBreakpoints = this.deactivations), @@ -34895,9 +34892,9 @@ if (!this.isPrinting) if (t.matches) this.deactivations = []; else { - var e = this.breakpoints.findByQuery(t.mediaQuery); - e && - (this.deactivations.push(e), this.deactivations.sort(eO)); + var n = this.breakpoints.findByQuery(t.mediaQuery); + n && + (this.deactivations.push(n), this.deactivations.sort(nO)); } }), (t.ngInjectableDef = Ct({ @@ -34916,12 +34913,12 @@ } return ( (t.prototype.addPrintBreakpoints = function(t) { - var e = this; + var n = this; return ( t.push(iO), - t.sort(eO), + t.sort(nO), t.forEach(function(t) { - return e.addBreakpoint(t); + return n.addBreakpoint(t); }), this.printBreakpoints ); @@ -34929,8 +34926,8 @@ (t.prototype.addBreakpoint = function(t) { t && void 0 === - this.printBreakpoints.find(function(e) { - return e.mediaQuery === t.mediaQuery; + this.printBreakpoints.find(function(n) { + return n.mediaQuery === t.mediaQuery; }) && (this.printBreakpoints = (function(t) { return !!t && t.mediaQuery.startsWith("print"); @@ -34945,16 +34942,16 @@ ); })(); function cO(t) { - for (var e in t) { - var n = t[e] || ""; - switch (e) { + for (var n in t) { + var e = t[n] || ""; + switch (n) { case "display": t.display = - "flex" === n + "flex" === e ? ["-webkit-flex", "flex"] - : "inline-flex" === n + : "inline-flex" === e ? ["-webkit-inline-flex", "inline-flex"] - : n; + : e; break; case "align-items": case "align-self": @@ -34966,74 +34963,74 @@ case "flex-shrink": case "flex-wrap": case "justify-content": - t["-webkit-" + e] = n; + t["-webkit-" + n] = e; break; case "flex-direction": - (t["-webkit-flex-direction"] = n = n || "row"), - (t["flex-direction"] = n); + (t["-webkit-flex-direction"] = e = e || "row"), + (t["flex-direction"] = e); break; case "order": - t.order = t["-webkit-" + e] = isNaN(+n) ? "0" : n; + t.order = t["-webkit-" + n] = isNaN(+e) ? "0" : e; } } return t; } var uO = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._serverStylesheet = t), - (this._serverModuleLoaded = e), - (this._platformId = n), + (this._serverModuleLoaded = n), + (this._platformId = e), (this.layoutConfig = o); } return ( - (t.prototype.applyStyleToElement = function(t, e, n) { - void 0 === n && (n = null); + (t.prototype.applyStyleToElement = function(t, n, e) { + void 0 === e && (e = null); var o = {}; - "string" == typeof e && ((o[e] = n), (e = o)), - (o = this.layoutConfig.disableVendorPrefixes ? e : cO(e)), + "string" == typeof n && ((o[n] = e), (n = o)), + (o = this.layoutConfig.disableVendorPrefixes ? n : cO(n)), this._applyMultiValueStyleToElement(o, t); }), - (t.prototype.applyStyleToElements = function(t, e) { - var n = this; - void 0 === e && (e = []); + (t.prototype.applyStyleToElements = function(t, n) { + var e = this; + void 0 === n && (n = []); var o = this.layoutConfig.disableVendorPrefixes ? t : cO(t); - e.forEach(function(t) { - n._applyMultiValueStyleToElement(o, t); + n.forEach(function(t) { + e._applyMultiValueStyleToElement(o, t); }); }), (t.prototype.getFlowDirection = function(t) { - var e = this.lookupStyle(t, "flex-direction"); + var n = this.lookupStyle(t, "flex-direction"); return [ - e || "row", + n || "row", this.lookupInlineStyle(t, "flex-direction") || (js(this._platformId) && this._serverModuleLoaded) - ? e + ? n : "" ]; }), - (t.prototype.lookupAttributeValue = function(t, e) { - return t.getAttribute(e) || ""; + (t.prototype.lookupAttributeValue = function(t, n) { + return t.getAttribute(n) || ""; }), - (t.prototype.lookupInlineStyle = function(t, e) { + (t.prototype.lookupInlineStyle = function(t, n) { return Ls(this._platformId) - ? t.style.getPropertyValue(e) - : this._getServerStyle(t, e); + ? t.style.getPropertyValue(n) + : this._getServerStyle(t, n); }), - (t.prototype.lookupStyle = function(t, e, n) { - void 0 === n && (n = !1); + (t.prototype.lookupStyle = function(t, n, e) { + void 0 === e && (e = !1); var o = ""; return ( t && - ((o = this.lookupInlineStyle(t, e)) || + ((o = this.lookupInlineStyle(t, n)) || (Ls(this._platformId) - ? n || (o = getComputedStyle(t).getPropertyValue(e)) + ? e || (o = getComputedStyle(t).getPropertyValue(n)) : this._serverModuleLoaded && - (o = this._serverStylesheet.getStyleForElement(t, e)))), + (o = this._serverStylesheet.getStyleForElement(t, n)))), o ? o.trim() : "" ); }), - (t.prototype._applyMultiValueStyleToElement = function(t, e) { - var n = this; + (t.prototype._applyMultiValueStyleToElement = function(t, n) { + var e = this; Object.keys(t) .sort() .forEach(function(o) { @@ -35043,40 +35040,40 @@ for (var i = 0, l = r; i < l.length; i++) { var s = l[i]; (s = s ? s + "" : ""), - Ls(n._platformId) || !n._serverModuleLoaded - ? Ls(n._platformId) - ? e.style.setProperty(o, s) - : n._setServerStyle(e, o, s) - : n._serverStylesheet.addStyleToElement(e, o, s); + Ls(e._platformId) || !e._serverModuleLoaded + ? Ls(e._platformId) + ? n.style.setProperty(o, s) + : e._setServerStyle(n, o, s) + : e._serverStylesheet.addStyleToElement(n, o, s); } }); }), - (t.prototype._setServerStyle = function(t, e, n) { - e = e.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(); + (t.prototype._setServerStyle = function(t, n, e) { + n = n.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase(); var o = this._readStyleAttribute(t); - (o[e] = n || ""), this._writeStyleAttribute(t, o); + (o[n] = e || ""), this._writeStyleAttribute(t, o); }), - (t.prototype._getServerStyle = function(t, e) { - return this._readStyleAttribute(t)[e] || ""; + (t.prototype._getServerStyle = function(t, n) { + return this._readStyleAttribute(t)[n] || ""; }), (t.prototype._readStyleAttribute = function(t) { - var e = {}, - n = t.getAttribute("style"); - if (n) - for (var o = n.split(/;+/g), a = 0; a < o.length; a++) { + var n = {}, + e = t.getAttribute("style"); + if (e) + for (var o = e.split(/;+/g), a = 0; a < o.length; a++) { var r = o[a].trim(); if (r.length > 0) { var i = r.indexOf(":"); if (-1 === i) throw new Error("Invalid CSS style: " + r); - e[r.substr(0, i).trim()] = r.substr(i + 1).trim(); + n[r.substr(0, i).trim()] = r.substr(i + 1).trim(); } } - return e; + return n; }), - (t.prototype._writeStyleAttribute = function(t, e) { - var n = ""; - for (var o in e) e[o] && (n += o + ":" + e[o] + ";"); - t.setAttribute("style", n); + (t.prototype._writeStyleAttribute = function(t, n) { + var e = ""; + for (var o in n) n[o] && (e += o + ":" + n[o] + ";"); + t.setAttribute("style", e); }), (t.ngInjectableDef = Ct({ factory: function() { @@ -35092,11 +35089,11 @@ function t() { this.shouldCache = !0; } - return (t.prototype.sideEffect = function(t, e, n) {}), t; + return (t.prototype.sideEffect = function(t, n, e) {}), t; })(); - function pO(t, e, n) { - void 0 === e && (e = "1"), void 0 === n && (n = "1"); - var o = [e, n, t], + function pO(t, n, e) { + void 0 === n && (n = "1"), void 0 === e && (e = "1"); + var o = [n, e, t], a = t.indexOf("calc"); if (a > 0) (o[2] = mO(t.substring(a).trim())), @@ -35108,7 +35105,7 @@ else if (0 == a) o[2] = mO(t.trim()); else { var r; - o = 3 === (r = t.split(" ")).length ? r : [e, n, t]; + o = 3 === (r = t.split(" ")).length ? r : [n, e, t]; } return o; } @@ -35116,10 +35113,10 @@ return t.replace(/[\s]/g, "").replace(/[\/\*\+\-]/g, " $& "); } var gO = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.matchMedia = t), - (this.breakpoints = e), - (this.hook = n), + (this.breakpoints = n), + (this.hook = e), (this.activatedBreakpoints = []), (this.elementMap = new Map()), (this.elementKeyMap = new WeakMap()), @@ -35140,149 +35137,149 @@ configurable: !0 }), (t.prototype.onMediaChange = function(t) { - var e = this.findByQuery(t.mediaQuery); - e && - ((t = Bv(t, e)).matches && - -1 === this.activatedBreakpoints.indexOf(e) - ? (this.activatedBreakpoints.push(e), - this.activatedBreakpoints.sort(eO), + var n = this.findByQuery(t.mediaQuery); + n && + ((t = Bv(t, n)).matches && + -1 === this.activatedBreakpoints.indexOf(n) + ? (this.activatedBreakpoints.push(n), + this.activatedBreakpoints.sort(nO), this.updateStyles()) : t.matches || - -1 === this.activatedBreakpoints.indexOf(e) || + -1 === this.activatedBreakpoints.indexOf(n) || (this.activatedBreakpoints.splice( - this.activatedBreakpoints.indexOf(e), + this.activatedBreakpoints.indexOf(n), 1 ), - this.activatedBreakpoints.sort(eO), + this.activatedBreakpoints.sort(nO), this.updateStyles())); }), - (t.prototype.init = function(t, e, n, o, a) { + (t.prototype.init = function(t, n, e, o, a) { void 0 === a && (a = []), - fO(this.updateMap, t, e, n), - fO(this.clearMap, t, e, o), - this.buildElementKeyMap(t, e), - this.watchExtraTriggers(t, e, a); + fO(this.updateMap, t, n, e), + fO(this.clearMap, t, n, o), + this.buildElementKeyMap(t, n), + this.watchExtraTriggers(t, n, a); }), - (t.prototype.getValue = function(t, e, n) { + (t.prototype.getValue = function(t, n, e) { var o = this.elementMap.get(t); if (o) { - var a = void 0 !== n ? o.get(n) : this.getActivatedValues(o, e); - if (a) return a.get(e); + var a = void 0 !== e ? o.get(e) : this.getActivatedValues(o, n); + if (a) return a.get(n); } }), - (t.prototype.hasValue = function(t, e) { - var n = this.elementMap.get(t); - if (n) { - var o = this.getActivatedValues(n, e); - if (o) return void 0 !== o.get(e) || !1; + (t.prototype.hasValue = function(t, n) { + var e = this.elementMap.get(t); + if (e) { + var o = this.getActivatedValues(e, n); + if (o) return void 0 !== o.get(n) || !1; } return !1; }), - (t.prototype.setValue = function(t, e, n, o) { + (t.prototype.setValue = function(t, n, e, o) { var a = this.elementMap.get(t); if (a) { - var r = (a.get(o) || new Map()).set(e, n); + var r = (a.get(o) || new Map()).set(n, e); a.set(o, r), this.elementMap.set(t, a); } else - (a = new Map().set(o, new Map().set(e, n))), + (a = new Map().set(o, new Map().set(n, e))), this.elementMap.set(t, a); - var i = this.getValue(t, e); - void 0 !== i && this.updateElement(t, e, i); + var i = this.getValue(t, n); + void 0 !== i && this.updateElement(t, n, i); }), - (t.prototype.trackValue = function(t, e) { + (t.prototype.trackValue = function(t, n) { return this.subject.asObservable().pipe( - Zl(function(n) { - return n.element === t && n.key === e; + Zl(function(e) { + return e.element === t && e.key === n; }) ); }), (t.prototype.updateStyles = function() { var t = this; - this.elementMap.forEach(function(e, n) { - var o = new Set(t.elementKeyMap.get(n)), - a = t.getActivatedValues(e); + this.elementMap.forEach(function(n, e) { + var o = new Set(t.elementKeyMap.get(e)), + a = t.getActivatedValues(n); a && - a.forEach(function(e, a) { - t.updateElement(n, a, e), o.delete(a); + a.forEach(function(n, a) { + t.updateElement(e, a, n), o.delete(a); }), o.forEach(function(o) { - if ((a = t.getActivatedValues(e, o))) { + if ((a = t.getActivatedValues(n, o))) { var r = a.get(o); - t.updateElement(n, o, r); - } else t.clearElement(n, o); + t.updateElement(e, o, r); + } else t.clearElement(e, o); }); }); }), - (t.prototype.clearElement = function(t, e) { - var n = this.clearMap.get(t); - if (n) { - var o = n.get(e); - o && (o(), this.subject.next({ element: t, key: e, value: "" })); + (t.prototype.clearElement = function(t, n) { + var e = this.clearMap.get(t); + if (e) { + var o = e.get(n); + o && (o(), this.subject.next({ element: t, key: n, value: "" })); } }), - (t.prototype.updateElement = function(t, e, n) { + (t.prototype.updateElement = function(t, n, e) { var o = this.updateMap.get(t); if (o) { - var a = o.get(e); - a && (a(n), this.subject.next({ element: t, key: e, value: n })); + var a = o.get(n); + a && (a(e), this.subject.next({ element: t, key: n, value: e })); } }), (t.prototype.releaseElement = function(t) { - var e = this.watcherMap.get(t); - e && - (e.forEach(function(t) { + var n = this.watcherMap.get(t); + n && + (n.forEach(function(t) { return t.unsubscribe(); }), this.watcherMap.delete(t)); - var n = this.elementMap.get(t); - n && - (n.forEach(function(t, e) { - return n.delete(e); + var e = this.elementMap.get(t); + e && + (e.forEach(function(t, n) { + return e.delete(n); }), this.elementMap.delete(t)); }), - (t.prototype.triggerUpdate = function(t, e) { - var n = this, + (t.prototype.triggerUpdate = function(t, n) { + var e = this, o = this.elementMap.get(t); if (o) { - var a = this.getActivatedValues(o, e); + var a = this.getActivatedValues(o, n); a && - (e - ? this.updateElement(t, e, a.get(e)) - : a.forEach(function(e, o) { - return n.updateElement(t, o, e); + (n + ? this.updateElement(t, n, a.get(n)) + : a.forEach(function(n, o) { + return e.updateElement(t, o, n); })); } }), - (t.prototype.buildElementKeyMap = function(t, e) { - var n = this.elementKeyMap.get(t); - n || ((n = new Set()), this.elementKeyMap.set(t, n)), n.add(e); + (t.prototype.buildElementKeyMap = function(t, n) { + var e = this.elementKeyMap.get(t); + e || ((e = new Set()), this.elementKeyMap.set(t, e)), e.add(n); }), - (t.prototype.watchExtraTriggers = function(t, e, n) { + (t.prototype.watchExtraTriggers = function(t, n, e) { var o = this; - if (n && n.length) { + if (e && e.length) { var a = this.watcherMap.get(t); if ( - (a || ((a = new Map()), this.watcherMap.set(t, a)), !a.get(e)) + (a || ((a = new Map()), this.watcherMap.set(t, a)), !a.get(n)) ) { - var r = $.apply(void 0, n).subscribe(function() { - var n = o.getValue(t, e); - o.updateElement(t, e, n); + var r = $.apply(void 0, e).subscribe(function() { + var e = o.getValue(t, n); + o.updateElement(t, n, e); }); - a.set(e, r); + a.set(n, r); } } }), (t.prototype.findByQuery = function(t) { return this.breakpoints.findByQuery(t); }), - (t.prototype.getActivatedValues = function(t, e) { - for (var n = 0; n < this.activatedBreakpoints.length; n++) { - var o = t.get(this.activatedBreakpoints[n].alias); - if (o && (void 0 === e || o.has(e))) return o; + (t.prototype.getActivatedValues = function(t, n) { + for (var e = 0; e < this.activatedBreakpoints.length; e++) { + var o = t.get(this.activatedBreakpoints[e].alias); + if (o && (void 0 === n || o.has(n))) return o; } var a = t.get(""); - return void 0 === e || (a && a.has(e)) ? a : void 0; + return void 0 === n || (a && a.has(n)) ? a : void 0; }), (t.prototype.observeActivations = function() { var t = this.breakpoints.items.map(function(t) { @@ -35306,25 +35303,25 @@ t ); })(); - function fO(t, e, n, o) { + function fO(t, n, e, o) { if (void 0 !== o) { - var a = t.get(e); - a || ((a = new Map()), t.set(e, a)), a.set(n, o); + var a = t.get(n); + a || ((a = new Map()), t.set(n, a)), a.set(e, o); } } var hO = "inline", bO = ["row", "column", "row-reverse", "column-reverse"]; function _O(t) { - var e = (t = t ? t.toLowerCase() : "").split(" "), - n = e[0], - o = e[1], - a = e[2]; + var n = (t = t ? t.toLowerCase() : "").split(" "), + e = n[0], + o = n[1], + a = n[2]; return ( bO.find(function(t) { - return t === n; - }) || (n = bO[0]), + return t === e; + }) || (e = bO[0]), o === hO && ((o = a !== hO ? a : ""), (a = hO)), - [n, CO(o), !!a] + [e, CO(o), !!a] ); } function yO(t) { @@ -35349,32 +35346,32 @@ return t; } var vO = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.buildStyles = function(t) { + Object(o.__extends)(n, t), + (n.prototype.buildStyles = function(t) { return ( - void 0 === (e = (o = _O(t))[1]) && (e = null), - void 0 === (n = o[2]) && (n = !1), + void 0 === (n = (o = _O(t))[1]) && (n = null), + void 0 === (e = o[2]) && (e = !1), { - display: n ? "inline-flex" : "flex", + display: e ? "inline-flex" : "flex", "box-sizing": "border-box", "flex-direction": o[0], - "flex-wrap": e || null + "flex-wrap": n || null } ); - var e, n, o; + var n, e, o; }), - (e.ngInjectableDef = Ct({ + (n.ngInjectableDef = Ct({ factory: function() { - return new e(); + return new n(); }, - token: e, + token: n, providedIn: "root" })), - e + n ); })(dO), OO = [ @@ -35394,18 +35391,18 @@ "fxLayout.gt-lg" ], PO = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.inputs = OO), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.inputs = OO), n; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, o, n, a) || this; + function n(n, e, o, a) { + var r = t.call(this, n, o, e, a) || this; return ( - (r.elRef = e), - (r.styleUtils = n), + (r.elRef = n), + (r.styleUtils = e), (r.styleBuilder = o), (r.marshal = a), (r.DIRECTIVE_KEY = "layout"), @@ -35414,34 +35411,34 @@ r ); } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(Uv) ), MO = new Map(); function xO(t) { - for (var e = [], n = 1; n < arguments.length; n++) - e[n - 1] = arguments[n]; + for (var n = [], e = 1; e < arguments.length; e++) + n[e - 1] = arguments[e]; if (null == t) throw TypeError("Cannot convert undefined or null to object"); - for (var o = 0, a = e; o < a.length; o++) { + for (var o = 0, a = n; o < a.length; o++) { var r = a[o]; if (null != r) for (var i in r) r.hasOwnProperty(i) && (t[i] = r[i]); } return t; } var kO = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n.layoutConfig = e), n; + function n(n) { + var e = t.call(this) || this; + return (e.layoutConfig = n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.buildStyles = function(t, e) { - var n = t.split(" "), - o = n[0], - a = n[1], - r = n.slice(2).join(" "), - i = e.direction.indexOf("column") > -1 ? "column" : "row", + Object(o.__extends)(n, t), + (n.prototype.buildStyles = function(t, n) { + var e = t.split(" "), + o = e[0], + a = e[1], + r = e.slice(2).join(" "), + i = n.direction.indexOf("column") > -1 ? "column" : "row", l = yO(i) ? "max-width" : "max-height", s = yO(i) ? "min-width" : "min-height", c = String(r).indexOf("calc") > -1, @@ -35518,7 +35515,7 @@ ((f[s] = g || (m && o) ? r : null), (f[l] = g || (!u && a) ? r : null)), f[s] || f[l] - ? e.hasWrap && + ? n.hasWrap && (f[c ? "flex-basis" : "flex"] = f[l] ? c ? f[l] @@ -35535,14 +35532,14 @@ xO(f, { "box-sizing": "border-box" }) ); }), - (e.ngInjectableDef = Ct({ + (n.ngInjectableDef = Ct({ factory: function() { - return new e(Rt(Lv)); + return new n(Rt(Lv)); }, - token: e, + token: n, providedIn: "root" })), - e + n ); })(dO), wO = [ @@ -35562,18 +35559,18 @@ "fxFlex.gt-lg" ], SO = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.inputs = wO), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.inputs = wO), n; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function(t) { - function e(e, n, o, a, r) { - var i = t.call(this, e, a, n, r) || this; + function n(n, e, o, a, r) { + var i = t.call(this, n, a, e, r) || this; return ( - (i.elRef = e), - (i.styleUtils = n), + (i.elRef = n), + (i.styleUtils = e), (i.layoutConfig = o), (i.styleBuilder = a), (i.marshal = r), @@ -35596,8 +35593,8 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "shrink", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "shrink", { get: function() { return this.flexShrink; }, @@ -35607,7 +35604,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "grow", { + Object.defineProperty(n.prototype, "grow", { get: function() { return this.flexGrow; }, @@ -35617,47 +35614,47 @@ enumerable: !0, configurable: !0 }), - (e.prototype.onLayoutChange = function(t) { - var e = t.value.split(" "); - (this.direction = e[0]), - (this.wrap = void 0 !== e[1] && "wrap" === e[1]), + (n.prototype.onLayoutChange = function(t) { + var n = t.value.split(" "); + (this.direction = n[0]), + (this.wrap = void 0 !== n[1] && "wrap" === n[1]), this.triggerUpdate(); }), - (e.prototype.updateWithValue = function(t) { + (n.prototype.updateWithValue = function(t) { this.direction || (this.direction = this.getFlexFlowDirection( this.parentElement, !1 !== this.layoutConfig.addFlexToParent )); - var e = this.direction, - n = e.startsWith("row"), + var n = this.direction, + e = n.startsWith("row"), o = this.wrap; - n && o + e && o ? (this.styleCache = AO) - : n && !o + : e && !o ? (this.styleCache = EO) - : !n && o + : !e && o ? (this.styleCache = TO) - : n || o || (this.styleCache = IO); + : e || o || (this.styleCache = IO); var a = pO( String(t).replace(";", ""), this.flexGrow, this.flexShrink ); - this.addStyles(a.join(" "), { direction: e, hasWrap: o }); + this.addStyles(a.join(" "), { direction: n, hasWrap: o }); }), - (e.prototype.triggerReflow = function() { + (n.prototype.triggerReflow = function() { var t = this.activatedValue; if (void 0 !== t) { - var e = pO(t, this.flexGrow, this.flexShrink); + var n = pO(t, this.flexGrow, this.flexShrink); this.marshal.updateElement( this.nativeElement, this.DIRECTIVE_KEY, - e.join(" ") + n.join(" ") ); } }), - e + n ); })(Uv) ), @@ -35673,30 +35670,30 @@ "min-height": "100%" }, DO = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.buildStyles = function(t) { + Object(o.__extends)(n, t), + (n.prototype.buildStyles = function(t) { return RO; }), - (e.ngInjectableDef = Ct({ + (n.ngInjectableDef = Ct({ factory: function() { - return new e(); + return new n(); }, - token: e, + token: n, providedIn: "root" })), - e + n ); })(dO), NO = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e, o, n, a) || this; + function n(n, e, o, a) { + var r = t.call(this, n, o, e, a) || this; return ( - (r.elRef = e), - (r.styleUtils = n), + (r.elRef = n), + (r.styleUtils = e), (r.styleBuilder = o), (r.marshal = a), (r.styleCache = zO), @@ -35704,7 +35701,7 @@ r ); } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(Uv), zO = new Map(), LO = (function() { @@ -35736,17 +35733,17 @@ return ( (t.prototype.ngOnDestroy = function() { var t = this; - this._observedElements.forEach(function(e, n) { - return t._cleanupObserver(n); + this._observedElements.forEach(function(n, e) { + return t._cleanupObserver(e); }); }), (t.prototype.observe = function(t) { - var e = this, - n = pf(t); + var n = this, + e = pf(t); return new O(function(t) { - var o = e._observeElement(n).subscribe(t); + var o = n._observeElement(e).subscribe(t); return function() { - o.unsubscribe(), e._unobserveElement(n); + o.unsubscribe(), n._unobserveElement(e); }; }); }), @@ -35754,19 +35751,19 @@ if (this._observedElements.has(t)) this._observedElements.get(t).count++; else { - var e = new S(), - n = this._mutationObserverFactory.create(function(t) { - return e.next(t); + var n = new S(), + e = this._mutationObserverFactory.create(function(t) { + return n.next(t); }); - n && - n.observe(t, { + e && + e.observe(t, { characterData: !0, childList: !0, subtree: !0 }), this._observedElements.set(t, { - observer: n, - stream: e, + observer: e, + stream: n, count: 1 }); } @@ -35780,10 +35777,10 @@ }), (t.prototype._cleanupObserver = function(t) { if (this._observedElements.has(t)) { - var e = this._observedElements.get(t), - n = e.observer, - o = e.stream; - n && n.disconnect(), + var n = this._observedElements.get(t), + e = n.observer, + o = n.stream; + e && e.disconnect(), o.complete(), this._observedElements.delete(t); } @@ -35799,10 +35796,10 @@ ); })(), BO = (function() { - function t(t, e, n) { + function t(t, n, e) { (this._contentObserver = t), - (this._elementRef = e), - (this._ngZone = n), + (this._elementRef = n), + (this._ngZone = e), (this.event = new ar()), (this._disabled = !1), (this._currentSubscription = null); @@ -35838,11 +35835,11 @@ (t.prototype._subscribe = function() { var t = this; this._unsubscribe(); - var e = this._contentObserver.observe(this._elementRef); + var n = this._contentObserver.observe(this._elementRef); this._ngZone.runOutsideAngular(function() { t._currentSubscription = (t.debounce - ? e.pipe(Af(t.debounce)) - : e + ? n.pipe(Af(t.debounce)) + : n ).subscribe(t.event); }); }), @@ -35879,10 +35876,10 @@ [["class", "mat-tab-links"]], null, [[null, "cdkObserveContent"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkObserveContent" === e && + "cdkObserveContent" === n && (o = !1 !== t.component._alignInkBar() && o), o ); @@ -35890,7 +35887,7 @@ null, null )), - Ba(2, 1196032, null, 0, BO, [FO, Nn, Dr], null, { + Ba(2, 1196032, null, 0, BO, [FO, Ne, Dr], null, { event: "cdkObserveContent" }), wi(null, 0), @@ -35909,17 +35906,17 @@ null, null )), - Ba(5, 16384, [[1, 4]], 0, Ev, [Nn, Dr, Sv], null, null) + Ba(5, 16384, [[1, 4]], 0, Ev, [Ne, Dr, Sv], null, null) ], null, null ); } var qO = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.beatOnApi = t), - (this.dialog = e), - (this.router = n), + (this.dialog = n), + (this.router = e), (this.configSvc = o), (this.activeLinkIndex = -1), (this.navLinks = []), @@ -36150,20 +36147,20 @@ [2, "mat-tab-label-active", null] ], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && + "click" === n && (o = !1 !== wa(t, 1).onClick( - n.button, - n.ctrlKey, - n.metaKey, - n.shiftKey + e.button, + e.ctrlKey, + e.metaKey, + e.shiftKey ) && o), - "click" === e && (o = !1 !== a.clickStuff() && o), + "click" === n && (o = !1 !== a.clickStuff() && o), o ); }, @@ -36186,7 +36183,7 @@ [["rla", 4]], 2, Fm, - [Nm, Nn, Bn, [2, zm], [2, Lm]], + [Nm, Ne, Be, [2, zm], [2, Lm]], { routerLinkActive: [0, "routerLinkActive"] }, null ), @@ -36198,32 +36195,32 @@ [[1, 4]], 0, Av, - [Iv, Nn, Dr, ff, [2, _h], [8, null], Gf], + [Iv, Ne, Dr, ff, [2, _h], [8, null], Gf], { active: [0, "active"] }, null ), - Ba(6, 16384, null, 0, wy, [Nn], null, null), + Ba(6, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(7, null, [" ", " "])) ], - function(t, e) { - t(e, 1, 0, e.context.$implicit.path), - t(e, 2, 0, ""), - t(e, 5, 0, wa(e, 2).isActive); + function(t, n) { + t(n, 1, 0, n.context.$implicit.path), + t(n, 2, 0, ""), + t(n, 5, 0, wa(n, 2).isActive); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).target, - wa(e, 1).href, - wa(e, 5).active, - wa(e, 5).disabled.toString(), - wa(e, 5).tabIndex, - wa(e, 5).disabled, - wa(e, 5).active + wa(n, 1).target, + wa(n, 1).href, + wa(n, 5).active, + wa(n, 5).disabled.toString(), + wa(n, 5).tabIndex, + wa(n, 5).disabled, + wa(n, 5).active ), - t(e, 7, 0, e.context.$implicit.label); + t(n, 7, 0, n.context.$implicit.label); } ); } @@ -36252,7 +36249,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -36275,7 +36272,7 @@ UO, HO )), - Ba(3, 3325952, null, 1, Iv, [Nn, [2, rf], Dr, eo, IC], null, null), + Ba(3, 3325952, null, 1, Iv, [Ne, [2, rf], Dr, no, IC], null, null), Oi(603979776, 1, { _tabLinks: 1 }), Ba( 5, @@ -36283,7 +36280,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -36294,7 +36291,7 @@ null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ), @@ -36323,7 +36320,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -36348,7 +36345,7 @@ [["o", 4]], 0, Hm, - [Vm, so, En, [8, null], eo], + [Vm, so, Ee, [8, null], no], null, null ), @@ -36358,19 +36355,19 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, "column"), - t(e, 5, 0, "row"), - t(e, 7, 0, n.navLinks), - t(e, 9, 0, "column"), - t(e, 11, 0), - t(e, 12, 0, "column"); + function(t, n) { + var e = n.component; + t(n, 1, 0, "column"), + t(n, 5, 0, "row"), + t(n, 7, 0, e.navLinks), + t(n, 9, 0, "column"), + t(n, 11, 0), + t(n, 12, 0, "column"); }, null ); @@ -36396,8 +36393,8 @@ )), Ba(1, 114688, null, 0, qO, [yc, pv, Nm, Sg], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -36432,8 +36429,8 @@ 0 ), XO.add(t)); - } catch (e) { - console.error(e); + } catch (n) { + console.error(n); } })(t), this._matchMedia(t) @@ -36458,9 +36455,9 @@ }; } var tP = (function() { - function t(t, e) { + function t(t, n) { (this._mediaMatcher = t), - (this._zone = e), + (this._zone = n), (this._queries = new Map()), (this._destroySubject = new S()); } @@ -36469,56 +36466,56 @@ this._destroySubject.next(), this._destroySubject.complete(); }), (t.prototype.isMatched = function(t) { - var e = this; - return eP(uf(t)).some(function(t) { - return e._registerQuery(t).mql.matches; + var n = this; + return nP(uf(t)).some(function(t) { + return n._registerQuery(t).mql.matches; }); }), (t.prototype.observe = function(t) { - var e = this; + var n = this; return Mc( - eP(uf(t)).map(function(t) { - return e._registerQuery(t).observable; + nP(uf(t)).map(function(t) { + return n._registerQuery(t).observable; }) ).pipe( Af(0, Zy), U(function(t) { - var e = { matches: !1, breakpoints: {} }; + var n = { matches: !1, breakpoints: {} }; return ( t.forEach(function(t) { - (e.matches = e.matches || t.matches), - (e.breakpoints[t.query] = t.matches); + (n.matches = n.matches || t.matches), + (n.breakpoints[t.query] = t.matches); }), - e + n ); }) ); }), (t.prototype._registerQuery = function(t) { - var e = this; + var n = this; if (this._queries.has(t)) return this._queries.get(t); - var n = this._mediaMatcher.matchMedia(t), + var e = this._mediaMatcher.matchMedia(t), o = { observable: new O(function(t) { - var o = function(n) { - return e._zone.run(function() { - return t.next(n); + var o = function(e) { + return n._zone.run(function() { + return t.next(e); }); }; return ( - n.addListener(o), + e.addListener(o), function() { - n.removeListener(o); + e.removeListener(o); } ); }).pipe( - eu(n), - U(function(e) { - return { query: t, matches: e.matches }; + nu(e), + U(function(n) { + return { query: t, matches: n.matches }; }), oC(this._destroySubject) ), - mql: n + mql: e }; return this._queries.set(t, o), o; }), @@ -36532,19 +36529,19 @@ t ); })(); - function eP(t) { + function nP(t) { return t .map(function(t) { return t.split(","); }) - .reduce(function(t, e) { - return t.concat(e); + .reduce(function(t, n) { + return t.concat(n); }) .map(function(t) { return t.trim(); }); } - var nP = { + var eP = { XSmall: "(max-width: 599.99px)", Small: "(min-width: 600px) and (max-width: 959.99px)", Medium: "(min-width: 960px) and (max-width: 1279.99px)", @@ -36583,11 +36580,11 @@ } }), sP = (function() { - function t(t, e, n, o, a, r, i, l, s, c, u, d) { + function t(t, n, e, o, a, r, i, l, s, c, u, d) { var p = this; (this._overlay = t), - (this._elementRef = e), - (this._scrollDispatcher = n), + (this._elementRef = n), + (this._scrollDispatcher = e), (this._viewContainerRef = o), (this._ngZone = a), (this._ariaDescriber = i), @@ -36602,7 +36599,7 @@ (this._manualListeners = new Map()), (this._destroyed = new S()), (this._scrollStrategy = s); - var m = e.nativeElement, + var m = n.nativeElement, g = "undefined" == typeof window || window.Hammer || d; r.IOS || r.ANDROID ? g || @@ -36616,11 +36613,11 @@ .set("mouseleave", function() { return p.hide(); }), - this._manualListeners.forEach(function(t, e) { - return m.addEventListener(e, t); + this._manualListeners.forEach(function(t, n) { + return m.addEventListener(n, t); }), l - .monitor(e) + .monitor(n) .pipe(oC(this._destroyed)) .subscribe(function(t) { t @@ -36695,19 +36692,19 @@ }), (t.prototype.ngOnInit = function() { var t = this._elementRef.nativeElement, - e = t.style; + n = t.style; ("INPUT" !== t.nodeName && "TEXTAREA" !== t.nodeName) || - (e.webkitUserSelect = e.userSelect = e.msUserSelect = ""), + (n.webkitUserSelect = n.userSelect = n.msUserSelect = ""), t.draggable && - "none" === e.webkitUserDrag && - (e.webkitUserDrag = ""); + "none" === n.webkitUserDrag && + (n.webkitUserDrag = ""); }), (t.prototype.ngOnDestroy = function() { var t = this; this._overlayRef && (this._overlayRef.dispose(), (this._tooltipInstance = null)), - this._manualListeners.forEach(function(e, n) { - t._elementRef.nativeElement.removeEventListener(n, e); + this._manualListeners.forEach(function(n, e) { + t._elementRef.nativeElement.removeEventListener(e, n); }), this._manualListeners.clear(), this._destroyed.next(), @@ -36719,7 +36716,7 @@ this._focusMonitor.stopMonitoring(this._elementRef); }), (t.prototype.show = function(t) { - var e = this; + var n = this; if ( (void 0 === t && (t = this.showDelay), !this.disabled && @@ -36728,16 +36725,16 @@ this._tooltipInstance._showTimeoutId || this._tooltipInstance._hideTimeoutId)) ) { - var n = this._createOverlay(); + var e = this._createOverlay(); this._detach(), (this._portal = this._portal || new zy(cP, this._viewContainerRef)), - (this._tooltipInstance = n.attach(this._portal).instance), + (this._tooltipInstance = e.attach(this._portal).instance), this._tooltipInstance .afterHidden() .pipe(oC(this._destroyed)) .subscribe(function() { - return e._detach(); + return n._detach(); }), this._setTooltipClass(this._tooltipClass), this._updateTooltipMessage(), @@ -36768,22 +36765,22 @@ (t.prototype._createOverlay = function() { var t = this; if (this._overlayRef) return this._overlayRef; - var e = this._scrollDispatcher.getAncestorScrollContainers( + var n = this._scrollDispatcher.getAncestorScrollContainers( this._elementRef ), - n = this._overlay + e = this._overlay .position() .flexibleConnectedTo(this._elementRef) .withTransformOriginOn(".mat-tooltip") .withFlexibleDimensions(!1) .withViewportMargin(8) - .withScrollableContainers(e); + .withScrollableContainers(n); return ( - n.positionChanges + e.positionChanges .pipe(oC(this._destroyed)) - .subscribe(function(e) { + .subscribe(function(n) { t._tooltipInstance && - e.scrollableViewProperties.isOverlayClipped && + n.scrollableViewProperties.isOverlayClipped && t._tooltipInstance.isVisible() && t._ngZone.run(function() { return t.hide(0); @@ -36791,7 +36788,7 @@ }), (this._overlayRef = this._overlay.create({ direction: this._dir, - positionStrategy: n, + positionStrategy: e, panelClass: "mat-tooltip-panel", scrollStrategy: this._scrollStrategy() })), @@ -36813,33 +36810,33 @@ }), (t.prototype._updatePosition = function() { var t = this._overlayRef.getConfig().positionStrategy, - e = this._getOrigin(), - n = this._getOverlayPosition(); + n = this._getOrigin(), + e = this._getOverlayPosition(); t.withPositions([ - Object(o.__assign)({}, e.main, n.main), - Object(o.__assign)({}, e.fallback, n.fallback) + Object(o.__assign)({}, n.main, e.main), + Object(o.__assign)({}, n.fallback, e.fallback) ]); }), (t.prototype._getOrigin = function() { var t, - e = !this._dir || "ltr" == this._dir.value, - n = this.position; - if ("above" == n || "below" == n) + n = !this._dir || "ltr" == this._dir.value, + e = this.position; + if ("above" == e || "below" == e) t = { originX: "center", - originY: "above" == n ? "top" : "bottom" + originY: "above" == e ? "top" : "bottom" }; else if ( - "before" == n || - ("left" == n && e) || - ("right" == n && !e) + "before" == e || + ("left" == e && n) || + ("right" == e && !n) ) t = { originX: "start", originY: "center" }; else { if ( - !("after" == n || ("right" == n && e) || ("left" == n && !e)) + !("after" == e || ("right" == e && n) || ("left" == e && !n)) ) - throw aP(n); + throw aP(e); t = { originX: "end", originY: "center" }; } var o = this._invertPosition(t.originX, t.originY); @@ -36847,22 +36844,22 @@ }), (t.prototype._getOverlayPosition = function() { var t, - e = !this._dir || "ltr" == this._dir.value, - n = this.position; - if ("above" == n) t = { overlayX: "center", overlayY: "bottom" }; - else if ("below" == n) + n = !this._dir || "ltr" == this._dir.value, + e = this.position; + if ("above" == e) t = { overlayX: "center", overlayY: "bottom" }; + else if ("below" == e) t = { overlayX: "center", overlayY: "top" }; else if ( - "before" == n || - ("left" == n && e) || - ("right" == n && !e) + "before" == e || + ("left" == e && n) || + ("right" == e && !n) ) t = { overlayX: "end", overlayY: "center" }; else { if ( - !("after" == n || ("right" == n && e) || ("left" == n && !e)) + !("after" == e || ("right" == e && n) || ("left" == e && !n)) ) - throw aP(n); + throw aP(e); t = { overlayX: "start", overlayY: "center" }; } var o = this._invertPosition(t.overlayX, t.overlayY); @@ -36888,52 +36885,52 @@ ((this._tooltipInstance.tooltipClass = t), this._tooltipInstance._markForCheck()); }), - (t.prototype._invertPosition = function(t, e) { + (t.prototype._invertPosition = function(t, n) { return ( "above" === this.position || "below" === this.position - ? "top" === e - ? (e = "bottom") - : "bottom" === e && (e = "top") + ? "top" === n + ? (n = "bottom") + : "bottom" === n && (n = "top") : "end" === t ? (t = "start") : "start" === t && (t = "end"), - { x: t, y: e } + { x: t, y: n } ); }), t ); })(), cP = (function() { - function t(t, e) { + function t(t, n) { (this._changeDetectorRef = t), - (this._breakpointObserver = e), + (this._breakpointObserver = n), (this._visibility = "initial"), (this._closeOnInteraction = !1), (this._onHide = new S()), - (this._isHandset = this._breakpointObserver.observe(nP.Handset)); + (this._isHandset = this._breakpointObserver.observe(eP.Handset)); } return ( (t.prototype.show = function(t) { - var e = this; + var n = this; this._hideTimeoutId && (clearTimeout(this._hideTimeoutId), (this._hideTimeoutId = null)), (this._closeOnInteraction = !0), (this._showTimeoutId = setTimeout(function() { - (e._visibility = "visible"), - (e._showTimeoutId = null), - e._markForCheck(); + (n._visibility = "visible"), + (n._showTimeoutId = null), + n._markForCheck(); }, t)); }), (t.prototype.hide = function(t) { - var e = this; + var n = this; this._showTimeoutId && (clearTimeout(this._showTimeoutId), (this._showTimeoutId = null)), (this._hideTimeoutId = setTimeout(function() { - (e._visibility = "hidden"), - (e._hideTimeoutId = null), - e._markForCheck(); + (n._visibility = "hidden"), + (n._hideTimeoutId = null), + n._markForCheck(); }, t)); }), (t.prototype.afterHidden = function() { @@ -36949,9 +36946,9 @@ this._closeOnInteraction = !1; }), (t.prototype._animationDone = function(t) { - var e = t.toState; - "hidden" !== e || this.isVisible() || this._onHide.next(), - ("visible" !== e && "hidden" !== e) || + var n = t.toState; + "hidden" !== n || this.isVisible() || this._onHide.next(), + ("visible" !== n && "hidden" !== n) || (this._closeOnInteraction = !0); }), (t.prototype._handleBodyInteraction = function() { @@ -36966,29 +36963,29 @@ uP = (function() { return function() {}; })(); - function dP(t, e) { - for (var n in e) e.hasOwnProperty(n) && (t[n] = e[n]); + function dP(t, n) { + for (var e in n) n.hasOwnProperty(e) && (t[e] = n[e]); return t; } - function pP(t, e) { - var n = e ? "" : "none"; + function pP(t, n) { + var e = n ? "" : "none"; dP(t.style, { - touchAction: e ? "" : "none", - webkitUserDrag: e ? "" : "none", - webkitTapHighlightColor: e ? "" : "transparent", - userSelect: n, - msUserSelect: n, - webkitUserSelect: n, - MozUserSelect: n + touchAction: n ? "" : "none", + webkitUserDrag: n ? "" : "none", + webkitTapHighlightColor: n ? "" : "transparent", + userSelect: e, + msUserSelect: e, + webkitUserSelect: e, + MozUserSelect: e }); } function mP(t) { - var e = t.toLowerCase().indexOf("ms") > -1 ? 1 : 1e3; - return parseFloat(t) * e; + var n = t.toLowerCase().indexOf("ms") > -1 ? 1 : 1e3; + return parseFloat(t) * n; } - function gP(t, e) { + function gP(t, n) { return t - .getPropertyValue(e) + .getPropertyValue(n) .split(",") .map(function(t) { return t.trim(); @@ -36997,10 +36994,10 @@ var fP = yf({ passive: !0 }), hP = yf({ passive: !1 }), bP = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { var i = this; - (this._config = e), - (this._document = n), + (this._config = n), + (this._document = e), (this._ngZone = o), (this._viewportRuler = a), (this._dragDropRegistry = r), @@ -37026,14 +37023,14 @@ (this.moved = this._moveEvents.asObservable()), (this._pointerDown = function(t) { if ((i.beforeStarted.next(), i._handles.length)) { - var e = i._handles.find(function(e) { - var n = t.target; - return !!n && (n === e || e.contains(n)); + var n = i._handles.find(function(n) { + var e = t.target; + return !!e && (e === n || n.contains(e)); }); - !e || - i._disabledHandles.has(e) || + !n || + i._disabledHandles.has(n) || i.disabled || - i._initializeDragSequence(e, t); + i._initializeDragSequence(n, t); } else i.disabled || i._initializeDragSequence(i._rootElement, t); }), @@ -37045,37 +37042,37 @@ (i._previewRect = ( i._preview || i._rootElement ).getBoundingClientRect())); - var e = i._getConstrainedPointerPosition(t); + var n = i._getConstrainedPointerPosition(t); if ( ((i._hasMoved = !0), t.preventDefault(), - i._updatePointerDirectionDelta(e), + i._updatePointerDirectionDelta(n), i._dropContainer) ) - i._updateActiveDropContainer(e); + i._updateActiveDropContainer(n); else { - var n = i._activeTransform; - (n.x = - e.x - i._pickupPositionOnPage.x + i._passiveTransform.x), - (n.y = - e.y - + var e = i._activeTransform; + (e.x = + n.x - i._pickupPositionOnPage.x + i._passiveTransform.x), + (e.y = + n.y - i._pickupPositionOnPage.y + i._passiveTransform.y), - i._applyRootElementTransform(n.x, n.y), + i._applyRootElementTransform(e.x, e.y), "undefined" != typeof SVGElement && i._rootElement instanceof SVGElement && i._rootElement.setAttribute( "transform", - "translate(" + n.x + " " + n.y + ")" + "translate(" + e.x + " " + e.y + ")" ); } i._moveEvents.observers.length && i._ngZone.run(function() { i._moveEvents.next({ source: i, - pointerPosition: e, + pointerPosition: n, event: t, - distance: i._getDragDistance(e), + distance: i._getDragDistance(n), delta: i._pointerDirectionDelta }); }); @@ -37134,9 +37131,9 @@ ); }, set: function(t) { - var e = sf(t); - e !== this._disabled && - ((this._disabled = e), this._toggleNativeDragInteractions()); + var n = sf(t); + n !== this._disabled && + ((this._disabled = n), this._toggleNativeDragInteractions()); }, enumerable: !0, configurable: !0 @@ -37166,15 +37163,15 @@ return (this._placeholderTemplate = t), this; }), (t.prototype.withRootElement = function(t) { - var e = pf(t); + var n = pf(t); return ( - e !== this._rootElement && + n !== this._rootElement && (this._rootElement && this._removeRootElementListeners(this._rootElement), - e.addEventListener("mousedown", this._pointerDown, hP), - e.addEventListener("touchstart", this._pointerDown, fP), + n.addEventListener("mousedown", this._pointerDown, hP), + n.addEventListener("touchstart", this._pointerDown, fP), (this._initialTransform = void 0), - (this._rootElement = e)), + (this._rootElement = n)), this ); }), @@ -37261,40 +37258,40 @@ OP(t) && (this._lastTouchEventTime = Date.now()), this._dropContainer) ) { - var e = this._rootElement; - this._nextSibling = e.nextSibling; - var n = (this._preview = this._createPreviewElement()), + var n = this._rootElement; + this._nextSibling = n.nextSibling; + var e = (this._preview = this._createPreviewElement()), o = (this._placeholder = this._createPlaceholderElement()); - (e.style.display = "none"), + (n.style.display = "none"), this._document.body.appendChild( - e.parentNode.replaceChild(o, e) + n.parentNode.replaceChild(o, n) ), ((a = this._document), a.fullscreenElement || a.webkitFullscreenElement || a.mozFullScreenElement || a.msFullscreenElement || - a.body).appendChild(n), + a.body).appendChild(e), this._dropContainer.start(); } var a; }), - (t.prototype._initializeDragSequence = function(t, e) { - e.stopPropagation(); - var n = this.isDragging(), - o = OP(e), - a = !o && 0 !== e.button, + (t.prototype._initializeDragSequence = function(t, n) { + n.stopPropagation(); + var e = this.isDragging(), + o = OP(n), + a = !o && 0 !== n.button, r = this._rootElement, i = !o && this._lastTouchEventTime && this._lastTouchEventTime + 800 > Date.now(); if ( - (e.target && - e.target.draggable && - "mousedown" === e.type && - e.preventDefault(), - !(n || a || i)) + (n.target && + n.target.draggable && + "mousedown" === n.type && + n.preventDefault(), + !(e || a || i)) ) { this._handles.length && ((this._rootElementTapHighlight = @@ -37316,9 +37313,9 @@ (this._pickupPositionInElement = this._previewTemplate && this._previewTemplate.template ? { x: 0, y: 0 } - : this._getPointerPositionInElement(t, e)); + : this._getPointerPositionInElement(t, n)); var l = (this._pickupPositionOnPage = this._getPointerPositionOnPage( - e + n )); (this._pointerDirectionDelta = { x: 0, y: 0 }), (this._pointerPositionAtLastDirectionChange = { @@ -37326,11 +37323,11 @@ y: l.y }), (this._dragStartTime = Date.now()), - this._dragDropRegistry.startDragging(this, e); + this._dragDropRegistry.startDragging(this, n); } }), (t.prototype._cleanupDragArtifacts = function(t) { - var e = this; + var n = this; (this._rootElement.style.display = ""), this._nextSibling ? this._nextSibling.parentNode.insertBefore( @@ -37344,68 +37341,68 @@ this._destroyPlaceholder(), (this._boundaryRect = this._previewRect = void 0), this._ngZone.run(function() { - var n = e._dropContainer, - o = n.getItemIndex(e), - a = e._getPointerPositionOnPage(t), - r = e._getDragDistance(e._getPointerPositionOnPage(t)), - i = n._isOverContainer(a.x, a.y); - e.ended.next({ source: e, distance: r }), - e.dropped.next({ - item: e, + var e = n._dropContainer, + o = e.getItemIndex(n), + a = n._getPointerPositionOnPage(t), + r = n._getDragDistance(n._getPointerPositionOnPage(t)), + i = e._isOverContainer(a.x, a.y); + n.ended.next({ source: n, distance: r }), + n.dropped.next({ + item: n, currentIndex: o, - previousIndex: e._initialContainer.getItemIndex(e), - container: n, - previousContainer: e._initialContainer, + previousIndex: n._initialContainer.getItemIndex(n), + container: e, + previousContainer: n._initialContainer, isPointerOverContainer: i, distance: r }), - n.drop(e, o, e._initialContainer, i, r), - (e._dropContainer = e._initialContainer); + e.drop(n, o, n._initialContainer, i, r), + (n._dropContainer = n._initialContainer); }); }), (t.prototype._updateActiveDropContainer = function(t) { - var e = this, - n = t.x, + var n = this, + e = t.x, o = t.y, a = this._initialContainer._getSiblingContainerFromPosition( this, - n, + e, o ); !a && this._dropContainer !== this._initialContainer && - this._initialContainer._isOverContainer(n, o) && + this._initialContainer._isOverContainer(e, o) && (a = this._initialContainer), a && a !== this._dropContainer && this._ngZone.run(function() { - e.exited.next({ item: e, container: e._dropContainer }), - e._dropContainer.exit(e), - (e._dropContainer = a), - e._dropContainer.enter(e, n, o), - e.entered.next({ - item: e, + n.exited.next({ item: n, container: n._dropContainer }), + n._dropContainer.exit(n), + (n._dropContainer = a), + n._dropContainer.enter(n, e, o), + n.entered.next({ + item: n, container: a, - currentIndex: a.getItemIndex(e) + currentIndex: a.getItemIndex(n) }); }), this._dropContainer._sortItem( this, - n, + e, o, this._pointerDirectionDelta ), (this._preview.style.transform = _P( - n - this._pickupPositionInElement.x, + e - this._pickupPositionInElement.x, o - this._pickupPositionInElement.y )); }), (t.prototype._createPreviewElement = function() { var t, - e = this._previewTemplate, - n = e ? e.template : null; - if (n) { - var o = e.viewContainer.createEmbeddedView(n, e.context); + n = this._previewTemplate, + e = n ? n.template : null; + if (e) { + var o = n.viewContainer.createEmbeddedView(e, n.context); (t = o.rootNodes[0]), (this._previewRef = o), (t.style.transform = _P( @@ -37436,47 +37433,47 @@ (t.prototype._animatePreviewToPlaceholder = function() { var t = this; if (!this._hasMoved) return Promise.resolve(); - var e = this._placeholder.getBoundingClientRect(); + var n = this._placeholder.getBoundingClientRect(); this._preview.classList.add("cdk-drag-animating"), - (this._preview.style.transform = _P(e.left, e.top)); - var n = (function(t) { - var e = getComputedStyle(t), - n = gP(e, "transition-property"), - o = n.find(function(t) { + (this._preview.style.transform = _P(n.left, n.top)); + var e = (function(t) { + var n = getComputedStyle(t), + e = gP(n, "transition-property"), + o = e.find(function(t) { return "transform" === t || "all" === t; }); if (!o) return 0; - var a = n.indexOf(o), - r = gP(e, "transition-duration"), - i = gP(e, "transition-delay"); + var a = e.indexOf(o), + r = gP(n, "transition-duration"), + i = gP(n, "transition-delay"); return mP(r[a]) + mP(i[a]); })(this._preview); - return 0 === n + return 0 === e ? Promise.resolve() : this._ngZone.runOutsideAngular(function() { - return new Promise(function(e) { - var o = function(n) { - (!n || - (n.target === t._preview && - "transform" === n.propertyName)) && + return new Promise(function(n) { + var o = function(e) { + (!e || + (e.target === t._preview && + "transform" === e.propertyName)) && (t._preview.removeEventListener("transitionend", o), - e(), + n(), clearTimeout(a)); }, - a = setTimeout(o, 1.5 * n); + a = setTimeout(o, 1.5 * e); t._preview.addEventListener("transitionend", o); }); }); }), (t.prototype._createPlaceholderElement = function() { var t, - e = this._placeholderTemplate, - n = e ? e.template : null; + n = this._placeholderTemplate, + e = n ? n.template : null; return ( - n - ? ((this._placeholderRef = e.viewContainer.createEmbeddedView( - n, - e.context + e + ? ((this._placeholderRef = n.viewContainer.createEmbeddedView( + e, + n.context )), (t = this._placeholderRef.rootNodes[0])) : (t = yP(this._rootElement)), @@ -37484,35 +37481,35 @@ t ); }), - (t.prototype._getPointerPositionInElement = function(t, e) { - var n = this._rootElement.getBoundingClientRect(), + (t.prototype._getPointerPositionInElement = function(t, n) { + var e = this._rootElement.getBoundingClientRect(), o = t === this._rootElement ? null : t, - a = o ? o.getBoundingClientRect() : n, - r = OP(e) ? e.targetTouches[0] : e; + a = o ? o.getBoundingClientRect() : e, + r = OP(n) ? n.targetTouches[0] : n; return { x: a.left - - n.left + + e.left + (r.pageX - a.left - this._scrollPosition.left), - y: a.top - n.top + (r.pageY - a.top - this._scrollPosition.top) + y: a.top - e.top + (r.pageY - a.top - this._scrollPosition.top) }; }), (t.prototype._getPointerPositionOnPage = function(t) { - var e = OP(t) ? t.touches[0] || t.changedTouches[0] : t; + var n = OP(t) ? t.touches[0] || t.changedTouches[0] : t; return { - x: e.pageX - this._scrollPosition.left, - y: e.pageY - this._scrollPosition.top + x: n.pageX - this._scrollPosition.left, + y: n.pageY - this._scrollPosition.top }; }), (t.prototype._getConstrainedPointerPosition = function(t) { - var e = this._getPointerPositionOnPage(t), - n = this.constrainPosition ? this.constrainPosition(e) : e, + var n = this._getPointerPositionOnPage(t), + e = this.constrainPosition ? this.constrainPosition(n) : n, o = this._dropContainer ? this._dropContainer.lockAxis : null; if ( ("x" === this.lockAxis || "x" === o - ? (n.y = this._pickupPositionOnPage.y) + ? (e.y = this._pickupPositionOnPage.y) : ("y" !== this.lockAxis && "y" !== o) || - (n.x = this._pickupPositionOnPage.x), + (e.x = this._pickupPositionOnPage.x), this._boundaryRect) ) { var a = this._pickupPositionInElement, @@ -37522,23 +37519,23 @@ s = this._previewRect, c = l.top + i, u = l.bottom - (s.height - i); - (n.x = CP(n.x, l.left + r, l.right - (s.width - r))), - (n.y = CP(n.y, c, u)); + (e.x = CP(e.x, l.left + r, l.right - (s.width - r))), + (e.y = CP(e.y, c, u)); } - return n; + return e; }), (t.prototype._updatePointerDirectionDelta = function(t) { - var e = t.x, - n = t.y, + var n = t.x, + e = t.y, o = this._pointerDirectionDelta, a = this._pointerPositionAtLastDirectionChange, - r = Math.abs(e - a.x), - i = Math.abs(n - a.y); + r = Math.abs(n - a.x), + i = Math.abs(e - a.y); return ( r > this._config.pointerDirectionChangeThreshold && - ((o.x = e > a.x ? 1 : -1), (a.x = e)), + ((o.x = n > a.x ? 1 : -1), (a.x = n)), i > this._config.pointerDirectionChangeThreshold && - ((o.y = n > a.y ? 1 : -1), (a.y = n)), + ((o.y = e > a.y ? 1 : -1), (a.y = e)), o ); }), @@ -37554,44 +37551,44 @@ t.removeEventListener("mousedown", this._pointerDown, hP), t.removeEventListener("touchstart", this._pointerDown, fP); }), - (t.prototype._applyRootElementTransform = function(t, e) { - var n = _P(t, e); + (t.prototype._applyRootElementTransform = function(t, n) { + var e = _P(t, n); null == this._initialTransform && (this._initialTransform = this._rootElement.style.transform || ""), (this._rootElement.style.transform = this._initialTransform - ? n + " " + this._initialTransform - : n); + ? e + " " + this._initialTransform + : e); }), (t.prototype._getDragDistance = function(t) { - var e = this._pickupPositionOnPage; - return e ? { x: t.x - e.x, y: t.y - e.y } : { x: 0, y: 0 }; + var n = this._pickupPositionOnPage; + return n ? { x: t.x - n.x, y: t.y - n.y } : { x: 0, y: 0 }; }), t ); })(); - function _P(t, e) { + function _P(t, n) { return ( - "translate3d(" + Math.round(t) + "px, " + Math.round(e) + "px, 0)" + "translate3d(" + Math.round(t) + "px, " + Math.round(n) + "px, 0)" ); } function yP(t) { - var e = t.cloneNode(!0), - n = e.querySelectorAll("[id]"), + var n = t.cloneNode(!0), + e = n.querySelectorAll("[id]"), o = t.querySelectorAll("canvas"); - e.removeAttribute("id"); - for (var a = 0; a < n.length; a++) n[a].removeAttribute("id"); + n.removeAttribute("id"); + for (var a = 0; a < e.length; a++) e[a].removeAttribute("id"); if (o.length) { - var r = e.querySelectorAll("canvas"); + var r = n.querySelectorAll("canvas"); for (a = 0; a < o.length; a++) { var i = r[a].getContext("2d"); i && i.drawImage(o[a], 0, 0); } } - return e; + return n; } - function CP(t, e, n) { - return Math.max(e, Math.min(n, t)); + function CP(t, n, e) { + return Math.max(n, Math.min(e, t)); } function vP(t) { t && t.parentNode && t.parentNode.removeChild(t); @@ -37599,13 +37596,13 @@ function OP(t) { return t.type.startsWith("touch"); } - function PP(t, e) { - return Math.max(0, Math.min(e, t)); + function PP(t, n) { + return Math.max(0, Math.min(n, t)); } var MP = 0, xP = (function() { - function t(t, e, n) { - (this._dragDropRegistry = e), + function t(t, n, e) { + (this._dragDropRegistry = n), (this.id = "cdk-drop-list-ref-" + MP++), (this.disabled = !1), (this.sortingDisabled = !0), @@ -37624,9 +37621,9 @@ (this._orientation = "vertical"), (this._activeSiblings = new Set()), (this._direction = "ltr"), - e.registerDropContainer(this), - (this._document = n), - (this.element = t instanceof Nn ? t.nativeElement : t); + n.registerDropContainer(this), + (this._document = e), + (this.element = t instanceof Ne ? t.nativeElement : t); } return ( (t.prototype.dispose = function() { @@ -37646,14 +37643,14 @@ this.beforeStarted.next(), (this._isDragging = !0), this._cacheItems(), - this._siblings.forEach(function(e) { - return e._startReceiving(t); + this._siblings.forEach(function(n) { + return n._startReceiving(t); }); }), - (t.prototype.enter = function(t, e, n) { + (t.prototype.enter = function(t, n, e) { this.start(); var o = this.sortingDisabled ? this._draggables.indexOf(t) : -1; - -1 === o && (o = this._getItemIndexFromPointerPosition(t, e, n)); + -1 === o && (o = this._getItemIndexFromPointerPosition(t, n, e)); var a = this._activeDraggables, r = a.indexOf(t), i = t.getPlaceholderElement(), @@ -37677,25 +37674,25 @@ (t.prototype.exit = function(t) { this._reset(), this.exited.next({ item: t, container: this }); }), - (t.prototype.drop = function(t, e, n, o, a) { + (t.prototype.drop = function(t, n, e, o, a) { void 0 === a && (a = { x: 0, y: 0 }), this._reset(), this.dropped.next({ item: t, - currentIndex: e, - previousIndex: n.getItemIndex(t), + currentIndex: n, + previousIndex: e.getItemIndex(t), container: this, - previousContainer: n, + previousContainer: e, isPointerOverContainer: o, distance: a }); }), (t.prototype.withItems = function(t) { - var e = this; + var n = this; return ( (this._draggables = t), t.forEach(function(t) { - return t._withDropContainer(e); + return t._withDropContainer(n); }), this.isDragging() && this._cacheItems(), this @@ -37717,8 +37714,8 @@ "rtl" === this._direction ? this._itemPositions.slice().reverse() : this._itemPositions, - function(e) { - return e.drag === t; + function(n) { + return n.drag === t; } ) : this._draggables.indexOf(t); @@ -37726,17 +37723,17 @@ (t.prototype.isReceiving = function() { return this._activeSiblings.size > 0; }), - (t.prototype._sortItem = function(t, e, n, o) { + (t.prototype._sortItem = function(t, n, e, o) { if ( !this.sortingDisabled && - this._isPointerNearDropContainer(e, n) + this._isPointerNearDropContainer(n, e) ) { var a = this._itemPositions, - r = this._getItemIndexFromPointerPosition(t, e, n, o); + r = this._getItemIndexFromPointerPosition(t, n, e, o); if (!(-1 === r && a.length > 0)) { var i = "horizontal" === this._orientation, - l = wP(a, function(e) { - return e.drag === t; + l = wP(a, function(n) { + return n.drag === t; }), s = a[r], c = a[l].clientRect, @@ -37747,9 +37744,9 @@ var p = this._getItemOffsetPx(c, u, d), m = this._getSiblingOffsetPx(l, a, d), g = a.slice(); - !(function(t, e, n) { + !(function(t, n, e) { var o = PP(l, t.length - 1), - a = PP(n, t.length - 1); + a = PP(e, t.length - 1); if (o !== a) { for ( var r = t[o], i = a < o ? -1 : 1, s = o; @@ -37766,25 +37763,25 @@ container: this, item: t }), - a.forEach(function(e, n) { - if (g[n] !== e) { - var o = e.drag === t, + a.forEach(function(n, e) { + if (g[e] !== n) { + var o = n.drag === t, a = o ? p : m, r = o ? t.getPlaceholderElement() - : e.drag.getRootElement(); - (e.offset += a), + : n.drag.getRootElement(); + (n.offset += a), i ? ((r.style.transform = "translate3d(" + - Math.round(e.offset) + + Math.round(n.offset) + "px, 0, 0)"), - kP(e.clientRect, 0, a)) + kP(n.clientRect, 0, a)) : ((r.style.transform = "translate3d(0, " + - Math.round(e.offset) + + Math.round(n.offset) + "px, 0)"), - kP(e.clientRect, a, 0)); + kP(n.clientRect, a, 0)); } }); } @@ -37795,30 +37792,30 @@ }), (t.prototype._cacheItemPositions = function() { var t = this, - e = "horizontal" === this._orientation; + n = "horizontal" === this._orientation; this._itemPositions = this._activeDraggables - .map(function(e) { - var n = (t._dragDropRegistry.isDragging(e) - ? e.getPlaceholderElement() - : e.getRootElement() + .map(function(n) { + var e = (t._dragDropRegistry.isDragging(n) + ? n.getPlaceholderElement() + : n.getRootElement() ).getBoundingClientRect(); return { - drag: e, + drag: n, offset: 0, clientRect: { - top: n.top, - right: n.right, - bottom: n.bottom, - left: n.left, - width: n.width, - height: n.height + top: e.top, + right: e.right, + bottom: e.bottom, + left: e.left, + width: e.width, + height: e.height } }; }) - .sort(function(t, n) { - return e - ? t.clientRect.left - n.clientRect.left - : t.clientRect.top - n.clientRect.top; + .sort(function(t, e) { + return n + ? t.clientRect.left - e.clientRect.left + : t.clientRect.top - e.clientRect.top; }); }), (t.prototype._reset = function() { @@ -37827,51 +37824,51 @@ this._activeDraggables.forEach(function(t) { return (t.getRootElement().style.transform = ""); }), - this._siblings.forEach(function(e) { - return e._stopReceiving(t); + this._siblings.forEach(function(n) { + return n._stopReceiving(t); }), (this._activeDraggables = []), (this._itemPositions = []), (this._previousSwap.drag = null), (this._previousSwap.delta = 0); }), - (t.prototype._getSiblingOffsetPx = function(t, e, n) { + (t.prototype._getSiblingOffsetPx = function(t, n, e) { var o = "horizontal" === this._orientation, - a = e[t].clientRect, - r = e[t + -1 * n], - i = a[o ? "width" : "height"] * n; + a = n[t].clientRect, + r = n[t + -1 * e], + i = a[o ? "width" : "height"] * e; if (r) { var l = o ? "left" : "top", s = o ? "right" : "bottom"; - -1 === n + -1 === e ? (i -= r.clientRect[l] - a[s]) : (i += a[l] - r.clientRect[s]); } return i; }), - (t.prototype._isPointerNearDropContainer = function(t, e) { - var n = this._clientRect, - o = 0.05 * n.width, - a = 0.05 * n.height; + (t.prototype._isPointerNearDropContainer = function(t, n) { + var e = this._clientRect, + o = 0.05 * e.width, + a = 0.05 * e.height; return ( - e > n.top - a && - e < n.bottom + a && - t > n.left - o && - t < n.right + o + n > e.top - a && + n < e.bottom + a && + t > e.left - o && + t < e.right + o ); }), - (t.prototype._getItemOffsetPx = function(t, e, n) { + (t.prototype._getItemOffsetPx = function(t, n, e) { var o = "horizontal" === this._orientation, - a = o ? e.left - t.left : e.top - t.top; + a = o ? n.left - t.left : n.top - t.top; return ( - -1 === n && (a += o ? e.width - t.width : e.height - t.height), + -1 === e && (a += o ? n.width - t.width : n.height - t.height), a ); }), (t.prototype._getItemIndexFromPointerPosition = function( t, - e, n, + e, o ) { var a = this, @@ -37885,8 +37882,8 @@ c !== a._previousSwap.drag || (r ? o.x : o.y) !== a._previousSwap.delta) && (r - ? e >= Math.floor(u.left) && e <= Math.floor(u.right) - : n >= Math.floor(u.top) && n <= Math.floor(u.bottom)); + ? n >= Math.floor(u.left) && n <= Math.floor(u.right) + : e >= Math.floor(u.top) && e <= Math.floor(u.bottom)); }); }), (t.prototype._cacheItems = function() { @@ -37894,25 +37891,25 @@ this._cacheItemPositions(), this._cacheOwnPosition(); }), - (t.prototype._isOverContainer = function(t, e) { - return SP(this._clientRect, t, e); + (t.prototype._isOverContainer = function(t, n) { + return SP(this._clientRect, t, n); }), - (t.prototype._getSiblingContainerFromPosition = function(t, e, n) { + (t.prototype._getSiblingContainerFromPosition = function(t, n, e) { return this._siblings.find(function(o) { - return o._canReceive(t, e, n); + return o._canReceive(t, n, e); }); }), - (t.prototype._canReceive = function(t, e, n) { - if (!this.enterPredicate(t, this) || !SP(this._clientRect, e, n)) + (t.prototype._canReceive = function(t, n, e) { + if (!this.enterPredicate(t, this) || !SP(this._clientRect, n, e)) return !1; - var o = this._document.elementFromPoint(e, n); + var o = this._document.elementFromPoint(n, e); if (!o) return !1; var a = pf(this.element); return o === a || a.contains(o); }), (t.prototype._startReceiving = function(t) { - var e = this._activeSiblings; - e.has(t) || (e.add(t), this._cacheOwnPosition()); + var n = this._activeSiblings; + n.has(t) || (n.add(t), this._cacheOwnPosition()); }), (t.prototype._stopReceiving = function(t) { this._activeSiblings.delete(t); @@ -37920,23 +37917,23 @@ t ); })(); - function kP(t, e, n) { - (t.top += e), + function kP(t, n, e) { + (t.top += n), (t.bottom = t.top + t.height), - (t.left += n), + (t.left += e), (t.right = t.left + t.width); } - function wP(t, e) { - for (var n = 0; n < t.length; n++) if (e(t[n], n, t)) return n; + function wP(t, n) { + for (var e = 0; e < t.length; e++) if (n(t[e], e, t)) return e; return -1; } - function SP(t, e, n) { - return n >= t.top && n <= t.bottom && e >= t.left && e <= t.right; + function SP(t, n, e) { + return e >= t.top && e <= t.bottom && n >= t.left && n <= t.right; } var EP = yf({ passive: !1, capture: !0 }), IP = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this._ngZone = t), (this._dropInstances = new Set()), (this._dragInstances = new Set()), @@ -37945,9 +37942,9 @@ (this.pointerMove = new S()), (this.pointerUp = new S()), (this._preventDefaultWhileDragging = function(t) { - n._activeDragInstances.size && t.preventDefault(); + e._activeDragInstances.size && t.preventDefault(); }), - (this._document = e); + (this._document = n); } return ( (t.prototype.registerDropContainer = function(t) { @@ -37962,13 +37959,13 @@ } }), (t.prototype.registerDragItem = function(t) { - var e = this; + var n = this; this._dragInstances.add(t), 1 === this._dragInstances.size && this._ngZone.runOutsideAngular(function() { - e._document.addEventListener( + n._document.addEventListener( "touchmove", - e._preventDefaultWhileDragging, + n._preventDefaultWhileDragging, EP ); }); @@ -37986,25 +37983,25 @@ EP ); }), - (t.prototype.startDragging = function(t, e) { - var n = this; + (t.prototype.startDragging = function(t, n) { + var e = this; if ( !this._activeDragInstances.has(t) && (this._activeDragInstances.add(t), 1 === this._activeDragInstances.size) ) { - var o = e.type.startsWith("touch"), + var o = n.type.startsWith("touch"), a = o ? "touchend" : "mouseup"; this._globalListeners .set(o ? "touchmove" : "mousemove", { handler: function(t) { - return n.pointerMove.next(t); + return e.pointerMove.next(t); }, options: EP }) .set(a, { handler: function(t) { - return n.pointerUp.next(t); + return e.pointerUp.next(t); }, options: !0 }) @@ -38018,8 +38015,8 @@ options: EP }), this._ngZone.runOutsideAngular(function() { - n._globalListeners.forEach(function(t, e) { - n._document.addEventListener(e, t.handler, t.options); + e._globalListeners.forEach(function(t, n) { + e._document.addEventListener(n, t.handler, t.options); }); }); } @@ -38033,17 +38030,17 @@ return this._activeDragInstances.has(t); }), (t.prototype.getDropContainer = function(t) { - return Array.from(this._dropInstances).find(function(e) { - return e.id === t; + return Array.from(this._dropInstances).find(function(n) { + return n.id === t; }); }), (t.prototype.ngOnDestroy = function() { var t = this; - this._dragInstances.forEach(function(e) { - return t.removeDragItem(e); + this._dragInstances.forEach(function(n) { + return t.removeDragItem(n); }), - this._dropInstances.forEach(function(e) { - return t.removeDropContainer(e); + this._dropInstances.forEach(function(n) { + return t.removeDropContainer(n); }), this._clearGlobalListeners(), this.pointerMove.complete(), @@ -38051,8 +38048,8 @@ }), (t.prototype._clearGlobalListeners = function() { var t = this; - this._globalListeners.forEach(function(e, n) { - t._document.removeEventListener(n, e.handler, e.options); + this._globalListeners.forEach(function(n, e) { + t._document.removeEventListener(e, n.handler, n.options); }), this._globalListeners.clear(); }), @@ -38068,19 +38065,19 @@ })(), AP = { dragStartThreshold: 5, pointerDirectionChangeThreshold: 5 }, TP = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._document = t), - (this._ngZone = e), - (this._viewportRuler = n), + (this._ngZone = n), + (this._viewportRuler = e), (this._dragDropRegistry = o); } return ( - (t.prototype.createDrag = function(t, e) { + (t.prototype.createDrag = function(t, n) { return ( - void 0 === e && (e = AP), + void 0 === n && (n = AP), new bP( t, - e, + n, this._document, this._ngZone, this._viewportRuler, @@ -38104,11 +38101,11 @@ RP = new Ut("CDK_DROP_LIST"), DP = new Ut("CDK_DRAG_PARENT"), NP = (function() { - function t(t, e) { + function t(t, n) { (this.element = t), (this._stateChanges = new S()), (this._disabled = !1), - (this._parentDrag = e), + (this._parentDrag = n), pP(t.nativeElement, !1); } return ( @@ -38138,11 +38135,11 @@ } }), LP = (function() { - function t(t, e, n, o, a, r, i, l, s) { + function t(t, n, e, o, a, r, i, l, s) { var c = this; (this.element = t), - (this.dropContainer = e), - (this._document = n), + (this.dropContainer = n), + (this._document = e), (this._ngZone = o), (this._viewContainerRef = a), (this._dir = i), @@ -38157,7 +38154,7 @@ (this.exited = new ar()), (this.dropped = new ar()), (this.moved = new O(function(t) { - var e = c._dragRef.moved + var n = c._dragRef.moved .pipe( U(function(t) { return { @@ -38171,7 +38168,7 @@ ) .subscribe(t); return function() { - e.unsubscribe(); + n.unsubscribe(); }; })), (this._dragRef = l.createDrag(t, r)), @@ -38230,16 +38227,16 @@ t._updateRootElement(), t._handles.changes .pipe( - eu(t._handles), - Dc(function(e) { - var n = e - .filter(function(e) { - return e._parentDrag === t; + nu(t._handles), + Dc(function(n) { + var e = n + .filter(function(n) { + return n._parentDrag === t; }) .map(function(t) { return t.element; }); - t._dragRef.withHandles(n); + t._dragRef.withHandles(e); }), Jc(function(t) { return $.apply( @@ -38251,21 +38248,21 @@ }), oC(t._destroyed) ) - .subscribe(function(e) { - var n = t._dragRef, - o = e.element.nativeElement; - e.disabled ? n.disableHandle(o) : n.enableHandle(o); + .subscribe(function(n) { + var e = t._dragRef, + o = n.element.nativeElement; + n.disabled ? e.disableHandle(o) : e.enableHandle(o); }), t.freeDragPosition && t._dragRef.setFreeDragPosition(t.freeDragPosition); }); }), (t.prototype.ngOnChanges = function(t) { - var e = t.rootElementSelector, - n = t.freeDragPosition; - e && !e.firstChange && this._updateRootElement(), - n && - !n.firstChange && + var n = t.rootElementSelector, + e = t.freeDragPosition; + n && !n.firstChange && this._updateRootElement(), + e && + !e.firstChange && this.freeDragPosition && this._dragRef.setFreeDragPosition(this.freeDragPosition); }), @@ -38276,91 +38273,91 @@ }), (t.prototype._updateRootElement = function() { var t = this.element.nativeElement, - e = this.rootElementSelector + n = this.rootElementSelector ? jP(t, this.rootElementSelector) : t; - if (e && e.nodeType !== this._document.ELEMENT_NODE) + if (n && n.nodeType !== this._document.ELEMENT_NODE) throw Error( 'cdkDrag must be attached to an element node. Currently attached to "' + - e.nodeName + + n.nodeName + '".' ); - this._dragRef.withRootElement(e || t); + this._dragRef.withRootElement(n || t); }), (t.prototype._getBoundaryElement = function() { var t = this.boundaryElement; if (!t) return null; if ("string" == typeof t) return jP(this.element.nativeElement, t); - var e = pf(t); - if (je() && !e.contains(this.element.nativeElement)) + var n = pf(t); + if (Fn() && !n.contains(this.element.nativeElement)) throw Error( "Draggable element is not inside of the node passed into cdkDragBoundary." ); - return e; + return n; }), (t.prototype._syncInputs = function(t) { - var e = this; + var n = this; t.beforeStarted.subscribe(function() { if (!t.isDragging()) { - var n = e._dir, - o = e._placeholderTemplate + var e = n._dir, + o = n._placeholderTemplate ? { - template: e._placeholderTemplate.templateRef, - context: e._placeholderTemplate.data, - viewContainer: e._viewContainerRef + template: n._placeholderTemplate.templateRef, + context: n._placeholderTemplate.data, + viewContainer: n._viewContainerRef } : null, - a = e._previewTemplate + a = n._previewTemplate ? { - template: e._previewTemplate.templateRef, - context: e._previewTemplate.data, - viewContainer: e._viewContainerRef + template: n._previewTemplate.templateRef, + context: n._previewTemplate.data, + viewContainer: n._viewContainerRef } : null; - (t.disabled = e.disabled), - (t.lockAxis = e.lockAxis), - (t.dragStartDelay = cf(e.dragStartDelay)), - (t.constrainPosition = e.constrainPosition), + (t.disabled = n.disabled), + (t.lockAxis = n.lockAxis), + (t.dragStartDelay = cf(n.dragStartDelay)), + (t.constrainPosition = n.constrainPosition), t - .withBoundaryElement(e._getBoundaryElement()) + .withBoundaryElement(n._getBoundaryElement()) .withPlaceholderTemplate(o) .withPreviewTemplate(a), - n && t.withDirection(n.value); + e && t.withDirection(e.value); } }); }), (t.prototype._handleEvents = function(t) { - var e = this; + var n = this; t.started.subscribe(function() { - e.started.emit({ source: e }), - e._changeDetectorRef.markForCheck(); + n.started.emit({ source: n }), + n._changeDetectorRef.markForCheck(); }), t.released.subscribe(function() { - e.released.emit({ source: e }); + n.released.emit({ source: n }); }), t.ended.subscribe(function(t) { - e.ended.emit({ source: e, distance: t.distance }), - e._changeDetectorRef.markForCheck(); + n.ended.emit({ source: n, distance: t.distance }), + n._changeDetectorRef.markForCheck(); }), t.entered.subscribe(function(t) { - e.entered.emit({ + n.entered.emit({ container: t.container.data, - item: e, + item: n, currentIndex: t.currentIndex }); }), t.exited.subscribe(function(t) { - e.exited.emit({ container: t.container.data, item: e }); + n.exited.emit({ container: t.container.data, item: n }); }), t.dropped.subscribe(function(t) { - e.dropped.emit({ + n.dropped.emit({ previousIndex: t.previousIndex, currentIndex: t.currentIndex, previousContainer: t.previousContainer.data, container: t.container.data, isPointerOverContainer: t.isPointerOverContainer, - item: e, + item: n, distance: t.distance }); }); @@ -38368,10 +38365,10 @@ t ); })(); - function jP(t, e) { - for (var n = t.parentElement; n; ) { - if (n.matches ? n.matches(e) : n.msMatchesSelector(e)) return n; - n = n.parentElement; + function jP(t, n) { + for (var e = t.parentElement; e; ) { + if (e.matches ? e.matches(n) : e.msMatchesSelector(n)) return e; + e = e.parentElement; } return null; } @@ -38398,9 +38395,9 @@ })(), BP = 0, VP = (function() { - function t(e, n, o, a, r) { + function t(n, e, o, a, r) { var i = this; - (this.element = e), + (this.element = n), (this._changeDetectorRef = o), (this._dir = a), (this._group = r), @@ -38417,10 +38414,10 @@ (this.entered = new ar()), (this.exited = new ar()), (this.sorted = new ar()), - (this._dropListRef = n.createDropList(e)), + (this._dropListRef = e.createDropList(n)), (this._dropListRef.data = this), - (this._dropListRef.enterPredicate = function(t, e) { - return i.enterPredicate(t.data, e.data); + (this._dropListRef.enterPredicate = function(t, n) { + return i.enterPredicate(t.data, n.data); }), this._syncInputs(this._dropListRef), this._handleEvents(this._dropListRef), @@ -38454,20 +38451,20 @@ var t = this; this._draggables.changes .pipe( - eu(this._draggables), + nu(this._draggables), oC(this._destroyed) ) - .subscribe(function(e) { + .subscribe(function(n) { t._dropListRef.withItems( - e.map(function(t) { + n.map(function(t) { return t._dragRef; }) ); }); }), (t.prototype.ngOnDestroy = function() { - var e = t._dropLists.indexOf(this); - e > -1 && t._dropLists.splice(e, 1), + var n = t._dropLists.indexOf(this); + n > -1 && t._dropLists.splice(n, 1), this._group && this._group._items.delete(this), this._dropListRef.dispose(), this._destroyed.next(), @@ -38476,11 +38473,11 @@ (t.prototype.start = function() { this._dropListRef.start(); }), - (t.prototype.drop = function(t, e, n, o) { - this._dropListRef.drop(t._dragRef, e, n._dropListRef, o); + (t.prototype.drop = function(t, n, e, o) { + this._dropListRef.drop(t._dragRef, n, e._dropListRef, o); }), - (t.prototype.enter = function(t, e, n) { - this._dropListRef.enter(t._dragRef, e, n); + (t.prototype.enter = function(t, n, e) { + this._dropListRef.enter(t._dragRef, n, e); }), (t.prototype.exit = function(t) { this._dropListRef.exit(t._dragRef); @@ -38488,85 +38485,85 @@ (t.prototype.getItemIndex = function(t) { return this._dropListRef.getItemIndex(t._dragRef); }), - (t.prototype._sortItem = function(t, e, n, o) { - return this._dropListRef._sortItem(t._dragRef, e, n, o); + (t.prototype._sortItem = function(t, n, e, o) { + return this._dropListRef._sortItem(t._dragRef, n, e, o); }), - (t.prototype._getSiblingContainerFromPosition = function(t, e, n) { + (t.prototype._getSiblingContainerFromPosition = function(t, n, e) { var o = this._dropListRef._getSiblingContainerFromPosition( t._dragRef, - e, - n + n, + e ); return o ? o.data : null; }), - (t.prototype._isOverContainer = function(t, e) { - return this._dropListRef._isOverContainer(t, e); + (t.prototype._isOverContainer = function(t, n) { + return this._dropListRef._isOverContainer(t, n); }), - (t.prototype._syncInputs = function(e) { - var n = this; + (t.prototype._syncInputs = function(n) { + var e = this; this._dir && this._dir.change .pipe( - eu(this._dir.value), + nu(this._dir.value), oC(this._destroyed) ) .subscribe(function(t) { - return e.withDirection(t); + return n.withDirection(t); }), - e.beforeStarted.subscribe(function() { - var o = uf(n.connectedTo).map(function(e) { - return "string" == typeof e + n.beforeStarted.subscribe(function() { + var o = uf(e.connectedTo).map(function(n) { + return "string" == typeof n ? t._dropLists.find(function(t) { - return t.id === e; + return t.id === n; }) - : e; + : n; }); - n._group && - n._group._items.forEach(function(t) { + e._group && + e._group._items.forEach(function(t) { -1 === o.indexOf(t) && o.push(t); }), - (e.disabled = n.disabled), - (e.lockAxis = n.lockAxis), - (e.sortingDisabled = n.sortingDisabled), - e + (n.disabled = e.disabled), + (n.lockAxis = e.lockAxis), + (n.sortingDisabled = e.sortingDisabled), + n .connectedTo( o .filter(function(t) { - return t && t !== n; + return t && t !== e; }) .map(function(t) { return t._dropListRef; }) ) - .withOrientation(n.orientation); + .withOrientation(e.orientation); }); }), (t.prototype._handleEvents = function(t) { - var e = this; + var n = this; t.beforeStarted.subscribe(function() { - e._changeDetectorRef.markForCheck(); + n._changeDetectorRef.markForCheck(); }), t.entered.subscribe(function(t) { - e.entered.emit({ - container: e, + n.entered.emit({ + container: n, item: t.item.data, currentIndex: t.currentIndex }); }), t.exited.subscribe(function(t) { - e.exited.emit({ container: e, item: t.item.data }), - e._changeDetectorRef.markForCheck(); + n.exited.emit({ container: n, item: t.item.data }), + n._changeDetectorRef.markForCheck(); }), t.sorted.subscribe(function(t) { - e.sorted.emit({ + n.sorted.emit({ previousIndex: t.previousIndex, currentIndex: t.currentIndex, - container: e, + container: n, item: t.item.data }); }), t.dropped.subscribe(function(t) { - e.dropped.emit({ + n.dropped.emit({ previousIndex: t.previousIndex, currentIndex: t.currentIndex, previousContainer: t.previousContainer.data, @@ -38575,7 +38572,7 @@ isPointerOverContainer: t.isPointerOverContainer, distance: t.distance }), - e._changeDetectorRef.markForCheck(); + n._changeDetectorRef.markForCheck(); }); }), (t._dropLists = []), @@ -38585,31 +38582,31 @@ HP = (function() { return function() {}; })(); - function UP(t, e) { - void 0 === e && (e = If); - var n, + function UP(t, n) { + void 0 === n && (n = If); + var e, o = - (n = t) instanceof Date && !isNaN(+n) ? +t - e.now() : Math.abs(t); + (e = t) instanceof Date && !isNaN(+e) ? +t - n.now() : Math.abs(t); return function(t) { - return t.lift(new qP(o, e)); + return t.lift(new qP(o, n)); }; } var qP = (function() { - function t(t, e) { - (this.delay = t), (this.scheduler = e); + function t(t, n) { + (this.delay = t), (this.scheduler = n); } return ( - (t.prototype.call = function(t, e) { - return e.subscribe(new KP(t, this.delay, this.scheduler)); + (t.prototype.call = function(t, n) { + return n.subscribe(new KP(t, this.delay, this.scheduler)); }), t ); })(), KP = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; + function n(n, e, o) { + var a = t.call(this, n) || this; return ( - (a.delay = n), + (a.delay = e), (a.scheduler = o), (a.queue = []), (a.active = !1), @@ -38618,66 +38615,66 @@ ); } return ( - o.__extends(e, t), - (e.dispatch = function(t) { + o.__extends(n, t), + (n.dispatch = function(t) { for ( - var e = t.source, - n = e.queue, + var n = t.source, + e = n.queue, o = t.scheduler, a = t.destination; - n.length > 0 && n[0].time - o.now() <= 0; + e.length > 0 && e[0].time - o.now() <= 0; ) - n.shift().notification.observe(a); - if (n.length > 0) { - var r = Math.max(0, n[0].time - o.now()); + e.shift().notification.observe(a); + if (e.length > 0) { + var r = Math.max(0, e[0].time - o.now()); this.schedule(t, r); - } else this.unsubscribe(), (e.active = !1); + } else this.unsubscribe(), (n.active = !1); }), - (e.prototype._schedule = function(t) { + (n.prototype._schedule = function(t) { (this.active = !0), this.destination.add( - t.schedule(e.dispatch, this.delay, { + t.schedule(n.dispatch, this.delay, { source: this, destination: this.destination, scheduler: t }) ); }), - (e.prototype.scheduleNotification = function(t) { + (n.prototype.scheduleNotification = function(t) { if (!0 !== this.errored) { - var e = this.scheduler, - n = new YP(e.now() + this.delay, t); - this.queue.push(n), !1 === this.active && this._schedule(e); + var n = this.scheduler, + e = new YP(n.now() + this.delay, t); + this.queue.push(e), !1 === this.active && this._schedule(n); } }), - (e.prototype._next = function(t) { + (n.prototype._next = function(t) { this.scheduleNotification(dC.createNext(t)); }), - (e.prototype._error = function(t) { + (n.prototype._error = function(t) { (this.errored = !0), (this.queue = []), this.destination.error(t), this.unsubscribe(); }), - (e.prototype._complete = function() { + (n.prototype._complete = function() { this.scheduleNotification(dC.createComplete()), this.unsubscribe(); }), - e + n ); })(h), YP = (function() { - return function(t, e) { - (this.time = t), (this.notification = e); + return function(t, n) { + (this.time = t), (this.notification = n); }; })(), WP = new Ut("MAT_MENU_PANEL"), GP = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r = t.call(this) || this; return ( - (r._elementRef = e), + (r._elementRef = n), (r._focusMonitor = o), (r._parentMenu = a), (r.role = "menuitem"), @@ -38686,19 +38683,19 @@ (r._triggersSubmenu = !1), o && o.monitor(r._elementRef, !1), a && a.addItem && a.addItem(r), - (r._document = n), + (r._document = e), r ); } return ( - Object(o.__extends)(e, t), - (e.prototype.focus = function(t) { + Object(o.__extends)(n, t), + (n.prototype.focus = function(t) { void 0 === t && (t = "program"), this._focusMonitor ? this._focusMonitor.focusVia(this._getHostElement(), t) : this._getHostElement().focus(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._focusMonitor && this._focusMonitor.stopMonitoring(this._elementRef), this._parentMenu && @@ -38706,32 +38703,32 @@ this._parentMenu.removeItem(this), this._hovered.complete(); }), - (e.prototype._getTabIndex = function() { + (n.prototype._getTabIndex = function() { return this.disabled ? "-1" : "0"; }), - (e.prototype._getHostElement = function() { + (n.prototype._getHostElement = function() { return this._elementRef.nativeElement; }), - (e.prototype._checkDisabled = function(t) { + (n.prototype._checkDisabled = function(t) { this.disabled && (t.preventDefault(), t.stopPropagation()); }), - (e.prototype._handleMouseEnter = function() { + (n.prototype._handleMouseEnter = function() { this._hovered.next(this); }), - (e.prototype.getLabel = function() { + (n.prototype.getLabel = function() { var t = this._elementRef.nativeElement, - e = this._document ? this._document.TEXT_NODE : 3, - n = ""; + n = this._document ? this._document.TEXT_NODE : 3, + e = ""; if (t.childNodes) for (var o = t.childNodes.length, a = 0; a < o; a++) - t.childNodes[a].nodeType === e && - (n += t.childNodes[a].textContent); - return n.trim(); + t.childNodes[a].nodeType === n && + (e += t.childNodes[a].textContent); + return e.trim(); }), - e + n ); })( - eh( + nh( $f( (function() { return function() {}; @@ -38751,16 +38748,16 @@ } }), QP = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function() { - function t(t, e, n) { + function t(t, n, e) { (this._elementRef = t), - (this._ngZone = e), - (this._defaultOptions = n), + (this._ngZone = n), + (this._defaultOptions = e), (this._xPosition = this._defaultOptions.xPosition), (this._yPosition = this._defaultOptions.yPosition), (this._items = []), @@ -38834,18 +38831,18 @@ }), Object.defineProperty(t.prototype, "panelClass", { set: function(t) { - var e = this, - n = this._previousPanelClass; - n && - n.length && - n.split(" ").forEach(function(t) { - e._classList[t] = !1; + var n = this, + e = this._previousPanelClass; + e && + e.length && + e.split(" ").forEach(function(t) { + n._classList[t] = !1; }), (this._previousPanelClass = t), t && t.length && (t.split(" ").forEach(function(t) { - e._classList[t] = !0; + n._classList[t] = !0; }), (this._elementRef.nativeElement.className = "")); }, @@ -38881,7 +38878,7 @@ }), (t.prototype._hovered = function() { return this._itemChanges.pipe( - eu(this._items), + nu(this._items), Jc(function(t) { return $.apply( void 0, @@ -38893,9 +38890,9 @@ ); }), (t.prototype._handleKeydown = function(t) { - var e = t.keyCode, - n = this._keyManager; - switch (e) { + var n = t.keyCode, + e = this._keyManager; + switch (n) { case Mf: kf(t) || (t.preventDefault(), this.closed.emit("keydown")); break; @@ -38912,25 +38909,25 @@ case 36: case 35: kf(t) || - (36 === e - ? n.setFirstItemActive() - : n.setLastItemActive(), + (36 === n + ? e.setFirstItemActive() + : e.setLastItemActive(), t.preventDefault()); break; default: - (38 !== e && 40 !== e) || n.setFocusOrigin("keyboard"), - n.onKeydown(t); + (38 !== n && 40 !== n) || e.setFocusOrigin("keyboard"), + e.onKeydown(t); } }), (t.prototype.focusFirstItem = function(t) { - var e = this; + var n = this; void 0 === t && (t = "program"), this.lazyContent ? this._ngZone.onStable .asObservable() .pipe(Yc(1)) .subscribe(function() { - return e._keyManager + return n._keyManager .setFocusOrigin(t) .setFirstItemActive(); }) @@ -38940,34 +38937,34 @@ this._keyManager.setActiveItem(-1); }), (t.prototype.setElevation = function(t) { - var e = "mat-elevation-z" + (4 + t), - n = Object.keys(this._classList).find(function(t) { + var n = "mat-elevation-z" + (4 + t), + e = Object.keys(this._classList).find(function(t) { return t.startsWith("mat-elevation-z"); }); - (n && n !== this._previousElevation) || + (e && e !== this._previousElevation) || (this._previousElevation && (this._classList[this._previousElevation] = !1), - (this._classList[e] = !0), - (this._previousElevation = e)); + (this._classList[n] = !0), + (this._previousElevation = n)); }), (t.prototype.addItem = function(t) { -1 === this._items.indexOf(t) && (this._items.push(t), this._itemChanges.next(this._items)); }), (t.prototype.removeItem = function(t) { - var e = this._items.indexOf(t); + var n = this._items.indexOf(t); this._items.indexOf(t) > -1 && - (this._items.splice(e, 1), + (this._items.splice(n, 1), this._itemChanges.next(this._items)); }), - (t.prototype.setPositionClasses = function(t, e) { + (t.prototype.setPositionClasses = function(t, n) { void 0 === t && (t = this.xPosition), - void 0 === e && (e = this.yPosition); - var n = this._classList; - (n["mat-menu-before"] = "before" === t), - (n["mat-menu-after"] = "after" === t), - (n["mat-menu-above"] = "above" === e), - (n["mat-menu-below"] = "below" === e); + void 0 === n && (n = this.yPosition); + var e = this._classList; + (e["mat-menu-before"] = "before" === t), + (e["mat-menu-after"] = "after" === t), + (e["mat-menu-above"] = "above" === n), + (e["mat-menu-below"] = "below" === n); }), (t.prototype._startAnimation = function() { this._panelAnimationState = "enter"; @@ -38989,10 +38986,10 @@ })() ), XP = (function(t) { - function e(e, n, o) { - return t.call(this, e, n, o) || this; + function n(n, e, o) { + return t.call(this, n, e, o) || this; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(QP), JP = new Ut("mat-menu-scroll-strategy"); function $P(t) { @@ -39001,12 +38998,12 @@ }; } var tM = yf({ passive: !0 }), - eM = (function() { - function t(t, e, n, o, a, r, i, l) { + nM = (function() { + function t(t, n, e, o, a, r, i, l) { var s = this; (this._overlay = t), - (this._element = e), - (this._viewContainerRef = n), + (this._element = n), + (this._viewContainerRef = e), (this._parentMenu = a), (this._menuItemInstance = r), (this._dir = i), @@ -39025,7 +39022,7 @@ (this.onMenuOpen = this.menuOpened), (this.menuClosed = new ar()), (this.onMenuClose = this.menuClosed), - e.nativeElement.addEventListener( + n.nativeElement.addEventListener( "touchstart", this._handleTouchStart, tM @@ -39049,7 +39046,7 @@ return this._menu; }, set: function(t) { - var e = this; + var n = this; t !== this._menu && ((this._menu = t), this._menuCloseSubscription.unsubscribe(), @@ -39057,10 +39054,10 @@ (this._menuCloseSubscription = t.close .asObservable() .subscribe(function(t) { - e._destroyMenu(), + n._destroyMenu(), ("click" !== t && "tab" !== t) || - !e._parentMenu || - e._parentMenu.closed.emit(t); + !n._parentMenu || + n._parentMenu.closed.emit(t); }))); }, enumerable: !0, @@ -39105,14 +39102,14 @@ var t = this; if (!this._menuOpen) { this._checkMenu(); - var e = this._createOverlay(), - n = e.getConfig(); - this._setPosition(n.positionStrategy), - (n.hasBackdrop = + var n = this._createOverlay(), + e = n.getConfig(); + this._setPosition(e.positionStrategy), + (e.hasBackdrop = null == this.menu.hasBackdrop ? !this.triggersSubmenu() : this.menu.hasBackdrop), - e.attach(this._getPortal()), + n.attach(this._getPortal()), this.menu.lazyContent && this.menu.lazyContent.attach(this.menuData), (this._closingActionsSubscription = this._menuClosingActions().subscribe( @@ -39136,23 +39133,23 @@ (t.prototype._destroyMenu = function() { var t = this; if (this._overlayRef && this.menuOpen) { - var e = this.menu; + var n = this.menu; this._closingActionsSubscription.unsubscribe(), this._overlayRef.detach(), - e instanceof QP - ? (e._resetAnimation(), - e.lazyContent - ? e._animationDone + n instanceof QP + ? (n._resetAnimation(), + n.lazyContent + ? n._animationDone .pipe( Zl(function(t) { return "void" === t.toState; }), Yc(1), - oC(e.lazyContent._attached) + oC(n.lazyContent._attached) ) .subscribe({ next: function() { - return e.lazyContent.detach(); + return n.lazyContent.detach(); }, complete: function() { return t._resetMenu(); @@ -39160,7 +39157,7 @@ }) : this._resetMenu()) : (this._resetMenu(), - e.lazyContent && e.lazyContent.detach()); + n.lazyContent && n.lazyContent.detach()); } }), (t.prototype._initMenu = function() { @@ -39174,8 +39171,8 @@ }), (t.prototype._setMenuElevation = function() { if (this.menu.setElevation) { - for (var t = 0, e = this.menu.parentMenu; e; ) - t++, (e = e.parentMenu); + for (var t = 0, n = this.menu.parentMenu; n; ) + t++, (n = n.parentMenu); this.menu.setElevation(t); } }), @@ -39228,22 +39225,22 @@ }); }), (t.prototype._subscribeToPositions = function(t) { - var e = this; + var n = this; this.menu.setPositionClasses && t.positionChanges.subscribe(function(t) { - e.menu.setPositionClasses( + n.menu.setPositionClasses( "start" === t.connectionPair.overlayX ? "after" : "before", "top" === t.connectionPair.overlayY ? "below" : "above" ); }); }), (t.prototype._setPosition = function(t) { - var e = + var n = "before" === this.menu.xPosition ? ["end", "start"] : ["start", "end"], - n = e[0], - o = e[1], + e = n[0], + o = n[1], a = "above" === this.menu.yPosition ? ["bottom", "top"] @@ -39253,20 +39250,20 @@ l = [r, i], s = l[0], c = l[1], - u = [n, o], + u = [e, o], d = u[0], p = u[1], m = 0; this.triggersSubmenu() - ? ((p = n = "before" === this.menu.xPosition ? "start" : "end"), - (o = d = "end" === n ? "start" : "end"), + ? ((p = e = "before" === this.menu.xPosition ? "start" : "end"), + (o = d = "end" === e ? "start" : "end"), (m = "bottom" === r ? 8 : -8)) : this.menu.overlapTrigger || ((s = "top" === r ? "bottom" : "top"), (c = "top" === i ? "bottom" : "top")), t.withPositions([ { - originX: n, + originX: e, originY: s, overlayX: d, overlayY: r, @@ -39280,7 +39277,7 @@ offsetY: m }, { - originX: n, + originX: e, originY: c, overlayX: d, overlayY: i, @@ -39297,22 +39294,22 @@ }), (t.prototype._menuClosingActions = function() { var t = this, - e = this._overlayRef.backdropClick(), - n = this._overlayRef.detachments(); + n = this._overlayRef.backdropClick(), + e = this._overlayRef.detachments(); return $( - e, + n, this._parentMenu ? this._parentMenu.closed : Wl(), this._parentMenu ? this._parentMenu._hovered().pipe( - Zl(function(e) { - return e !== t._menuItemInstance; + Zl(function(n) { + return n !== t._menuItemInstance; }), Zl(function() { return t._menuOpen; }) ) : Wl(), - n + e ); }), (t.prototype._handleMousedown = function(t) { @@ -39321,10 +39318,10 @@ this.triggersSubmenu() && t.preventDefault()); }), (t.prototype._handleKeydown = function(t) { - var e = t.keyCode; + var n = t.keyCode; this.triggersSubmenu() && - ((39 === e && "ltr" === this.dir) || - (37 === e && "rtl" === this.dir)) && + ((39 === n && "ltr" === this.dir) || + (37 === n && "rtl" === this.dir)) && this.openMenu(); }), (t.prototype._handleClick = function(t) { @@ -39338,8 +39335,8 @@ (this._hoverSubscription = this._parentMenu ._hovered() .pipe( - Zl(function(e) { - return e === t._menuItemInstance && !e.disabled; + Zl(function(n) { + return n === t._menuItemInstance && !n.disabled; }), UP(0, Zy) ) @@ -39372,7 +39369,7 @@ t ); })(), - nM = (function() { + eM = (function() { return function() {}; })(), oM = (function() { @@ -39499,23 +39496,23 @@ [null, "@transformMenu.start"], [null, "@transformMenu.done"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "keydown" === e && (o = !1 !== a._handleKeydown(n) && o), - "click" === e && (o = !1 !== a.closed.emit("click") && o), - "@transformMenu.start" === e && - (o = !1 !== a._onAnimationStart(n) && o), - "@transformMenu.done" === e && - (o = !1 !== a._onAnimationDone(n) && o), + "keydown" === n && (o = !1 !== a._handleKeydown(e) && o), + "click" === n && (o = !1 !== a.closed.emit("click") && o), + "@transformMenu.start" === n && + (o = !1 !== a._onAnimationStart(e) && o), + "@transformMenu.done" === n && + (o = !1 !== a._onAnimationDone(e) && o), o ); }, null, null )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 2, 278528, @@ -39543,11 +39540,11 @@ )), wi(null, 0) ], - function(t, e) { - t(e, 2, 0, "mat-menu-panel", e.component._classList); + function(t, n) { + t(n, 2, 0, "mat-menu-panel", n.component._classList); }, - function(t, e) { - t(e, 0, 0, e.component._panelAnimationState); + function(t, n) { + t(n, 0, 0, n.component._panelAnimationState); } ); } @@ -39589,17 +39586,17 @@ null, 0, yh, - [Nn, Dr, ff, [2, _h], [2, Py]], + [Ne, Dr, ff, [2, _h], [2, Py]], { disabled: [0, "disabled"], trigger: [1, "trigger"] }, null ) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.disableRipple || n.disabled, n._getHostElement()); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.disableRipple || e.disabled, e._getHostElement()); }, - function(t, e) { - t(e, 1, 0, wa(e, 2).unbounded); + function(t, n) { + t(n, 1, 0, wa(n, 2).unbounded); } ); } @@ -39620,18 +39617,18 @@ "ngClass.gt-lg" ], uM = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.inputs = cM), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.inputs = cM), n; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function(t) { - function e(e, n, o, a, r, i, l) { - var s = t.call(this, e, null, n, o) || this; + function n(n, e, o, a, r, i, l) { + var s = t.call(this, n, null, e, o) || this; return ( - (s.elementRef = e), - (s.styler = n), + (s.elementRef = n), + (s.styler = e), (s.marshal = o), (s.iterableDiffers = a), (s.keyValueDiffers = r), @@ -39651,53 +39648,53 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "klass", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "klass", { set: function(t) { (this.ngClassInstance.klass = t), this.setValue(t, ""); }, enumerable: !0, configurable: !0 }), - (e.prototype.updateWithValue = function(t) { + (n.prototype.updateWithValue = function(t) { (this.ngClassInstance.ngClass = t), this.ngClassInstance.ngDoCheck(); }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this.ngClassInstance.ngDoCheck(); }), - e + n ); })(Uv) ), dM = (function() { - return function(t, e, n) { - void 0 === n && (n = !0), + return function(t, n, e) { + void 0 === e && (e = !0), (this.key = t), - (this.value = e), - (this.key = n ? t.replace(/['"]/g, "").trim() : t.trim()), - (this.value = n ? e.replace(/['"]/g, "").trim() : e.trim()), + (this.value = n), + (this.key = e ? t.replace(/['"]/g, "").trim() : t.trim()), + (this.value = e ? n.replace(/['"]/g, "").trim() : n.trim()), (this.value = this.value.replace(/;/, "")); }; })(); function pM(t) { - var e = typeof t; - return "object" === e + var n = typeof t; + return "object" === n ? t.constructor === Array ? "array" : t.constructor === Set ? "set" : "object" - : e; + : n; } function mM(t) { - var e = t.split(":"), - n = e[0], - o = e.slice(1); - return new dM(n, o.join(":")); + var n = t.split(":"), + e = n[0], + o = n.slice(1); + return new dM(e, o.join(":")); } - function gM(t, e) { - return e.key && (t[e.key] = e.value), t; + function gM(t, n) { + return n.key && (t[n.key] = n.value), t; } var fM = [ "ngStyle", @@ -39716,17 +39713,17 @@ "ngStyle.gt-lg" ], hM = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.inputs = fM), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.inputs = fM), n; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function(t) { - function e(e, n, o, a, r, i, l, s, c) { - var u = t.call(this, e, null, n, o) || this; - (u.elementRef = e), - (u.styler = n), + function n(n, e, o, a, r, i, l, s, c) { + var u = t.call(this, n, null, e, o) || this; + (u.elementRef = n), + (u.styler = e), (u.marshal = o), (u.keyValueDiffers = a), (u.renderer = r), @@ -39748,35 +39745,35 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.updateWithValue = function(t) { - var e = this.buildStyleMap(t); + Object(o.__extends)(n, t), + (n.prototype.updateWithValue = function(t) { + var n = this.buildStyleMap(t); (this.ngStyleInstance.ngStyle = Object(o.__assign)( {}, this.fallbackStyles, - e + n )), - this.isServer && this.applyStyleToElement(e), + this.isServer && this.applyStyleToElement(n), this.ngStyleInstance.ngDoCheck(); }), - (e.prototype.clearStyles = function() { + (n.prototype.clearStyles = function() { (this.ngStyleInstance.ngStyle = this.fallbackStyles), this.ngStyleInstance.ngDoCheck(); }), - (e.prototype.buildStyleMap = function(t) { - var e, - n = this, + (n.prototype.buildStyleMap = function(t) { + var n, + e = this, o = function(t) { - return n.sanitizer.sanitize(ln.STYLE, t) || ""; + return e.sanitizer.sanitize(le.STYLE, t) || ""; }; if (t) switch (pM(t)) { case "string": return bM( - (void 0 === e && (e = ";"), + (void 0 === n && (n = ";"), String(t) .trim() - .split(e) + .split(n) .map(function(t) { return t.trim(); }) @@ -39789,47 +39786,47 @@ return bM(t, o); case "set": default: - return (function(t, e) { - var n = []; + return (function(t, n) { + var e = []; return ( "set" === pM(t) ? t.forEach(function(t) { - return n.push(t); + return e.push(t); }) - : Object.keys(t).forEach(function(e) { - n.push(e + ":" + t[e]); + : Object.keys(t).forEach(function(n) { + e.push(n + ":" + t[n]); }), - (function(t, e) { - return n + (function(t, n) { + return e .map(mM) .filter(function(t) { return !!t; }) .map(function(t) { - return e && (t.value = e(t.value)), t; + return n && (t.value = n(t.value)), t; }) .reduce(gM, {}); - })(0, e) + })(0, n) ); })(t, o); } return {}; }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this.ngStyleInstance.ngDoCheck(); }), - e + n ); })(Uv) ); - function bM(t, e) { + function bM(t, n) { return t .map(mM) .filter(function(t) { return !!t; }) .map(function(t) { - return e && (t.value = e(t.value)), t; + return n && (t.value = n(t.value)), t; }) .reduce(gM, {}); } @@ -39881,8 +39878,8 @@ )) ], null, - function(t, e) { - t(e, 3, 0, e.component._totalContentSizeTransform); + function(t, n) { + t(n, 3, 0, n.component._totalContentSizeTransform); } ); } @@ -39910,9 +39907,9 @@ })(), OM = new Ut("NgValueAccessor"), PM = (function() { - function t(t, e) { + function t(t, n) { (this._renderer = t), - (this._elementRef = e), + (this._elementRef = n), (this.onChange = function(t) {}), (this.onTouched = function() {}); } @@ -39942,11 +39939,11 @@ })(), MM = new Ut("CompositionEventMode"), xM = (function() { - function t(t, e, n) { + function t(t, n, e) { var o; (this._renderer = t), - (this._elementRef = e), - (this._compositionMode = n), + (this._elementRef = n), + (this._compositionMode = e), (this.onChange = function(t) {}), (this.onTouched = function() {}), (this._composing = !1), @@ -40102,77 +40099,77 @@ void 0 === t && (t = void 0), this.control && this.control.reset(t); }), - (t.prototype.hasError = function(t, e) { - return !!this.control && this.control.hasError(t, e); + (t.prototype.hasError = function(t, n) { + return !!this.control && this.control.hasError(t, n); }), - (t.prototype.getError = function(t, e) { - return this.control ? this.control.getError(t, e) : null; + (t.prototype.getError = function(t, n) { + return this.control ? this.control.getError(t, n) : null; }), t ); })(), wM = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "formDirective", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "formDirective", { get: function() { return null; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "path", { + Object.defineProperty(n.prototype, "path", { get: function() { return null; }, enumerable: !0, configurable: !0 }), - e + n ); })(kM); function SM() { throw new Error("unimplemented"); } var EM = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; return ( - (e._parent = null), - (e.name = null), - (e.valueAccessor = null), - (e._rawValidators = []), - (e._rawAsyncValidators = []), - e + (n._parent = null), + (n.name = null), + (n.valueAccessor = null), + (n._rawValidators = []), + (n._rawAsyncValidators = []), + n ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "validator", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "validator", { get: function() { return SM(); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "asyncValidator", { + Object.defineProperty(n.prototype, "asyncValidator", { get: function() { return SM(); }, enumerable: !0, configurable: !0 }), - e + n ); })(kM), IM = (function(t) { - function e(e) { - return t.call(this, e) || this; + function n(n) { + return t.call(this, n) || this; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })( (function() { function t(t) { @@ -40240,20 +40237,20 @@ function t() {} return ( (t.min = function(t) { - return function(e) { - if (AM(e.value) || AM(t)) return null; - var n = parseFloat(e.value); - return !isNaN(n) && n < t - ? { min: { min: t, actual: e.value } } + return function(n) { + if (AM(n.value) || AM(t)) return null; + var e = parseFloat(n.value); + return !isNaN(e) && e < t + ? { min: { min: t, actual: n.value } } : null; }; }), (t.max = function(t) { - return function(e) { - if (AM(e.value) || AM(t)) return null; - var n = parseFloat(e.value); - return !isNaN(n) && n > t - ? { max: { max: t, actual: e.value } } + return function(n) { + if (AM(n.value) || AM(t)) return null; + var e = parseFloat(n.value); + return !isNaN(e) && e > t + ? { max: { max: t, actual: n.value } } : null; }; }), @@ -40271,54 +40268,54 @@ : { email: !0 }; }), (t.minLength = function(t) { - return function(e) { - if (AM(e.value)) return null; - var n = e.value ? e.value.length : 0; - return n < t - ? { minlength: { requiredLength: t, actualLength: n } } + return function(n) { + if (AM(n.value)) return null; + var e = n.value ? n.value.length : 0; + return e < t + ? { minlength: { requiredLength: t, actualLength: e } } : null; }; }), (t.maxLength = function(t) { - return function(e) { - var n = e.value ? e.value.length : 0; - return n > t - ? { maxlength: { requiredLength: t, actualLength: n } } + return function(n) { + var e = n.value ? n.value.length : 0; + return e > t + ? { maxlength: { requiredLength: t, actualLength: e } } : null; }; }), - (t.pattern = function(e) { - return e - ? ("string" == typeof e + (t.pattern = function(n) { + return n + ? ("string" == typeof n ? ((o = ""), - "^" !== e.charAt(0) && (o += "^"), - (o += e), - "$" !== e.charAt(e.length - 1) && (o += "$"), - (n = new RegExp(o))) - : ((o = e.toString()), (n = e)), + "^" !== n.charAt(0) && (o += "^"), + (o += n), + "$" !== n.charAt(n.length - 1) && (o += "$"), + (e = new RegExp(o))) + : ((o = n.toString()), (e = n)), function(t) { if (AM(t.value)) return null; - var e = t.value; - return n.test(e) + var n = t.value; + return e.test(n) ? null - : { pattern: { requiredPattern: o, actualValue: e } }; + : { pattern: { requiredPattern: o, actualValue: n } }; }) : t.nullValidator; - var n, o; + var e, o; }), (t.nullValidator = function(t) { return null; }), (t.compose = function(t) { if (!t) return null; - var e = t.filter(DM); - return 0 == e.length + var n = t.filter(DM); + return 0 == n.length ? null : function(t) { return zM( - (function(t, n) { - return e.map(function(e) { - return e(t); + (function(t, e) { + return n.map(function(n) { + return n(t); }); })(t) ); @@ -40326,14 +40323,14 @@ }), (t.composeAsync = function(t) { if (!t) return null; - var e = t.filter(DM); - return 0 == e.length + var n = t.filter(DM); + return 0 == n.length ? null : function(t) { return Eh( - (function(t, n) { - return e.map(function(e) { - return e(t); + (function(t, e) { + return n.map(function(n) { + return n(t); }); })(t).map(NM) ).pipe(U(zM)); @@ -40346,37 +40343,37 @@ return null != t; } function NM(t) { - var e = mn(t) ? W(t) : t; - if (!gn(e)) + var n = me(t) ? W(t) : t; + if (!ge(n)) throw new Error( "Expected validator to return Promise or Observable." ); - return e; + return n; } function zM(t) { - var e = t.reduce(function(t, e) { - return null != e ? Object(o.__assign)({}, t, e) : t; + var n = t.reduce(function(t, n) { + return null != n ? Object(o.__assign)({}, t, n) : t; }, {}); - return 0 === Object.keys(e).length ? null : e; + return 0 === Object.keys(n).length ? null : n; } function LM(t) { return t.validate - ? function(e) { - return t.validate(e); + ? function(n) { + return t.validate(n); } : t; } function jM(t) { return t.validate - ? function(e) { - return t.validate(e); + ? function(n) { + return t.validate(n); } : t; } var FM = (function() { - function t(t, e) { + function t(t, n) { (this._renderer = t), - (this._elementRef = e), + (this._elementRef = n), (this.onChange = function(t) {}), (this.onTouched = function() {}); } @@ -40389,8 +40386,8 @@ ); }), (t.prototype.registerOnChange = function(t) { - this.onChange = function(e) { - t("" == e ? null : parseFloat(e)); + this.onChange = function(n) { + t("" == n ? null : parseFloat(n)); }; }), (t.prototype.registerOnTouched = function(t) { @@ -40411,35 +40408,35 @@ this._accessors = []; } return ( - (t.prototype.add = function(t, e) { - this._accessors.push([t, e]); + (t.prototype.add = function(t, n) { + this._accessors.push([t, n]); }), (t.prototype.remove = function(t) { - for (var e = this._accessors.length - 1; e >= 0; --e) - if (this._accessors[e][1] === t) - return void this._accessors.splice(e, 1); + for (var n = this._accessors.length - 1; n >= 0; --n) + if (this._accessors[n][1] === t) + return void this._accessors.splice(n, 1); }), (t.prototype.select = function(t) { - var e = this; - this._accessors.forEach(function(n) { - e._isSameGroup(n, t) && n[1] !== t && n[1].fireUncheck(t.value); + var n = this; + this._accessors.forEach(function(e) { + n._isSameGroup(e, t) && e[1] !== t && e[1].fireUncheck(t.value); }); }), - (t.prototype._isSameGroup = function(t, e) { + (t.prototype._isSameGroup = function(t, n) { return ( !!t[0].control && - t[0]._parent === e._control._parent && - t[1].name === e.name + t[0]._parent === n._control._parent && + t[1].name === n.name ); }), t ); })(), VM = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this._renderer = t), - (this._elementRef = e), - (this._registry = n), + (this._elementRef = n), + (this._registry = e), (this._injector = o), (this.onChange = function() {}), (this.onTouched = function() {}); @@ -40462,10 +40459,10 @@ ); }), (t.prototype.registerOnChange = function(t) { - var e = this; + var n = this; (this._fn = t), (this.onChange = function() { - t(e.value), e._registry.select(e); + t(n.value), n._registry.select(n); }); }), (t.prototype.fireUncheck = function(t) { @@ -40499,9 +40496,9 @@ ); })(), HM = (function() { - function t(t, e) { + function t(t, n) { (this._renderer = t), - (this._elementRef = e), + (this._elementRef = n), (this.onChange = function(t) {}), (this.onTouched = function() {}); } @@ -40514,8 +40511,8 @@ ); }), (t.prototype.registerOnChange = function(t) { - this.onChange = function(e) { - t("" == e ? null : parseFloat(e)); + this.onChange = function(n) { + t("" == n ? null : parseFloat(n)); }; }), (t.prototype.registerOnTouched = function(t) { @@ -40590,67 +40587,67 @@ t ); })(); - function WM(t, e) { - return Object(o.__spread)(e.path, [t]); + function WM(t, n) { + return Object(o.__spread)(n.path, [t]); } - function GM(t, e) { - t || JM(e, "Cannot find control with"), - e.valueAccessor || JM(e, "No value accessor for form control with"), - (t.validator = RM.compose([t.validator, e.validator])), + function GM(t, n) { + t || JM(n, "Cannot find control with"), + n.valueAccessor || JM(n, "No value accessor for form control with"), + (t.validator = RM.compose([t.validator, n.validator])), (t.asyncValidator = RM.composeAsync([ t.asyncValidator, - e.asyncValidator + n.asyncValidator ])), - e.valueAccessor.writeValue(t.value), - (function(t, e) { - e.valueAccessor.registerOnChange(function(n) { - (t._pendingValue = n), + n.valueAccessor.writeValue(t.value), + (function(t, n) { + n.valueAccessor.registerOnChange(function(e) { + (t._pendingValue = e), (t._pendingChange = !0), (t._pendingDirty = !0), - "change" === t.updateOn && ZM(t, e); + "change" === t.updateOn && ZM(t, n); }); - })(t, e), - (function(t, e) { - t.registerOnChange(function(t, n) { - e.valueAccessor.writeValue(t), n && e.viewToModelUpdate(t); + })(t, n), + (function(t, n) { + t.registerOnChange(function(t, e) { + n.valueAccessor.writeValue(t), e && n.viewToModelUpdate(t); }); - })(t, e), - (function(t, e) { - e.valueAccessor.registerOnTouched(function() { + })(t, n), + (function(t, n) { + n.valueAccessor.registerOnTouched(function() { (t._pendingTouched = !0), - "blur" === t.updateOn && t._pendingChange && ZM(t, e), + "blur" === t.updateOn && t._pendingChange && ZM(t, n), "submit" !== t.updateOn && t.markAsTouched(); }); - })(t, e), - e.valueAccessor.setDisabledState && + })(t, n), + n.valueAccessor.setDisabledState && t.registerOnDisabledChange(function(t) { - e.valueAccessor.setDisabledState(t); + n.valueAccessor.setDisabledState(t); }), - e._rawValidators.forEach(function(e) { - e.registerOnValidatorChange && - e.registerOnValidatorChange(function() { + n._rawValidators.forEach(function(n) { + n.registerOnValidatorChange && + n.registerOnValidatorChange(function() { return t.updateValueAndValidity(); }); }), - e._rawAsyncValidators.forEach(function(e) { - e.registerOnValidatorChange && - e.registerOnValidatorChange(function() { + n._rawAsyncValidators.forEach(function(n) { + n.registerOnValidatorChange && + n.registerOnValidatorChange(function() { return t.updateValueAndValidity(); }); }); } - function ZM(t, e) { + function ZM(t, n) { t._pendingDirty && t.markAsDirty(), t.setValue(t._pendingValue, { emitModelToViewChange: !1 }), - e.viewToModelUpdate(t._pendingValue), + n.viewToModelUpdate(t._pendingValue), (t._pendingChange = !1); } - function QM(t, e) { - null == t && JM(e, "Cannot find control with"), - (t.validator = RM.compose([t.validator, e.validator])), + function QM(t, n) { + null == t && JM(n, "Cannot find control with"), + (t.validator = RM.compose([t.validator, n.validator])), (t.asyncValidator = RM.composeAsync([ t.asyncValidator, - e.asyncValidator + n.asyncValidator ])); } function XM(t) { @@ -40659,15 +40656,15 @@ "There is no FormControl instance attached to form control element with" ); } - function JM(t, e) { - var n; - throw ((n = + function JM(t, n) { + var e; + throw ((e = t.path.length > 1 ? "path: '" + t.path.join(" -> ") + "'" : t.path[0] ? "name: '" + t.path + "'" : "unspecified name attribute"), - new Error(e + " " + n)); + new Error(n + " " + e)); } function $M(t) { return null != t ? RM.compose(t.map(LM)) : null; @@ -40675,19 +40672,19 @@ function tx(t) { return null != t ? RM.composeAsync(t.map(jM)) : null; } - var ex = [ + var nx = [ PM, HM, FM, (function() { - function t(t, e) { + function t(t, n) { (this._renderer = t), - (this._elementRef = e), + (this._elementRef = n), (this._optionMap = new Map()), (this._idCounter = 0), (this.onChange = function(t) {}), (this.onTouched = function() {}), - (this._compareWith = bn); + (this._compareWith = be); } return ( Object.defineProperty(t.prototype, "compareWith", { @@ -40704,29 +40701,29 @@ }), (t.prototype.writeValue = function(t) { this.value = t; - var e = this._getOptionId(t); - null == e && + var n = this._getOptionId(t); + null == n && this._renderer.setProperty( this._elementRef.nativeElement, "selectedIndex", -1 ); - var n = (function(t, e) { + var e = (function(t, n) { return null == t - ? "" + e - : (e && "object" == typeof e && (e = "Object"), - (t + ": " + e).slice(0, 50)); - })(e, t); + ? "" + n + : (n && "object" == typeof n && (n = "Object"), + (t + ": " + n).slice(0, 50)); + })(n, t); this._renderer.setProperty( this._elementRef.nativeElement, "value", - n + e ); }), (t.prototype.registerOnChange = function(t) { - var e = this; - this.onChange = function(n) { - (e.value = e._getOptionValue(n)), t(e.value); + var n = this; + this.onChange = function(e) { + (n.value = n._getOptionValue(e)), t(n.value); }; }), (t.prototype.registerOnTouched = function(t) { @@ -40743,7 +40740,7 @@ return (this._idCounter++).toString(); }), (t.prototype._getOptionId = function(t) { - var e, n; + var n, e; try { for ( var a = Object(o.__values)( @@ -40757,34 +40754,34 @@ if (this._compareWith(this._optionMap.get(i), t)) return i; } } catch (l) { - e = { error: l }; + n = { error: l }; } finally { try { - r && !r.done && (n = a.return) && n.call(a); + r && !r.done && (e = a.return) && e.call(a); } finally { - if (e) throw e.error; + if (n) throw n.error; } } return null; }), (t.prototype._getOptionValue = function(t) { - var e = (function(t) { + var n = (function(t) { return t.split(":")[0]; })(t); - return this._optionMap.has(e) ? this._optionMap.get(e) : t; + return this._optionMap.has(n) ? this._optionMap.get(n) : t; }), t ); })(), (function() { - function t(t, e) { + function t(t, n) { (this._renderer = t), - (this._elementRef = e), + (this._elementRef = n), (this._optionMap = new Map()), (this._idCounter = 0), (this.onChange = function(t) {}), (this.onTouched = function() {}), - (this._compareWith = bn); + (this._compareWith = be); } return ( Object.defineProperty(t.prototype, "compareWith", { @@ -40800,36 +40797,36 @@ configurable: !0 }), (t.prototype.writeValue = function(t) { - var e, - n = this; + var n, + e = this; if (((this.value = t), Array.isArray(t))) { var o = t.map(function(t) { - return n._getOptionId(t); + return e._getOptionId(t); }); - e = function(t, e) { - t._setSelected(o.indexOf(e.toString()) > -1); + n = function(t, n) { + t._setSelected(o.indexOf(n.toString()) > -1); }; } else - e = function(t, e) { + n = function(t, n) { t._setSelected(!1); }; - this._optionMap.forEach(e); + this._optionMap.forEach(n); }), (t.prototype.registerOnChange = function(t) { - var e = this; - this.onChange = function(n) { + var n = this; + this.onChange = function(e) { var o = []; - if (n.hasOwnProperty("selectedOptions")) - for (var a = n.selectedOptions, r = 0; r < a.length; r++) { + if (e.hasOwnProperty("selectedOptions")) + for (var a = e.selectedOptions, r = 0; r < a.length; r++) { var i = a.item(r), - l = e._getOptionValue(i.value); + l = n._getOptionValue(i.value); o.push(l); } else - for (a = n.options, r = 0; r < a.length; r++) + for (a = e.options, r = 0; r < a.length; r++) (i = a.item(r)).selected && - ((l = e._getOptionValue(i.value)), o.push(l)); - (e.value = o), t(o); + ((l = n._getOptionValue(i.value)), o.push(l)); + (n.value = o), t(o); }; }), (t.prototype.registerOnTouched = function(t) { @@ -40843,11 +40840,11 @@ ); }), (t.prototype._registerOption = function(t) { - var e = (this._idCounter++).toString(); - return this._optionMap.set(e, t), e; + var n = (this._idCounter++).toString(); + return this._optionMap.set(n, t), n; }), (t.prototype._getOptionId = function(t) { - var e, n; + var n, e; try { for ( var a = Object(o.__values)( @@ -40862,55 +40859,55 @@ return i; } } catch (l) { - e = { error: l }; + n = { error: l }; } finally { try { - r && !r.done && (n = a.return) && n.call(a); + r && !r.done && (e = a.return) && e.call(a); } finally { - if (e) throw e.error; + if (n) throw n.error; } } return null; }), (t.prototype._getOptionValue = function(t) { - var e = (function(t) { + var n = (function(t) { return t.split(":")[0]; })(t); - return this._optionMap.has(e) ? this._optionMap.get(e)._value : t; + return this._optionMap.has(n) ? this._optionMap.get(n)._value : t; }), t ); })(), VM ]; - function nx(t, e) { + function ex(t, n) { t._syncPendingControls(), - e.forEach(function(t) { - var e = t.control; - "submit" === e.updateOn && - e._pendingChange && - (t.viewToModelUpdate(e._pendingValue), (e._pendingChange = !1)); + n.forEach(function(t) { + var n = t.control; + "submit" === n.updateOn && + n._pendingChange && + (t.viewToModelUpdate(n._pendingValue), (n._pendingChange = !1)); }); } - function ox(t, e) { - var n = t.indexOf(e); - n > -1 && t.splice(n, 1); + function ox(t, n) { + var e = t.indexOf(n); + e > -1 && t.splice(e, 1); } function ax(t) { - var e = ix(t) ? t.validators : t; - return Array.isArray(e) ? $M(e) : e || null; + var n = ix(t) ? t.validators : t; + return Array.isArray(n) ? $M(n) : n || null; } - function rx(t, e) { - var n = ix(e) ? e.asyncValidators : t; - return Array.isArray(n) ? tx(n) : n || null; + function rx(t, n) { + var e = ix(n) ? n.asyncValidators : t; + return Array.isArray(e) ? tx(e) : e || null; } function ix(t) { return null != t && !Array.isArray(t) && "object" == typeof t; } var lx = (function() { - function t(t, e) { + function t(t, n) { (this.validator = t), - (this.asyncValidator = e), + (this.asyncValidator = n), (this._onCollectionChange = function() {}), (this.pristine = !0), (this.touched = !1), @@ -41038,18 +41035,18 @@ }), (t.prototype.disable = function(t) { void 0 === t && (t = {}); - var e = this._parentMarkedDirty(t.onlySelf); + var n = this._parentMarkedDirty(t.onlySelf); (this.status = "DISABLED"), (this.errors = null), - this._forEachChild(function(e) { - e.disable(Object(o.__assign)({}, t, { onlySelf: !0 })); + this._forEachChild(function(n) { + n.disable(Object(o.__assign)({}, t, { onlySelf: !0 })); }), this._updateValue(), !1 !== t.emitEvent && (this.valueChanges.emit(this.value), this.statusChanges.emit(this.status)), this._updateAncestors( - Object(o.__assign)({}, t, { skipPristineCheck: e }) + Object(o.__assign)({}, t, { skipPristineCheck: n }) ), this._onDisabledChange.forEach(function(t) { return t(!0); @@ -41057,17 +41054,17 @@ }), (t.prototype.enable = function(t) { void 0 === t && (t = {}); - var e = this._parentMarkedDirty(t.onlySelf); + var n = this._parentMarkedDirty(t.onlySelf); (this.status = "VALID"), - this._forEachChild(function(e) { - e.enable(Object(o.__assign)({}, t, { onlySelf: !0 })); + this._forEachChild(function(n) { + n.enable(Object(o.__assign)({}, t, { onlySelf: !0 })); }), this.updateValueAndValidity({ onlySelf: !0, emitEvent: t.emitEvent }), this._updateAncestors( - Object(o.__assign)({}, t, { skipPristineCheck: e }) + Object(o.__assign)({}, t, { skipPristineCheck: n }) ), this._onDisabledChange.forEach(function(t) { return t(!1); @@ -41102,8 +41099,8 @@ }), (t.prototype._updateTreeValidity = function(t) { void 0 === t && (t = { emitEvent: !0 }), - this._forEachChild(function(e) { - return e._updateTreeValidity(t); + this._forEachChild(function(n) { + return n._updateTreeValidity(t); }), this.updateValueAndValidity({ onlySelf: !0, @@ -41117,12 +41114,12 @@ return this.validator ? this.validator(this) : null; }), (t.prototype._runAsyncValidator = function(t) { - var e = this; + var n = this; if (this.asyncValidator) { this.status = "PENDING"; - var n = NM(this.asyncValidator(this)); - this._asyncValidationSubscription = n.subscribe(function(n) { - return e.setErrors(n, { emitEvent: t }); + var e = NM(this.asyncValidator(this)); + this._asyncValidationSubscription = e.subscribe(function(e) { + return n.setErrors(e, { emitEvent: t }); }); } }), @@ -41130,33 +41127,33 @@ this._asyncValidationSubscription && this._asyncValidationSubscription.unsubscribe(); }), - (t.prototype.setErrors = function(t, e) { - void 0 === e && (e = {}), + (t.prototype.setErrors = function(t, n) { + void 0 === n && (n = {}), (this.errors = t), - this._updateControlsErrors(!1 !== e.emitEvent); + this._updateControlsErrors(!1 !== n.emitEvent); }), (t.prototype.get = function(t) { - return (function(t, e, n) { - return null == e + return (function(t, n, e) { + return null == n ? null - : (e instanceof Array || (e = e.split(".")), - e instanceof Array && 0 === e.length + : (n instanceof Array || (n = n.split(".")), + n instanceof Array && 0 === n.length ? null - : e.reduce(function(t, e) { + : n.reduce(function(t, n) { return t instanceof cx - ? t.controls.hasOwnProperty(e) - ? t.controls[e] + ? t.controls.hasOwnProperty(n) + ? t.controls[n] : null - : (t instanceof ux && t.at(e)) || null; + : (t instanceof ux && t.at(n)) || null; }, t)); })(this, t); }), - (t.prototype.getError = function(t, e) { - var n = e ? this.get(e) : this; - return n && n.errors ? n.errors[t] : null; + (t.prototype.getError = function(t, n) { + var e = n ? this.get(n) : this; + return e && e.errors ? e.errors[t] : null; }), - (t.prototype.hasError = function(t, e) { - return !!this.getError(t, e); + (t.prototype.hasError = function(t, n) { + return !!this.getError(t, n); }), Object.defineProperty(t.prototype, "root", { get: function() { @@ -41186,8 +41183,8 @@ : "VALID"; }), (t.prototype._anyControlsHaveStatus = function(t) { - return this._anyControls(function(e) { - return e.status === t; + return this._anyControls(function(n) { + return n.status === t; }); }), (t.prototype._anyControlsDirty = function() { @@ -41237,63 +41234,63 @@ ); })(), sx = (function(t) { - function e(e, n, o) { - void 0 === e && (e = null); - var a = t.call(this, ax(n), rx(o, n)) || this; + function n(n, e, o) { + void 0 === n && (n = null); + var a = t.call(this, ax(e), rx(o, e)) || this; return ( (a._onChange = []), - a._applyFormState(e), - a._setUpdateStrategy(n), + a._applyFormState(n), + a._setUpdateStrategy(e), a.updateValueAndValidity({ onlySelf: !0, emitEvent: !1 }), a._initObservables(), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.setValue = function(t, e) { - var n = this; - void 0 === e && (e = {}), + Object(o.__extends)(n, t), + (n.prototype.setValue = function(t, n) { + var e = this; + void 0 === n && (n = {}), (this.value = this._pendingValue = t), this._onChange.length && - !1 !== e.emitModelToViewChange && + !1 !== n.emitModelToViewChange && this._onChange.forEach(function(t) { - return t(n.value, !1 !== e.emitViewToModelChange); + return t(e.value, !1 !== n.emitViewToModelChange); }), - this.updateValueAndValidity(e); + this.updateValueAndValidity(n); }), - (e.prototype.patchValue = function(t, e) { - void 0 === e && (e = {}), this.setValue(t, e); + (n.prototype.patchValue = function(t, n) { + void 0 === n && (n = {}), this.setValue(t, n); }), - (e.prototype.reset = function(t, e) { + (n.prototype.reset = function(t, n) { void 0 === t && (t = null), - void 0 === e && (e = {}), + void 0 === n && (n = {}), this._applyFormState(t), - this.markAsPristine(e), - this.markAsUntouched(e), - this.setValue(this.value, e), + this.markAsPristine(n), + this.markAsUntouched(n), + this.setValue(this.value, n), (this._pendingChange = !1); }), - (e.prototype._updateValue = function() {}), - (e.prototype._anyControls = function(t) { + (n.prototype._updateValue = function() {}), + (n.prototype._anyControls = function(t) { return !1; }), - (e.prototype._allControlsDisabled = function() { + (n.prototype._allControlsDisabled = function() { return this.disabled; }), - (e.prototype.registerOnChange = function(t) { + (n.prototype.registerOnChange = function(t) { this._onChange.push(t); }), - (e.prototype._clearChangeFns = function() { + (n.prototype._clearChangeFns = function() { (this._onChange = []), (this._onDisabledChange = []), (this._onCollectionChange = function() {}); }), - (e.prototype.registerOnDisabledChange = function(t) { + (n.prototype.registerOnDisabledChange = function(t) { this._onDisabledChange.push(t); }), - (e.prototype._forEachChild = function(t) {}), - (e.prototype._syncPendingControls = function() { + (n.prototype._forEachChild = function(t) {}), + (n.prototype._syncPendingControls = function() { return !( "submit" !== this.updateOn || (this._pendingDirty && this.markAsDirty(), @@ -41306,7 +41303,7 @@ 0) ); }), - (e.prototype._applyFormState = function(t) { + (n.prototype._applyFormState = function(t) { this._isBoxedValue(t) ? ((this.value = this._pendingValue = t.value), t.disabled @@ -41314,103 +41311,103 @@ : this.enable({ onlySelf: !0, emitEvent: !1 })) : (this.value = this._pendingValue = t); }), - e + n ); })(lx), cx = (function(t) { - function e(e, n, o) { - var a = t.call(this, ax(n), rx(o, n)) || this; + function n(n, e, o) { + var a = t.call(this, ax(e), rx(o, e)) || this; return ( - (a.controls = e), + (a.controls = n), a._initObservables(), - a._setUpdateStrategy(n), + a._setUpdateStrategy(e), a._setUpControls(), a.updateValueAndValidity({ onlySelf: !0, emitEvent: !1 }), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.registerControl = function(t, e) { + Object(o.__extends)(n, t), + (n.prototype.registerControl = function(t, n) { return this.controls[t] ? this.controls[t] - : ((this.controls[t] = e), - e.setParent(this), - e._registerOnCollectionChange(this._onCollectionChange), - e); + : ((this.controls[t] = n), + n.setParent(this), + n._registerOnCollectionChange(this._onCollectionChange), + n); }), - (e.prototype.addControl = function(t, e) { - this.registerControl(t, e), + (n.prototype.addControl = function(t, n) { + this.registerControl(t, n), this.updateValueAndValidity(), this._onCollectionChange(); }), - (e.prototype.removeControl = function(t) { + (n.prototype.removeControl = function(t) { this.controls[t] && this.controls[t]._registerOnCollectionChange(function() {}), delete this.controls[t], this.updateValueAndValidity(), this._onCollectionChange(); }), - (e.prototype.setControl = function(t, e) { + (n.prototype.setControl = function(t, n) { this.controls[t] && this.controls[t]._registerOnCollectionChange(function() {}), delete this.controls[t], - e && this.registerControl(t, e), + n && this.registerControl(t, n), this.updateValueAndValidity(), this._onCollectionChange(); }), - (e.prototype.contains = function(t) { + (n.prototype.contains = function(t) { return ( this.controls.hasOwnProperty(t) && this.controls[t].enabled ); }), - (e.prototype.setValue = function(t, e) { - var n = this; - void 0 === e && (e = {}), + (n.prototype.setValue = function(t, n) { + var e = this; + void 0 === n && (n = {}), this._checkAllValuesPresent(t), Object.keys(t).forEach(function(o) { - n._throwIfControlMissing(o), - n.controls[o].setValue(t[o], { + e._throwIfControlMissing(o), + e.controls[o].setValue(t[o], { onlySelf: !0, - emitEvent: e.emitEvent + emitEvent: n.emitEvent }); }), - this.updateValueAndValidity(e); + this.updateValueAndValidity(n); }), - (e.prototype.patchValue = function(t, e) { - var n = this; - void 0 === e && (e = {}), + (n.prototype.patchValue = function(t, n) { + var e = this; + void 0 === n && (n = {}), Object.keys(t).forEach(function(o) { - n.controls[o] && - n.controls[o].patchValue(t[o], { + e.controls[o] && + e.controls[o].patchValue(t[o], { onlySelf: !0, - emitEvent: e.emitEvent + emitEvent: n.emitEvent }); }), - this.updateValueAndValidity(e); + this.updateValueAndValidity(n); }), - (e.prototype.reset = function(t, e) { + (n.prototype.reset = function(t, n) { void 0 === t && (t = {}), - void 0 === e && (e = {}), - this._forEachChild(function(n, o) { - n.reset(t[o], { onlySelf: !0, emitEvent: e.emitEvent }); + void 0 === n && (n = {}), + this._forEachChild(function(e, o) { + e.reset(t[o], { onlySelf: !0, emitEvent: n.emitEvent }); }), - this._updatePristine(e), - this._updateTouched(e), - this.updateValueAndValidity(e); + this._updatePristine(n), + this._updateTouched(n), + this.updateValueAndValidity(n); }), - (e.prototype.getRawValue = function() { - return this._reduceChildren({}, function(t, e, n) { - return (t[n] = e instanceof sx ? e.value : e.getRawValue()), t; + (n.prototype.getRawValue = function() { + return this._reduceChildren({}, function(t, n, e) { + return (t[e] = n instanceof sx ? n.value : n.getRawValue()), t; }); }), - (e.prototype._syncPendingControls = function() { - var t = this._reduceChildren(!1, function(t, e) { - return !!e._syncPendingControls() || t; + (n.prototype._syncPendingControls = function() { + var t = this._reduceChildren(!1, function(t, n) { + return !!n._syncPendingControls() || t; }); return t && this.updateValueAndValidity({ onlySelf: !0 }), t; }), - (e.prototype._throwIfControlMissing = function(t) { + (n.prototype._throwIfControlMissing = function(t) { if (!Object.keys(this.controls).length) throw new Error( "\n There are no form controls registered with this group yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n " @@ -41420,169 +41417,169 @@ "Cannot find form control with name: " + t + "." ); }), - (e.prototype._forEachChild = function(t) { - var e = this; - Object.keys(this.controls).forEach(function(n) { - return t(e.controls[n], n); + (n.prototype._forEachChild = function(t) { + var n = this; + Object.keys(this.controls).forEach(function(e) { + return t(n.controls[e], e); }); }), - (e.prototype._setUpControls = function() { + (n.prototype._setUpControls = function() { var t = this; - this._forEachChild(function(e) { - e.setParent(t), - e._registerOnCollectionChange(t._onCollectionChange); + this._forEachChild(function(n) { + n.setParent(t), + n._registerOnCollectionChange(t._onCollectionChange); }); }), - (e.prototype._updateValue = function() { + (n.prototype._updateValue = function() { this.value = this._reduceValue(); }), - (e.prototype._anyControls = function(t) { - var e = this, - n = !1; + (n.prototype._anyControls = function(t) { + var n = this, + e = !1; return ( this._forEachChild(function(o, a) { - n = n || (e.contains(a) && t(o)); + e = e || (n.contains(a) && t(o)); }), - n + e ); }), - (e.prototype._reduceValue = function() { + (n.prototype._reduceValue = function() { var t = this; - return this._reduceChildren({}, function(e, n, o) { - return (n.enabled || t.disabled) && (e[o] = n.value), e; + return this._reduceChildren({}, function(n, e, o) { + return (e.enabled || t.disabled) && (n[o] = e.value), n; }); }), - (e.prototype._reduceChildren = function(t, e) { - var n = t; + (n.prototype._reduceChildren = function(t, n) { + var e = t; return ( this._forEachChild(function(t, o) { - n = e(n, t, o); + e = n(e, t, o); }), - n + e ); }), - (e.prototype._allControlsDisabled = function() { - var t, e; + (n.prototype._allControlsDisabled = function() { + var t, n; try { for ( - var n = Object(o.__values)(Object.keys(this.controls)), - a = n.next(); + var e = Object(o.__values)(Object.keys(this.controls)), + a = e.next(); !a.done; - a = n.next() + a = e.next() ) if (this.controls[a.value].enabled) return !1; } catch (r) { t = { error: r }; } finally { try { - a && !a.done && (e = n.return) && e.call(n); + a && !a.done && (n = e.return) && n.call(e); } finally { if (t) throw t.error; } } return Object.keys(this.controls).length > 0 || this.disabled; }), - (e.prototype._checkAllValuesPresent = function(t) { - this._forEachChild(function(e, n) { - if (void 0 === t[n]) + (n.prototype._checkAllValuesPresent = function(t) { + this._forEachChild(function(n, e) { + if (void 0 === t[e]) throw new Error( "Must supply a value for form control with name: '" + - n + + e + "'." ); }); }), - e + n ); })(lx), ux = (function(t) { - function e(e, n, o) { - var a = t.call(this, ax(n), rx(o, n)) || this; + function n(n, e, o) { + var a = t.call(this, ax(e), rx(o, e)) || this; return ( - (a.controls = e), + (a.controls = n), a._initObservables(), - a._setUpdateStrategy(n), + a._setUpdateStrategy(e), a._setUpControls(), a.updateValueAndValidity({ onlySelf: !0, emitEvent: !1 }), a ); } return ( - Object(o.__extends)(e, t), - (e.prototype.at = function(t) { + Object(o.__extends)(n, t), + (n.prototype.at = function(t) { return this.controls[t]; }), - (e.prototype.push = function(t) { + (n.prototype.push = function(t) { this.controls.push(t), this._registerControl(t), this.updateValueAndValidity(), this._onCollectionChange(); }), - (e.prototype.insert = function(t, e) { - this.controls.splice(t, 0, e), - this._registerControl(e), + (n.prototype.insert = function(t, n) { + this.controls.splice(t, 0, n), + this._registerControl(n), this.updateValueAndValidity(); }), - (e.prototype.removeAt = function(t) { + (n.prototype.removeAt = function(t) { this.controls[t] && this.controls[t]._registerOnCollectionChange(function() {}), this.controls.splice(t, 1), this.updateValueAndValidity(); }), - (e.prototype.setControl = function(t, e) { + (n.prototype.setControl = function(t, n) { this.controls[t] && this.controls[t]._registerOnCollectionChange(function() {}), this.controls.splice(t, 1), - e && (this.controls.splice(t, 0, e), this._registerControl(e)), + n && (this.controls.splice(t, 0, n), this._registerControl(n)), this.updateValueAndValidity(), this._onCollectionChange(); }), - Object.defineProperty(e.prototype, "length", { + Object.defineProperty(n.prototype, "length", { get: function() { return this.controls.length; }, enumerable: !0, configurable: !0 }), - (e.prototype.setValue = function(t, e) { - var n = this; - void 0 === e && (e = {}), + (n.prototype.setValue = function(t, n) { + var e = this; + void 0 === n && (n = {}), this._checkAllValuesPresent(t), t.forEach(function(t, o) { - n._throwIfControlMissing(o), - n + e._throwIfControlMissing(o), + e .at(o) - .setValue(t, { onlySelf: !0, emitEvent: e.emitEvent }); + .setValue(t, { onlySelf: !0, emitEvent: n.emitEvent }); }), - this.updateValueAndValidity(e); + this.updateValueAndValidity(n); }), - (e.prototype.patchValue = function(t, e) { - var n = this; - void 0 === e && (e = {}), + (n.prototype.patchValue = function(t, n) { + var e = this; + void 0 === n && (n = {}), t.forEach(function(t, o) { - n.at(o) && - n + e.at(o) && + e .at(o) - .patchValue(t, { onlySelf: !0, emitEvent: e.emitEvent }); + .patchValue(t, { onlySelf: !0, emitEvent: n.emitEvent }); }), - this.updateValueAndValidity(e); + this.updateValueAndValidity(n); }), - (e.prototype.reset = function(t, e) { + (n.prototype.reset = function(t, n) { void 0 === t && (t = []), - void 0 === e && (e = {}), - this._forEachChild(function(n, o) { - n.reset(t[o], { onlySelf: !0, emitEvent: e.emitEvent }); + void 0 === n && (n = {}), + this._forEachChild(function(e, o) { + e.reset(t[o], { onlySelf: !0, emitEvent: n.emitEvent }); }), - this._updatePristine(e), - this._updateTouched(e), - this.updateValueAndValidity(e); + this._updatePristine(n), + this._updateTouched(n), + this.updateValueAndValidity(n); }), - (e.prototype.getRawValue = function() { + (n.prototype.getRawValue = function() { return this.controls.map(function(t) { return t instanceof sx ? t.value : t.getRawValue(); }); }), - (e.prototype.clear = function() { + (n.prototype.clear = function() { this.controls.length < 1 || (this._forEachChild(function(t) { return t._registerOnCollectionChange(function() {}); @@ -41590,13 +41587,13 @@ this.controls.splice(0), this.updateValueAndValidity()); }), - (e.prototype._syncPendingControls = function() { - var t = this.controls.reduce(function(t, e) { - return !!e._syncPendingControls() || t; + (n.prototype._syncPendingControls = function() { + var t = this.controls.reduce(function(t, n) { + return !!n._syncPendingControls() || t; }, !1); return t && this.updateValueAndValidity({ onlySelf: !0 }), t; }), - (e.prototype._throwIfControlMissing = function(t) { + (n.prototype._throwIfControlMissing = function(t) { if (!this.controls.length) throw new Error( "\n There are no form controls registered with this array yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n " @@ -41604,188 +41601,188 @@ if (!this.at(t)) throw new Error("Cannot find form control at index " + t); }), - (e.prototype._forEachChild = function(t) { - this.controls.forEach(function(e, n) { - t(e, n); + (n.prototype._forEachChild = function(t) { + this.controls.forEach(function(n, e) { + t(n, e); }); }), - (e.prototype._updateValue = function() { + (n.prototype._updateValue = function() { var t = this; this.value = this.controls - .filter(function(e) { - return e.enabled || t.disabled; + .filter(function(n) { + return n.enabled || t.disabled; }) .map(function(t) { return t.value; }); }), - (e.prototype._anyControls = function(t) { - return this.controls.some(function(e) { - return e.enabled && t(e); + (n.prototype._anyControls = function(t) { + return this.controls.some(function(n) { + return n.enabled && t(n); }); }), - (e.prototype._setUpControls = function() { + (n.prototype._setUpControls = function() { var t = this; - this._forEachChild(function(e) { - return t._registerControl(e); + this._forEachChild(function(n) { + return t._registerControl(n); }); }), - (e.prototype._checkAllValuesPresent = function(t) { - this._forEachChild(function(e, n) { - if (void 0 === t[n]) + (n.prototype._checkAllValuesPresent = function(t) { + this._forEachChild(function(n, e) { + if (void 0 === t[e]) throw new Error( - "Must supply a value for form control at index: " + n + "." + "Must supply a value for form control at index: " + e + "." ); }); }), - (e.prototype._allControlsDisabled = function() { - var t, e; + (n.prototype._allControlsDisabled = function() { + var t, n; try { for ( - var n = Object(o.__values)(this.controls), a = n.next(); + var e = Object(o.__values)(this.controls), a = e.next(); !a.done; - a = n.next() + a = e.next() ) if (a.value.enabled) return !1; } catch (r) { t = { error: r }; } finally { try { - a && !a.done && (e = n.return) && e.call(n); + a && !a.done && (n = e.return) && n.call(e); } finally { if (t) throw t.error; } } return this.controls.length > 0 || this.disabled; }), - (e.prototype._registerControl = function(t) { + (n.prototype._registerControl = function(t) { t.setParent(this), t._registerOnCollectionChange(this._onCollectionChange); }), - e + n ); })(lx), dx = (function() { return Promise.resolve(null); })(), px = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( (o.submitted = !1), (o._directives = []), (o.ngSubmit = new ar()), - (o.form = new cx({}, $M(e), tx(n))), + (o.form = new cx({}, $M(n), tx(e))), o ); } return ( - Object(o.__extends)(e, t), - (e.prototype.ngAfterViewInit = function() { + Object(o.__extends)(n, t), + (n.prototype.ngAfterViewInit = function() { this._setUpdateStrategy(); }), - Object.defineProperty(e.prototype, "formDirective", { + Object.defineProperty(n.prototype, "formDirective", { get: function() { return this; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "control", { + Object.defineProperty(n.prototype, "control", { get: function() { return this.form; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "path", { + Object.defineProperty(n.prototype, "path", { get: function() { return []; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "controls", { + Object.defineProperty(n.prototype, "controls", { get: function() { return this.form.controls; }, enumerable: !0, configurable: !0 }), - (e.prototype.addControl = function(t) { - var e = this; + (n.prototype.addControl = function(t) { + var n = this; dx.then(function() { - var n = e._findContainer(t.path); - (t.control = n.registerControl(t.name, t.control)), + var e = n._findContainer(t.path); + (t.control = e.registerControl(t.name, t.control)), GM(t.control, t), t.control.updateValueAndValidity({ emitEvent: !1 }), - e._directives.push(t); + n._directives.push(t); }); }), - (e.prototype.getControl = function(t) { + (n.prototype.getControl = function(t) { return this.form.get(t.path); }), - (e.prototype.removeControl = function(t) { - var e = this; + (n.prototype.removeControl = function(t) { + var n = this; dx.then(function() { - var n = e._findContainer(t.path); - n && n.removeControl(t.name), ox(e._directives, t); + var e = n._findContainer(t.path); + e && e.removeControl(t.name), ox(n._directives, t); }); }), - (e.prototype.addFormGroup = function(t) { - var e = this; + (n.prototype.addFormGroup = function(t) { + var n = this; dx.then(function() { - var n = e._findContainer(t.path), + var e = n._findContainer(t.path), o = new cx({}); QM(o, t), - n.registerControl(t.name, o), + e.registerControl(t.name, o), o.updateValueAndValidity({ emitEvent: !1 }); }); }), - (e.prototype.removeFormGroup = function(t) { - var e = this; + (n.prototype.removeFormGroup = function(t) { + var n = this; dx.then(function() { - var n = e._findContainer(t.path); - n && n.removeControl(t.name); + var e = n._findContainer(t.path); + e && e.removeControl(t.name); }); }), - (e.prototype.getFormGroup = function(t) { + (n.prototype.getFormGroup = function(t) { return this.form.get(t.path); }), - (e.prototype.updateModel = function(t, e) { - var n = this; + (n.prototype.updateModel = function(t, n) { + var e = this; dx.then(function() { - n.form.get(t.path).setValue(e); + e.form.get(t.path).setValue(n); }); }), - (e.prototype.setValue = function(t) { + (n.prototype.setValue = function(t) { this.control.setValue(t); }), - (e.prototype.onSubmit = function(t) { + (n.prototype.onSubmit = function(t) { return ( (this.submitted = !0), - nx(this.form, this._directives), + ex(this.form, this._directives), this.ngSubmit.emit(t), !1 ); }), - (e.prototype.onReset = function() { + (n.prototype.onReset = function() { this.resetForm(); }), - (e.prototype.resetForm = function(t) { + (n.prototype.resetForm = function(t) { void 0 === t && (t = void 0), this.form.reset(t), (this.submitted = !1); }), - (e.prototype._setUpdateStrategy = function() { + (n.prototype._setUpdateStrategy = function() { this.options && null != this.options.updateOn && (this.form._updateOn = this.options.updateOn); }), - (e.prototype._findContainer = function(t) { + (n.prototype._findContainer = function(t) { return t.pop(), t.length ? this.form.get(t) : this.form; }), - e + n ); })(wM), mx = (function() { @@ -41829,105 +41826,105 @@ })(), gx = new Ut("NgFormSelectorWarning"), fx = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnInit = function() { + Object(o.__extends)(n, t), + (n.prototype.ngOnInit = function() { this._checkParentType(), this.formDirective.addFormGroup(this); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this.formDirective && this.formDirective.removeFormGroup(this); }), - Object.defineProperty(e.prototype, "control", { + Object.defineProperty(n.prototype, "control", { get: function() { return this.formDirective.getFormGroup(this); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "path", { + Object.defineProperty(n.prototype, "path", { get: function() { return WM(this.name, this._parent); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "formDirective", { + Object.defineProperty(n.prototype, "formDirective", { get: function() { return this._parent ? this._parent.formDirective : null; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "validator", { + Object.defineProperty(n.prototype, "validator", { get: function() { return $M(this._validators); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "asyncValidator", { + Object.defineProperty(n.prototype, "asyncValidator", { get: function() { return tx(this._asyncValidators); }, enumerable: !0, configurable: !0 }), - (e.prototype._checkParentType = function() {}), - e + (n.prototype._checkParentType = function() {}), + n ); })(wM), hx = (function(t) { - function e(e, n, o) { + function n(n, e, o) { var a = t.call(this) || this; return ( - (a._parent = e), (a._validators = n), (a._asyncValidators = o), a + (a._parent = n), (a._validators = e), (a._asyncValidators = o), a ); } - var n; + var e; return ( - Object(o.__extends)(e, t), - (n = e), - (e.prototype._checkParentType = function() { - this._parent instanceof n || + Object(o.__extends)(n, t), + (e = n), + (n.prototype._checkParentType = function() { + this._parent instanceof e || this._parent instanceof px || mx.modelGroupParentException(); }), - e + n ); })(fx), bx = (function() { return Promise.resolve(null); })(), _x = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r = t.call(this) || this; return ( (r.control = new sx()), (r._registered = !1), (r.update = new ar()), - (r._parent = e), - (r._rawValidators = n || []), + (r._parent = n), + (r._rawValidators = e || []), (r._rawAsyncValidators = o || []), - (r.valueAccessor = (function(t, e) { - if (!e) return null; - Array.isArray(e) || + (r.valueAccessor = (function(t, n) { + if (!n) return null; + Array.isArray(n) || JM( t, "Value accessor was not provided as an array for form control with" ); - var n = void 0, + var e = void 0, o = void 0, a = void 0; return ( - e.forEach(function(e) { + n.forEach(function(n) { var r; - e.constructor === xM - ? (n = e) - : ((r = e), - ex.some(function(t) { + n.constructor === xM + ? (e = n) + : ((r = n), + nx.some(function(t) { return r.constructor === t; }) ? (o && @@ -41935,17 +41932,17 @@ t, "More than one built-in value accessor matches form control with" ), - (o = e)) + (o = n)) : (a && JM( t, "More than one custom value accessor matches form control with" ), - (a = e))); + (a = n))); }), a || o || - n || + e || (JM(t, "No valid value accessor for form control with"), null) ); @@ -41954,117 +41951,117 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnChanges = function(t) { + Object(o.__extends)(n, t), + (n.prototype.ngOnChanges = function(t) { this._checkForErrors(), this._registered || this._setUpControl(), "isDisabled" in t && this._updateDisabled(t), - (function(t, e) { + (function(t, n) { if (!t.hasOwnProperty("model")) return !1; - var n = t.model; - return !!n.isFirstChange() || !bn(e, n.currentValue); + var e = t.model; + return !!e.isFirstChange() || !be(n, e.currentValue); })(t, this.viewModel) && (this._updateValue(this.model), (this.viewModel = this.model)); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this.formDirective && this.formDirective.removeControl(this); }), - Object.defineProperty(e.prototype, "path", { + Object.defineProperty(n.prototype, "path", { get: function() { return this._parent ? WM(this.name, this._parent) : [this.name]; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "formDirective", { + Object.defineProperty(n.prototype, "formDirective", { get: function() { return this._parent ? this._parent.formDirective : null; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "validator", { + Object.defineProperty(n.prototype, "validator", { get: function() { return $M(this._rawValidators); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "asyncValidator", { + Object.defineProperty(n.prototype, "asyncValidator", { get: function() { return tx(this._rawAsyncValidators); }, enumerable: !0, configurable: !0 }), - (e.prototype.viewToModelUpdate = function(t) { + (n.prototype.viewToModelUpdate = function(t) { (this.viewModel = t), this.update.emit(t); }), - (e.prototype._setUpControl = function() { + (n.prototype._setUpControl = function() { this._setUpdateStrategy(), this._isStandalone() ? this._setUpStandalone() : this.formDirective.addControl(this), (this._registered = !0); }), - (e.prototype._setUpdateStrategy = function() { + (n.prototype._setUpdateStrategy = function() { this.options && null != this.options.updateOn && (this.control._updateOn = this.options.updateOn); }), - (e.prototype._isStandalone = function() { + (n.prototype._isStandalone = function() { return ( !this._parent || !(!this.options || !this.options.standalone) ); }), - (e.prototype._setUpStandalone = function() { + (n.prototype._setUpStandalone = function() { GM(this.control, this), this.control.updateValueAndValidity({ emitEvent: !1 }); }), - (e.prototype._checkForErrors = function() { + (n.prototype._checkForErrors = function() { this._isStandalone() || this._checkParentType(), this._checkName(); }), - (e.prototype._checkParentType = function() { + (n.prototype._checkParentType = function() { !(this._parent instanceof hx) && this._parent instanceof fx ? mx.formGroupNameException() : this._parent instanceof hx || this._parent instanceof px || mx.modelParentException(); }), - (e.prototype._checkName = function() { + (n.prototype._checkName = function() { this.options && this.options.name && (this.name = this.options.name), this._isStandalone() || this.name || mx.missingNameException(); }), - (e.prototype._updateValue = function(t) { - var e = this; + (n.prototype._updateValue = function(t) { + var n = this; bx.then(function() { - e.control.setValue(t, { emitViewToModelChange: !1 }); + n.control.setValue(t, { emitViewToModelChange: !1 }); }); }), - (e.prototype._updateDisabled = function(t) { - var e = this, - n = t.isDisabled.currentValue, - o = "" === n || (n && "false" !== n); + (n.prototype._updateDisabled = function(t) { + var n = this, + e = t.isDisabled.currentValue, + o = "" === e || (e && "false" !== e); bx.then(function() { - o && !e.control.disabled - ? e.control.disable() - : !o && e.control.disabled && e.control.enable(); + o && !n.control.disabled + ? n.control.disable() + : !o && n.control.disabled && n.control.enable(); }); }), - e + n ); })(EM), yx = new Ut("NgModelWithFormControlWarning"), Cx = (function(t) { - function e(e, n) { + function n(n, e) { var o = t.call(this) || this; return ( - (o._validators = e), - (o._asyncValidators = n), + (o._validators = n), + (o._asyncValidators = e), (o.submitted = !1), (o.directives = []), (o.form = null), @@ -42073,113 +42070,113 @@ ); } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnChanges = function(t) { + Object(o.__extends)(n, t), + (n.prototype.ngOnChanges = function(t) { this._checkFormPresent(), t.hasOwnProperty("form") && (this._updateValidators(), this._updateDomValue(), this._updateRegistrations()); }), - Object.defineProperty(e.prototype, "formDirective", { + Object.defineProperty(n.prototype, "formDirective", { get: function() { return this; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "control", { + Object.defineProperty(n.prototype, "control", { get: function() { return this.form; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "path", { + Object.defineProperty(n.prototype, "path", { get: function() { return []; }, enumerable: !0, configurable: !0 }), - (e.prototype.addControl = function(t) { - var e = this.form.get(t.path); + (n.prototype.addControl = function(t) { + var n = this.form.get(t.path); return ( - GM(e, t), - e.updateValueAndValidity({ emitEvent: !1 }), + GM(n, t), + n.updateValueAndValidity({ emitEvent: !1 }), this.directives.push(t), - e + n ); }), - (e.prototype.getControl = function(t) { + (n.prototype.getControl = function(t) { return this.form.get(t.path); }), - (e.prototype.removeControl = function(t) { + (n.prototype.removeControl = function(t) { ox(this.directives, t); }), - (e.prototype.addFormGroup = function(t) { - var e = this.form.get(t.path); - QM(e, t), e.updateValueAndValidity({ emitEvent: !1 }); + (n.prototype.addFormGroup = function(t) { + var n = this.form.get(t.path); + QM(n, t), n.updateValueAndValidity({ emitEvent: !1 }); }), - (e.prototype.removeFormGroup = function(t) {}), - (e.prototype.getFormGroup = function(t) { + (n.prototype.removeFormGroup = function(t) {}), + (n.prototype.getFormGroup = function(t) { return this.form.get(t.path); }), - (e.prototype.addFormArray = function(t) { - var e = this.form.get(t.path); - QM(e, t), e.updateValueAndValidity({ emitEvent: !1 }); + (n.prototype.addFormArray = function(t) { + var n = this.form.get(t.path); + QM(n, t), n.updateValueAndValidity({ emitEvent: !1 }); }), - (e.prototype.removeFormArray = function(t) {}), - (e.prototype.getFormArray = function(t) { + (n.prototype.removeFormArray = function(t) {}), + (n.prototype.getFormArray = function(t) { return this.form.get(t.path); }), - (e.prototype.updateModel = function(t, e) { - this.form.get(t.path).setValue(e); + (n.prototype.updateModel = function(t, n) { + this.form.get(t.path).setValue(n); }), - (e.prototype.onSubmit = function(t) { + (n.prototype.onSubmit = function(t) { return ( (this.submitted = !0), - nx(this.form, this.directives), + ex(this.form, this.directives), this.ngSubmit.emit(t), !1 ); }), - (e.prototype.onReset = function() { + (n.prototype.onReset = function() { this.resetForm(); }), - (e.prototype.resetForm = function(t) { + (n.prototype.resetForm = function(t) { void 0 === t && (t = void 0), this.form.reset(t), (this.submitted = !1); }), - (e.prototype._updateDomValue = function() { + (n.prototype._updateDomValue = function() { var t = this; - this.directives.forEach(function(e) { - var n = t.form.get(e.path); - e.control !== n && - ((function(t, e) { - e.valueAccessor.registerOnChange(function() { - return XM(e); + this.directives.forEach(function(n) { + var e = t.form.get(n.path); + n.control !== e && + ((function(t, n) { + n.valueAccessor.registerOnChange(function() { + return XM(n); }), - e.valueAccessor.registerOnTouched(function() { - return XM(e); + n.valueAccessor.registerOnTouched(function() { + return XM(n); }), - e._rawValidators.forEach(function(t) { + n._rawValidators.forEach(function(t) { t.registerOnValidatorChange && t.registerOnValidatorChange(null); }), - e._rawAsyncValidators.forEach(function(t) { + n._rawAsyncValidators.forEach(function(t) { t.registerOnValidatorChange && t.registerOnValidatorChange(null); }), t && t._clearChangeFns(); - })(e.control, e), - n && GM(n, e), - (e.control = n)); + })(n.control, n), + e && GM(e, n), + (n.control = e)); }), this.form._updateTreeValidity({ emitEvent: !1 }); }), - (e.prototype._updateRegistrations = function() { + (n.prototype._updateRegistrations = function() { var t = this; this.form._registerOnCollectionChange(function() { return t._updateDomValue(); @@ -42188,19 +42185,19 @@ this._oldForm._registerOnCollectionChange(function() {}), (this._oldForm = this.form); }), - (e.prototype._updateValidators = function() { + (n.prototype._updateValidators = function() { var t = $M(this._validators); this.form.validator = RM.compose([this.form.validator, t]); - var e = tx(this._asyncValidators); + var n = tx(this._asyncValidators); this.form.asyncValidator = RM.composeAsync([ this.form.asyncValidator, - e + n ]); }), - (e.prototype._checkFormPresent = function() { + (n.prototype._checkFormPresent = function() { this.form || YM.missingFormException(); }), - e + n ); })(wM), vx = (function() { @@ -42209,49 +42206,49 @@ Ox = (function() { function t() {} return ( - (t.prototype.group = function(t, e) { - void 0 === e && (e = null); - var n = this._reduceControls(t), + (t.prototype.group = function(t, n) { + void 0 === n && (n = null); + var e = this._reduceControls(t), o = null, a = null, r = void 0; return ( - null != e && + null != n && ((function(t) { return ( void 0 !== t.asyncValidators || void 0 !== t.validators || void 0 !== t.updateOn ); - })(e) - ? ((o = null != e.validators ? e.validators : null), + })(n) + ? ((o = null != n.validators ? n.validators : null), (a = - null != e.asyncValidators ? e.asyncValidators : null), - (r = null != e.updateOn ? e.updateOn : void 0)) - : ((o = null != e.validator ? e.validator : null), + null != n.asyncValidators ? n.asyncValidators : null), + (r = null != n.updateOn ? n.updateOn : void 0)) + : ((o = null != n.validator ? n.validator : null), (a = - null != e.asyncValidator ? e.asyncValidator : null))), - new cx(n, { asyncValidators: a, updateOn: r, validators: o }) + null != n.asyncValidator ? n.asyncValidator : null))), + new cx(e, { asyncValidators: a, updateOn: r, validators: o }) ); }), - (t.prototype.control = function(t, e, n) { - return new sx(t, e, n); + (t.prototype.control = function(t, n, e) { + return new sx(t, n, e); }), - (t.prototype.array = function(t, e, n) { + (t.prototype.array = function(t, n, e) { var o = this, a = t.map(function(t) { return o._createControl(t); }); - return new ux(a, e, n); + return new ux(a, n, e); }), (t.prototype._reduceControls = function(t) { - var e = this, - n = {}; + var n = this, + e = {}; return ( Object.keys(t).forEach(function(o) { - n[o] = e._createControl(t[o]); + e[o] = n._createControl(t[o]); }), - n + e ); }), (t.prototype._createControl = function(t) { @@ -42270,12 +42267,12 @@ })(), Px = (function() { function t() {} - var e; + var n; return ( - (e = t), + (n = t), (t.withConfig = function(t) { return { - ngModule: e, + ngModule: n, providers: [ { provide: gx, useValue: t.warnOnDeprecatedNgFormSelector } ] @@ -42286,12 +42283,12 @@ })(), Mx = (function() { function t() {} - var e; + var n; return ( - (e = t), + (n = t), (t.withConfig = function(t) { return { - ngModule: e, + ngModule: n, providers: [ { provide: yx, useValue: t.warnOnNgModelWithFormControl } ] @@ -42316,10 +42313,10 @@ return function() {}; })(), Ex = (function(t) { - function e(e, n, o, a, r, i, l) { - var s = t.call(this, e) || this; + function n(n, e, o, a, r, i, l) { + var s = t.call(this, n) || this; return ( - (s._changeDetectorRef = n), + (s._changeDetectorRef = e), (s._focusMonitor = o), (s._ngZone = a), (s._clickAction = i), @@ -42340,25 +42337,25 @@ (s._disabled = !1), (s._indeterminate = !1), (s.tabIndex = parseInt(r) || 0), - s._focusMonitor.monitor(e, !0).subscribe(function(t) { + s._focusMonitor.monitor(n, !0).subscribe(function(t) { t || Promise.resolve().then(function() { - s._onTouched(), n.markForCheck(); + s._onTouched(), e.markForCheck(); }); }), s ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "inputId", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "inputId", { get: function() { return (this.id || this._uniqueId) + "-input"; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "required", { + Object.defineProperty(n.prototype, "required", { get: function() { return this._required; }, @@ -42368,11 +42365,11 @@ enumerable: !0, configurable: !0 }), - (e.prototype.ngAfterViewChecked = function() {}), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngAfterViewChecked = function() {}), + (n.prototype.ngOnDestroy = function() { this._focusMonitor.stopMonitoring(this._elementRef); }), - Object.defineProperty(e.prototype, "checked", { + Object.defineProperty(n.prototype, "checked", { get: function() { return this._checked; }, @@ -42383,27 +42380,27 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "disabled", { + Object.defineProperty(n.prototype, "disabled", { get: function() { return this._disabled; }, set: function(t) { - var e = sf(t); - e !== this.disabled && - ((this._disabled = e), + var n = sf(t); + n !== this.disabled && + ((this._disabled = n), this._changeDetectorRef.markForCheck()); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "indeterminate", { + Object.defineProperty(n.prototype, "indeterminate", { get: function() { return this._indeterminate; }, set: function(t) { - var e = t != this._indeterminate; + var n = t != this._indeterminate; (this._indeterminate = t), - e && + n && (this._transitionCheckState( this._indeterminate ? wx.Indeterminate @@ -42416,66 +42413,66 @@ enumerable: !0, configurable: !0 }), - (e.prototype._isRippleDisabled = function() { + (n.prototype._isRippleDisabled = function() { return this.disableRipple || this.disabled; }), - (e.prototype._onLabelTextChange = function() { + (n.prototype._onLabelTextChange = function() { this._changeDetectorRef.detectChanges(); }), - (e.prototype.writeValue = function(t) { + (n.prototype.writeValue = function(t) { this.checked = !!t; }), - (e.prototype.registerOnChange = function(t) { + (n.prototype.registerOnChange = function(t) { this._controlValueAccessorChangeFn = t; }), - (e.prototype.registerOnTouched = function(t) { + (n.prototype.registerOnTouched = function(t) { this._onTouched = t; }), - (e.prototype.setDisabledState = function(t) { + (n.prototype.setDisabledState = function(t) { this.disabled = t; }), - (e.prototype._getAriaChecked = function() { + (n.prototype._getAriaChecked = function() { return this.checked ? "true" : this.indeterminate ? "mixed" : "false"; }), - (e.prototype._transitionCheckState = function(t) { - var e = this._currentCheckState, - n = this._elementRef.nativeElement; + (n.prototype._transitionCheckState = function(t) { + var n = this._currentCheckState, + e = this._elementRef.nativeElement; if ( - e !== t && + n !== t && (this._currentAnimationClass.length > 0 && - n.classList.remove(this._currentAnimationClass), + e.classList.remove(this._currentAnimationClass), (this._currentAnimationClass = this._getAnimationClassForCheckStateTransition( - e, + n, t )), (this._currentCheckState = t), this._currentAnimationClass.length > 0) ) { - n.classList.add(this._currentAnimationClass); + e.classList.add(this._currentAnimationClass); var o = this._currentAnimationClass; this._ngZone.runOutsideAngular(function() { setTimeout(function() { - n.classList.remove(o); + e.classList.remove(o); }, 1e3); }); } }), - (e.prototype._emitChangeEvent = function() { + (n.prototype._emitChangeEvent = function() { var t = new Sx(); (t.source = this), (t.checked = this.checked), this._controlValueAccessorChangeFn(this.checked), this.change.emit(t); }), - (e.prototype.toggle = function() { + (n.prototype.toggle = function() { this.checked = !this.checked; }), - (e.prototype._onInputClick = function(t) { - var e = this; + (n.prototype._onInputClick = function(t) { + var n = this; t.stopPropagation(), this.disabled || "noop" === this._clickAction ? this.disabled || @@ -42485,8 +42482,8 @@ : (this.indeterminate && "check" !== this._clickAction && Promise.resolve().then(function() { - (e._indeterminate = !1), - e.indeterminateChange.emit(e._indeterminate); + (n._indeterminate = !1), + n.indeterminateChange.emit(n._indeterminate); }), this.toggle(), this._transitionCheckState( @@ -42494,52 +42491,52 @@ ), this._emitChangeEvent()); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this._focusMonitor.focusVia(this._inputElement, "keyboard"); }), - (e.prototype._onInteractionEvent = function(t) { + (n.prototype._onInteractionEvent = function(t) { t.stopPropagation(); }), - (e.prototype._getAnimationClassForCheckStateTransition = function( + (n.prototype._getAnimationClassForCheckStateTransition = function( t, - e + n ) { if ("NoopAnimations" === this._animationMode) return ""; - var n = ""; + var e = ""; switch (t) { case wx.Init: - if (e === wx.Checked) n = "unchecked-checked"; + if (n === wx.Checked) e = "unchecked-checked"; else { - if (e != wx.Indeterminate) return ""; - n = "unchecked-indeterminate"; + if (n != wx.Indeterminate) return ""; + e = "unchecked-indeterminate"; } break; case wx.Unchecked: - n = - e === wx.Checked + e = + n === wx.Checked ? "unchecked-checked" : "unchecked-indeterminate"; break; case wx.Checked: - n = - e === wx.Unchecked + e = + n === wx.Unchecked ? "checked-unchecked" : "checked-indeterminate"; break; case wx.Indeterminate: - n = - e === wx.Checked + e = + n === wx.Checked ? "indeterminate-checked" : "indeterminate-unchecked"; } - return "mat-checkbox-anim-" + n; + return "mat-checkbox-anim-" + e; }), - e + n ); })( - nh( + eh( th( - eh( + nh( $f( (function() { return function(t) { @@ -42627,12 +42624,12 @@ [1, "aria-checked", 0] ], [[null, "change"], [null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "change" === e && (o = !1 !== a._onInteractionEvent(n) && o), - "click" === e && (o = !1 !== a._onInputClick(n) && o), + "change" === n && (o = !1 !== a._onInteractionEvent(e) && o), + "click" === n && (o = !1 !== a._onInputClick(e) && o), o ); }, @@ -42660,7 +42657,7 @@ [[2, 4]], 0, yh, - [Nn, Dr, ff, [2, _h], [2, Py]], + [Ne, Dr, ff, [2, _h], [2, Py]], { centered: [0, "centered"], radius: [1, "radius"], @@ -42783,10 +42780,10 @@ [["class", "mat-checkbox-label"]], null, [[null, "cdkObserveContent"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkObserveContent" === e && + "cdkObserveContent" === n && (o = !1 !== t.component._onLabelTextChange() && o), o ); @@ -42794,7 +42791,7 @@ null, null )), - Ba(15, 1196032, null, 0, BO, [FO, Nn, Dr], null, { + Ba(15, 1196032, null, 0, BO, [FO, Ne, Dr], null, { event: "cdkObserveContent" }), (t()(), @@ -42815,45 +42812,45 @@ (t()(), Ai(-1, null, ["\xa0"])), wi(null, 0) ], - function(t, e) { - var n = e.component, - o = t(e, 7, 0, 150); - t(e, 6, 0, !0, 20, o, n._isRippleDisabled(), wa(e, 2)); + function(t, n) { + var e = n.component, + o = t(n, 7, 0, 150); + t(n, 6, 0, !0, 20, o, e._isRippleDisabled(), wa(n, 2)); }, - function(t, e) { - var n = e.component; - t(e, 2, 0, n.inputId), + function(t, n) { + var e = n.component; + t(n, 2, 0, e.inputId), t( - e, + n, 3, 0, - !wa(e, 14).textContent || !wa(e, 14).textContent.trim() + !wa(n, 14).textContent || !wa(n, 14).textContent.trim() ), - t(e, 4, 1, [ - n.inputId, - n.required, - n.checked, - n.value, - n.disabled, - n.name, - n.tabIndex, - n.indeterminate, - n.ariaLabel || null, - n.ariaLabelledby, - n._getAriaChecked() + t(n, 4, 1, [ + e.inputId, + e.required, + e.checked, + e.value, + e.disabled, + e.name, + e.tabIndex, + e.indeterminate, + e.ariaLabel || null, + e.ariaLabelledby, + e._getAriaChecked() ]), - t(e, 5, 0, wa(e, 6).unbounded); + t(n, 5, 0, wa(n, 6).unbounded); } ); } - var Dx = n("zB/H"), + var Dx = e("zB/H"), Nx = (function() { return function() { this.MessageID = "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace( /[xy]/g, function(t) { - var e = (16 * Math.random()) | 0; - return ("x" == t ? e : (3 & e) | 8).toString(16); + var n = (16 * Math.random()) | 0; + return ("x" == t ? n : (3 & n) | 8).toString(16); } ); }; @@ -42886,60 +42883,61 @@ "SetBeastSaberUsername"), (t[(t.UpdateFeedReader = "UpdateFeedReader")] = "UpdateFeedReader"), (t[(t.SyncSaberSync = "SyncSaberSync")] = "SyncSaberSync"), + (t[(t.StopDownloads = "StopDownloads")] = "StopDownloads"), t ); })({}), Lx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.SortPlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.SortPlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), jx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.MoveSongInPlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.MoveSongInPlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Fx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.MoveSongToPlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.MoveSongToPlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Bx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.MovePlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.MovePlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Vx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.DeleteSong), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.DeleteSong), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Hx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.DeletePlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.DeletePlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Ux = (function() { - function t(t, e) { - (this.dialogRef = t), (this.api = e), (this.images = []); + function t(t, n) { + (this.dialogRef = t), (this.api = n), (this.images = []); } return ( (t.prototype.ngOnInit = function() { var t = this; - this.api.getImages().subscribe(function(e) { - t.images = e; + this.api.getImages().subscribe(function(n) { + t.images = n; }); }), (t.prototype.getImgUrl = function(t) { @@ -42952,13 +42950,13 @@ ); }), (t.prototype.pickImage = function(t) { - var e = this; + var n = this; this.api.getImageBlob(t).subscribe(function(t) { - var n = new FileReader(); - (n.onload = function(t) { - e.dialogRef.close(n.result); + var e = new FileReader(); + (e.onload = function(t) { + n.dialogRef.close(e.result); }), - n.readAsDataURL(t); + e.readAsDataURL(t); }); }), (t.prototype.clickCancel = function() { @@ -42975,12 +42973,12 @@ ); })(), qx = (function() { - function t(t, e, n, o) { + function t(t, n, e, o) { (this.appInt = t), - (this.dialogRef = e), - (this.data = n), + (this.dialogRef = n), + (this.data = e), (this.dialog = o); - var a = encodeURIComponent(n.playlist.PlaylistID); + var a = encodeURIComponent(e.playlist.PlaylistID); (a = a.replace("(", "%28").replace(")", "%29")), (this.currentCover = Hl.API_ENDPOINT + @@ -43006,17 +43004,17 @@ : "Playlist ID"; }), (t.prototype.loadCover = function(t) { - var e = this; + var n = this; if (0 != t.length) { - var n = t[0], + var e = t[0], o = new FileReader(); (o.onload = function(t) { - (e.currentCover = o.result), - (e.data.playlist.CoverImageBytes = e.currentCover.substring( - e.currentCover.indexOf(";base64,") + 8 + (n.currentCover = o.result), + (n.data.playlist.CoverImageBytes = n.currentCover.substring( + n.currentCover.indexOf(";base64,") + 8 )); }), - o.readAsDataURL(n); + o.readAsDataURL(e); } else console.log("No file selected!"); }), (t.prototype.clickSave = function() { @@ -43051,9 +43049,9 @@ this.dialog .open(Ux, { width: "500px", height: "500px", disableClose: !0 }) .afterClosed() - .subscribe(function(e) { - e && - ((t.currentCover = e), + .subscribe(function(n) { + n && + ((t.currentCover = n), (t.data.playlist.CoverImageBytes = t.currentCover.substring( t.currentCover.indexOf(";base64,") + 8 ))); @@ -43071,23 +43069,23 @@ ); })(), Kx = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.AddOrUpdatePlaylist), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.AddOrUpdatePlaylist), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), - Yx = n("ds6q"), + Yx = e("ds6q"), Wx = (function(t) { - function e() { - var e = t.call(this) || this; + function n() { + var n = t.call(this) || this; return ( - (e.Type = zx.AutoCreatePlaylists), - (e.RemoveEmptyPlaylists = !0), - e + (n.Type = zx.AutoCreatePlaylists), + (n.RemoveEmptyPlaylists = !0), + n ); } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Gx = (function(t) { return ( @@ -43105,14 +43103,14 @@ } return ( (t.prototype.transform = function(t) { - var e = t + var n = t .map(function(t) { return t.PlaylistID; }) .indexOf("CustomSongs"); - if (e > -1) { - var n = t.slice(0); - return n.splice(e, 1), n; + if (n > -1) { + var e = t.slice(0); + return e.splice(n, 1), e; } return t; }), @@ -43132,12 +43130,12 @@ } return ( (t.prototype.transform = function(t) { - var e = t + var n = t .map(function(t) { return t.PlaylistID; }) .indexOf("CustomSongs"); - return e > -1 ? [t[e]] : []; + return n > -1 ? [t[n]] : []; }), (t.ngInjectableDef = yt({ factory: function() { @@ -43150,8 +43148,8 @@ ); })(), Xx = (function() { - function t(t, e) { - (this.dialogRef = t), (this.data = e); + function t(t, n) { + (this.dialogRef = t), (this.data = n); } return ( (t.prototype.ngOnInit = function() {}), @@ -43172,11 +43170,11 @@ ); })(), Jx = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { var i = this; (this.dialog = t), - (this.configSvc = e), - (this.msgSvc = n), + (this.configSvc = n), + (this.msgSvc = e), (this.integrationService = o), (this.nocustomsongs = a), (this.onlycustomsongs = r), @@ -43199,62 +43197,62 @@ : 0), (i.scrollLastButton = t.button), (i.scrollLastTime = new Date().getTime()); - var e, - n = function(e) { - var n = { left: 0 }; + var n, + e = function(n) { + var e = { left: 0 }; t.button == Gx.Down - ? ((n.bottom = - e.measureScrollOffset("bottom") - + ? ((e.bottom = + n.measureScrollOffset("bottom") - (300 + i.scrollAccel)), - n.bottom < 0 && (n.bottom = 0), - e.scrollTo(n)) + e.bottom < 0 && (e.bottom = 0), + n.scrollTo(e)) : t.button == Gx.Up && - ((n.top = - e.measureScrollOffset("top") - + ((e.top = + n.measureScrollOffset("top") - (300 + i.scrollAccel)), - n.top < 0 && (n.top = 0), - e.scrollTo(n)); + e.top < 0 && (e.top = 0), + n.scrollTo(e)); }; i.song_container && - ((e = i.song_container.elementRef.nativeElement.getBoundingClientRect()), - t.x >= e.left && - t.x <= e.right && - t.y >= e.top && - t.y <= e.bottom) - ? n(i.song_container) + ((n = i.song_container.elementRef.nativeElement.getBoundingClientRect()), + t.x >= n.left && + t.x <= n.right && + t.y >= n.top && + t.y <= n.bottom) + ? e(i.song_container) : i.pack_container && - ((e = i.pack_container.nativeElement.getBoundingClientRect()), - t.x >= e.left && - t.x <= e.right && - t.y >= e.top && - t.y <= e.bottom) - ? (function(e) { + ((n = i.pack_container.nativeElement.getBoundingClientRect()), + t.x >= n.left && + t.x <= n.right && + t.y >= n.top && + t.y <= n.bottom) + ? (function(n) { if (t.button == Gx.Down) - e.scrollTop < e.scrollHeight - e.offsetHeight && - ((n = - e.scrollHeight - e.offsetHeight - e.scrollTop) > - 300 && (n = 300), - e.scrollTo( - e.scrollLeft, - e.scrollTop + n + i.scrollAccel + n.scrollTop < n.scrollHeight - n.offsetHeight && + ((e = + n.scrollHeight - n.offsetHeight - n.scrollTop) > + 300 && (e = 300), + n.scrollTo( + n.scrollLeft, + n.scrollTop + e + i.scrollAccel )); else if (t.button == Gx.Up) { - var n; - e.scrollTop > 0 && - ((n = e.scrollTop) > 300 && (n = 300), - e.scrollTo( - e.scrollLeft, - e.scrollTop - (n + i.scrollAccel) + var e; + n.scrollTop > 0 && + ((e = n.scrollTop) > 300 && (e = 300), + n.scrollTo( + n.scrollLeft, + n.scrollTop - (e + i.scrollAccel) )); } })(i.pack_container.nativeElement) : i.pack_song_container && - ((e = i.pack_song_container.elementRef.nativeElement.getBoundingClientRect()), - t.x >= e.left && - t.x <= e.right && - t.y >= e.top && - t.y <= e.bottom) && - n(i.pack_song_container); + ((n = i.pack_song_container.elementRef.nativeElement.getBoundingClientRect()), + t.x >= n.left && + t.x <= n.right && + t.y >= n.top && + t.y <= n.bottom) && + e(i.pack_song_container); }) ); } @@ -43282,23 +43280,23 @@ (t.prototype.handleConfig = function(t) { (this.config = t), (this.packs = this.nocustomsongs.transform(t.Config.Playlists)); - var e = this.onlycustomsongs.transform(t.Config.Playlists); - if (e.length < 1) { - var n = { + var n = this.onlycustomsongs.transform(t.Config.Playlists); + if (n.length < 1) { + var e = { SongList: [], PlaylistID: "CustomSongs", PlaylistName: "Custom Songs" }, o = new Kx(); - (o.Playlist = n), + (o.Playlist = e), this.msgSvc.sendClientMessage(o), - (this.songsPack = n); - } else this.songsPack = e[0]; + (this.songsPack = e); + } else this.songsPack = n[0]; this.songs = this.songsPack.SongList; }), (t.prototype.drop = function(t) { - var e, - n, + var n, + e, o = this, a = t.container.element.nativeElement, r = t.item.element.nativeElement; @@ -43308,7 +43306,7 @@ ? (this.pack_container && t.container.element.nativeElement === this.pack_container.nativeElement && - (e = (n = function(t) { + (n = (e = function(t) { return null == t ? null : t.attributes["data-playlist_id"] @@ -43317,15 +43315,15 @@ ? void 0 : null == t.parentElement ? null - : n(t.parentElement); + : e(t.parentElement); })( document.elementFromPoint( this.lastDragPointer.x, this.lastDragPointer.y ) )), - null == e && (e = this.packs[t.currentIndex].PlaylistID)) - : (e = a.dataset.playlist_id); + null == n && (n = this.packs[t.currentIndex].PlaylistID)) + : (n = a.dataset.playlist_id); var i = t.currentIndex; if ( this.selectedPlaylist || @@ -43366,7 +43364,7 @@ "songs" == c && "pack" == u) ) { var m = this.packs.find(function(t) { - return t.PlaylistID == e; + return t.PlaylistID == n; }); i = m ? m.SongList.length : 0; } @@ -43379,7 +43377,7 @@ " to " + u + " (playlist ID " + - e + + n + ") at index " + i ), @@ -43387,11 +43385,11 @@ ) { var g = i; t.item.data.SongList.forEach(function(t) { - var n = new Fx(); - (n.ToPlaylistID = e), - (n.SongID = t.SongID), - (n.Index = g), - o.msgSvc.sendClientMessage(n), + var e = new Fx(); + (e.ToPlaylistID = n), + (e.SongID = t.SongID), + (e.Index = g), + o.msgSvc.sendClientMessage(e), (g += 1); }), this.removePlaylist(t.item.data.PlaylistID); @@ -43400,7 +43398,7 @@ ? (((f = new jx()).SongID = d), (f.Index = i), this.msgSvc.sendClientMessage(f)) - : (((f = new Fx()).ToPlaylistID = e), + : (((f = new Fx()).ToPlaylistID = n), (f.SongID = d), (f.Index = i), this.msgSvc.sendClientMessage(f)), @@ -43418,42 +43416,42 @@ } }), (t.prototype.addSelected = function(t) { - var e = this, - n = this.songs.filter(function(t) { + var n = this, + e = this.songs.filter(function(t) { return t.Selected; }); - n.forEach(function(n) { + e.forEach(function(e) { var o = new Fx(); (o.ToPlaylistID = t.PlaylistID), - (o.SongID = n.SongID), - e.msgSvc.sendClientMessage(o); + (o.SongID = e.SongID), + n.msgSvc.sendClientMessage(o); }), - (t.SongList = t.SongList.concat(n)), + (t.SongList = t.SongList.concat(e)), this.songs.forEach(function(t) { return (t.Selected = !1); }), (this.checkboxChecked = !1); }), (t.prototype.getBackground = function(t) { - var e = encodeURIComponent(t); + var n = encodeURIComponent(t); return ( - (e = e.replace("(", "%28").replace(")", "%29")), - Hl.API_ENDPOINT + "/host/beatsaber/song/cover?songid=" + e + (n = n.replace("(", "%28").replace(")", "%29")), + Hl.API_ENDPOINT + "/host/beatsaber/song/cover?songid=" + n ); }), (t.prototype.updateImages = function(t) { - var e = this; + var n = this; setTimeout(function() { - return e.updateSearchResult.next(); + return n.updateSearchResult.next(); }, t); }), (t.prototype.getPackBackground = function(t) { - var e = encodeURIComponent(t); + var n = encodeURIComponent(t); return ( - (e = e.replace("(", "%28").replace(")", "%29")), + (n = n.replace("(", "%28").replace(")", "%29")), Hl.API_ENDPOINT + "/host/beatsaber/playlist/cover?playlistid=" + - e + + n + "&updateCount=" + this.updateHack ); @@ -43467,16 +43465,16 @@ (t.prototype.sortName = function(t) { this.sortPack(t, Ul.Name); }), - (t.prototype.sortPack = function(t, e) { + (t.prototype.sortPack = function(t, n) { this.reverseSortToggle = !this.reverseSortToggle; - var n = new Lx(); - (n.PlaylistID = t), - (n.SortMode = e), - (n.Reverse = this.reverseSortToggle), - this.msgSvc.sendClientMessage(n); + var e = new Lx(); + (e.PlaylistID = t), + (e.SortMode = n), + (e.Reverse = this.reverseSortToggle), + this.msgSvc.sendClientMessage(e); }), (t.prototype.addEditPlaylist = function(t) { - var e = this; + var n = this; this.dialog .open(qx, { width: "450px", @@ -43494,11 +43492,11 @@ }) .afterClosed() .subscribe(function(t) { - return e.dialogClosed(t); + return n.dialogClosed(t); }); }), (t.prototype.deletePlaylist = function(t) { - var e = this; + var n = this; t.SongList.length ? this.dialog .open(Xx, { @@ -43516,28 +43514,28 @@ } }) .afterClosed() - .subscribe(function(n) { - 1 == n && e.removePlaylist(t.PlaylistID); + .subscribe(function(e) { + 1 == e && n.removePlaylist(t.PlaylistID); }) : this.removePlaylist(t.PlaylistID); }), (t.prototype.dialogClosed = function(t) { - var e = this; + var n = this; null != t && (!0 === t.deletePlaylist ? this.removePlaylist(t.playlist.PlaylistID) : t.isNew - ? this.configSvc.getConfig().subscribe(function(n) { - n.Config.Playlists.push(t.playlist); + ? this.configSvc.getConfig().subscribe(function(e) { + e.Config.Playlists.push(t.playlist); var o = new Kx(); - (o.Playlist = t.playlist), e.msgSvc.sendClientMessage(o); + (o.Playlist = t.playlist), n.msgSvc.sendClientMessage(o); }) - : this.configSvc.getConfig().subscribe(function(n) { + : this.configSvc.getConfig().subscribe(function(e) { var o = null; if ( - (n.Config.Playlists.forEach(function(e) { - e.PlaylistID == t.playlist.PlaylistID && - ((o = e), + (e.Config.Playlists.forEach(function(n) { + n.PlaylistID == t.playlist.PlaylistID && + ((o = n), t.playlist.CoverImageBytes && t.playlist.CoverImageBytes.length > 50 && (o.CoverImageBytes = t.playlist.CoverImageBytes), @@ -43548,48 +43546,48 @@ var a, r = new Kx(); (r.Playlist = o), - e.msgSvc.sendClientMessage(r), - (a = e.msgSvc.configChangeMessage.subscribe(function( + n.msgSvc.sendClientMessage(r), + (a = n.msgSvc.configChangeMessage.subscribe(function( t ) { a.unsubscribe(), - (e.updateHack = new Date().getTime()); + (n.updateHack = new Date().getTime()); })); } })); }), (t.prototype.removePlaylist = function(t) { - var e = new Hx(); - (e.PlaylistID = t), this.msgSvc.sendClientMessage(e); + var n = new Hx(); + (n.PlaylistID = t), this.msgSvc.sendClientMessage(n); }), (t.prototype.removeSong = function(t) { - var e = new Vx(); - (e.SongID = t), this.msgSvc.sendClientMessage(e); - }), - (t.prototype.removeSongFromPack = function(t, e) { - var n = new Fx(); - (n.ToPlaylistID = "CustomSongs"), - (n.SongID = t.SongID), - (n.Index = this.songs.length), - this.msgSvc.sendClientMessage(n), + var n = new Vx(); + (n.SongID = t), this.msgSvc.sendClientMessage(n); + }), + (t.prototype.removeSongFromPack = function(t, n) { + var e = new Fx(); + (e.ToPlaylistID = "CustomSongs"), + (e.SongID = t.SongID), + (e.Index = this.songs.length), + this.msgSvc.sendClientMessage(e), this.songs.push(t), - (e.SongList = e.SongList.filter(function(e) { - return e !== t; + (n.SongList = n.SongList.filter(function(n) { + return n !== t; })); }), (t.prototype.selectAll = function() { var t = this; (this.selectAllToggle = !this.selectAllToggle), (this.checkboxChecked = !0), - this.songs.forEach(function(e) { - e.Selected = t.selectAllToggle; + this.songs.forEach(function(n) { + n.Selected = t.selectAllToggle; }); }), (t.prototype.autoSortName = function(t) { - var e = new Wx(); - (e.MaxPerNamePlaylist = t), - (e.SortMode = Ul.Name), - this.msgSvc.sendClientMessage(e); + var n = new Wx(); + (n.MaxPerNamePlaylist = t), + (n.SortMode = Ul.Name), + this.msgSvc.sendClientMessage(n); }), (t.prototype.autoSortDifficulty = function() { var t = new Wx(); @@ -43666,18 +43664,18 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), - "click" === e && + "click" === n && (a.addSelected(t.parent.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -43690,23 +43688,23 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["done_all"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "below", "Copy Selected Songs into this pack"); + function(t, n) { + t(n, 1, 0, "below", "Copy Selected Songs into this pack"); }, - function(t, e) { - t(e, 0, 0, void 0); + function(t, n) { + t(n, 0, 0, void 0); } ); } - function ek(t) { + function nk(t) { return Di( 0, [ @@ -43725,10 +43723,10 @@ [2, "cdk-drag-dragging", null] ], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== (t.component.selectedPlaylist = t.context.$implicit) && @@ -43745,7 +43743,7 @@ [[10, 4]], 3, LP, - [Nn, [3, RP], Ds, Dr, so, zP, [2, rf], TP, eo], + [Ne, [3, RP], Ds, Dr, so, zP, [2, rf], TP, no], { data: [0, "data"] }, null ), @@ -43771,7 +43769,7 @@ null, null )), - Ba(7, 147456, [[11, 4]], 0, NP, [Nn, [2, DP]], null, null), + Ba(7, 147456, [[11, 4]], 0, NP, [Ne, [2, DP]], null, null), (t()(), bi( 8, @@ -43783,12 +43781,12 @@ [["class", "handle pack-handle-backer"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && ((t.component.selectedPlaylist = t.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -43816,18 +43814,18 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 10).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 10)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 10).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 10)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 10)._handleTouchend() && o), - "click" === e && + "click" === n && (a.deletePlaylist(t.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -43840,11 +43838,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(11, 16384, null, 0, wy, [Nn], null, null), + Ba(11, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["close"])), (t()(), bi( @@ -43867,18 +43865,18 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 14).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 14)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 14).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 14)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 14)._handleTouchend() && o), - "click" === e && + "click" === n && (a.addEditPlaylist(t.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -43891,11 +43889,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(15, 16384, null, 0, wy, [Nn], null, null), + Ba(15, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["edit"])), (t()(), hi(16777216, null, null, 1, null, tk)), Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), @@ -43932,13 +43930,13 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 21).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 21)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 21).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 21)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 21)._handleTouchend() && o), o ); @@ -43952,7 +43950,7 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), @@ -43978,18 +43976,18 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 24).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 24)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 24).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 24)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 24)._handleTouchend() && o), - "click" === e && + "click" === n && ((a.selectedPlaylist = t.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -44002,11 +44000,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(25, 16384, null, 0, wy, [Nn], null, null), + Ba(25, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, [" navigate_next "])), (t()(), bi( @@ -44019,12 +44017,12 @@ [["class", "cursor name truncate"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && ((t.component.selectedPlaylist = t.context.$implicit), - (o = !1 !== n.stopPropagation() && o)), + (o = !1 !== e.stopPropagation() && o)), o ); }, @@ -44034,41 +44032,41 @@ (t()(), Ai(28, null, ["", ""])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, e.context.$implicit), - t(e, 10, 0, "below", "Remove playlist"), - t(e, 14, 0, "below", "Edit Playlist"), - t(e, 18, 0, n.hasSelected()), - t(e, 21, 0, "below", "Drag this playlist to re-order"), - t(e, 24, 0, "below", "Open this playlist"); + function(t, n) { + var e = n.component; + t(n, 1, 0, n.context.$implicit), + t(n, 10, 0, "below", "Remove playlist"), + t(n, 14, 0, "below", "Edit Playlist"), + t(n, 18, 0, e.hasSelected()), + t(n, 21, 0, "below", "Drag this playlist to re-order"), + t(n, 24, 0, "below", "Open this playlist"); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - e.context.$implicit.PlaylistID, - wa(e, 1).disabled, - wa(e, 1)._dragRef.isDragging() + n.context.$implicit.PlaylistID, + wa(n, 1).disabled, + wa(n, 1)._dragRef.isDragging() ), t( - e, + n, 19, 0, - ea( + na( 1, "", - n.getPackBackground(e.context.$implicit.PlaylistID), + e.getPackBackground(n.context.$implicit.PlaylistID), "" ) ), - t(e, 28, 0, e.context.$implicit.PlaylistName); + t(n, 28, 0, n.context.$implicit.PlaylistName); } ); } - function nk(t) { + function ek(t) { return Di( 0, [ @@ -44140,16 +44138,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 5).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 5)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 5).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 5)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 5)._handleTouchend() && o), - "click" === e && (o = !1 !== a.addEditPlaylist() && o), + "click" === n && (o = !1 !== a.addEditPlaylist() && o), o ); }, @@ -44162,7 +44160,7 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), @@ -44172,11 +44170,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(6, 16384, null, 0, wy, [Nn], null, null), + Ba(6, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 7, @@ -44198,7 +44196,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -44232,18 +44230,18 @@ [null, "longpress"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "mousedown" === e && - (o = !1 !== wa(t, 12)._handleMousedown(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 12)._handleKeydown(n) && o), - "click" === e && (o = !1 !== wa(t, 12)._handleClick(n) && o), - "longpress" === e && (o = !1 !== wa(t, 13).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 13)._handleKeydown(n) && o), - "touchend" === e && + "mousedown" === n && + (o = !1 !== wa(t, 12)._handleMousedown(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 12)._handleKeydown(e) && o), + "click" === n && (o = !1 !== wa(t, 12)._handleClick(e) && o), + "longpress" === n && (o = !1 !== wa(t, 13).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 13)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 13)._handleTouchend() && o), o ); @@ -44257,7 +44255,7 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), @@ -44266,8 +44264,8 @@ 1196032, null, 0, - eM, - [$C, Nn, so, JP, [2, QP], [8, null], [2, rf], Gf], + nM, + [$C, Ne, so, JP, [2, QP], [8, null], [2, rf], Gf], { menu: [0, "menu"] }, null ), @@ -44277,11 +44275,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(14, 16384, null, 0, wy, [Nn], null, null), + Ba(14, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 15, @@ -44303,7 +44301,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -44323,7 +44321,7 @@ iM, aM )), - Ba(19, 1294336, [["menu", 4]], 2, XP, [Nn, Dr, ZP], null, null), + Ba(19, 1294336, [["menu", 4]], 2, XP, [Ne, Dr, ZP], null, null), Oi(603979776, 6, { items: 1 }), Oi(603979776, 7, { lazyContent: 0 }), Ha(2048, null, QP, null, [XP]), @@ -44357,36 +44355,36 @@ [null, "mousedown"], [null, "keydown"] ], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && - (o = !1 !== wa(t, 25)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 25)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 25)._handleMouseEnter() && o), - "mousedown" === e && - (o = !1 !== wa(t, 26)._handleMousedown(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 26)._handleKeydown(n) && o), - "click" === e && (o = !1 !== wa(t, 26)._handleClick(n) && o), + "mousedown" === n && + (o = !1 !== wa(t, 26)._handleMousedown(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 26)._handleKeydown(e) && o), + "click" === n && (o = !1 !== wa(t, 26)._handleClick(e) && o), o ); }, sM, lM )), - Ba(25, 180224, [[6, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), + Ba(25, 180224, [[6, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), Ba( 26, 1196032, null, 0, - eM, - [$C, Nn, so, JP, [2, QP], [6, GP], [2, rf], Gf], + nM, + [$C, Ne, so, JP, [2, QP], [6, GP], [2, rf], Gf], { menu: [0, "menu"] }, null ), - Ba(27, 16384, null, 0, wy, [Nn], null, null), + Ba(27, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Sort into New Playlists by Name"])), (t()(), bi( @@ -44410,23 +44408,23 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== wa(t, 30)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 30)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 30)._handleMouseEnter() && o), - "click" === e && (o = !1 !== a.autoSortDifficulty() && o), + "click" === n && (o = !1 !== a.autoSortDifficulty() && o), o ); }, sM, lM )), - Ba(30, 180224, [[6, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(31, 16384, null, 0, wy, [Nn], null, null), + Ba(30, 180224, [[6, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(31, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Sort into New Playlists by Difficulty"])), (t()(), bi( @@ -44449,7 +44447,7 @@ [["subMenuNameCount", 4]], 2, XP, - [Nn, Dr, ZP], + [Ne, Dr, ZP], null, null ), @@ -44479,23 +44477,23 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== wa(t, 40)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 40)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 40)._handleMouseEnter() && o), - "click" === e && (o = !1 !== a.autoSortName(10) && o), + "click" === n && (o = !1 !== a.autoSortName(10) && o), o ); }, sM, lM )), - Ba(40, 180224, [[8, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(41, 16384, null, 0, wy, [Nn], null, null), + Ba(40, 180224, [[8, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(41, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["10 Per Playlist"])), (t()(), bi( @@ -44519,23 +44517,23 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== wa(t, 44)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 44)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 44)._handleMouseEnter() && o), - "click" === e && (o = !1 !== a.autoSortName(20) && o), + "click" === n && (o = !1 !== a.autoSortName(20) && o), o ); }, sM, lM )), - Ba(44, 180224, [[8, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(45, 16384, null, 0, wy, [Nn], null, null), + Ba(44, 180224, [[8, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(45, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["20 Per Playlist"])), (t()(), bi( @@ -44559,23 +44557,23 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== wa(t, 48)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 48)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 48)._handleMouseEnter() && o), - "click" === e && (o = !1 !== a.autoSortName(50) && o), + "click" === n && (o = !1 !== a.autoSortName(50) && o), o ); }, sM, lM )), - Ba(48, 180224, [[8, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(49, 16384, null, 0, wy, [Nn], null, null), + Ba(48, 180224, [[8, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(49, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["50 Per Playlist"])), (t()(), bi( @@ -44599,23 +44597,23 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== wa(t, 52)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 52)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 52)._handleMouseEnter() && o), - "click" === e && (o = !1 !== a.autoSortName(100) && o), + "click" === n && (o = !1 !== a.autoSortName(100) && o), o ); }, sM, lM )), - Ba(52, 180224, [[8, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(53, 16384, null, 0, wy, [Nn], null, null), + Ba(52, 180224, [[8, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(53, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["100 Per Playlist"])), (t()(), Ai(-1, null, [" My Playlists "])), (t()(), @@ -44634,11 +44632,11 @@ [2, "cdk-drop-list-receiving", null] ], [[null, "cdkDropListDropped"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkDropListDropped" === e && - (o = !1 !== t.component.drop(n) && o), + "cdkDropListDropped" === n && + (o = !1 !== t.component.drop(e) && o), o ); }, @@ -44646,7 +44644,7 @@ null )), Ha(6144, null, RP, null, [VP]), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 59, 278528, @@ -44664,7 +44662,7 @@ null, 0, uM, - [Nn, uO, gO, $n, to, Bn, [6, hs]], + [Ne, uO, gO, $e, to, Be, [6, hs]], { ngClass: [0, "ngClass"], klass: [1, "klass"] }, null ), @@ -44675,152 +44673,152 @@ null, 1, VP, - [Nn, TP, eo, [2, rf], [3, FP]], + [Ne, TP, no, [2, rf], [3, FP]], { data: [0, "data"] }, { dropped: "cdkDropListDropped" } ), Oi(603979776, 10, { _draggables: 1 }), Ha(256, null, FP, void 0, []), - (t()(), hi(16777216, null, null, 1, null, ek)), + (t()(), hi(16777216, null, null, 1, null, nk)), Ba( 67, 278528, null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ) ], - function(t, e) { - var n = e.component; - t(e, 4, 0, "primary"), - t(e, 5, 0, "below", "Add playlist"), - t(e, 8, 0), - t(e, 11, 0, "accent"), - t(e, 12, 0, wa(e, 19)), - t(e, 13, 0, "Auto Sort into Playlists"), - t(e, 16, 0), - t(e, 19, 0), - t(e, 26, 0, wa(e, 34)), - t(e, 34, 0); - var o = t(e, 60, 0, n.integrationService.isAppLoaded()); - t(e, 59, 0, "pack-container", o); - var a = t(e, 62, 0, n.integrationService.isAppLoaded()); - t(e, 61, 0, a, "pack-container"), - t(e, 63, 0, n.packs), - t(e, 67, 0, n.packs); + function(t, n) { + var e = n.component; + t(n, 4, 0, "primary"), + t(n, 5, 0, "below", "Add playlist"), + t(n, 8, 0), + t(n, 11, 0, "accent"), + t(n, 12, 0, wa(n, 19)), + t(n, 13, 0, "Auto Sort into Playlists"), + t(n, 16, 0), + t(n, 19, 0), + t(n, 26, 0, wa(n, 34)), + t(n, 34, 0); + var o = t(n, 60, 0, e.integrationService.isAppLoaded()); + t(n, 59, 0, "pack-container", o); + var a = t(n, 62, 0, e.integrationService.isAppLoaded()); + t(n, 61, 0, a, "pack-container"), + t(n, 63, 0, e.packs), + t(n, 67, 0, e.packs); }, - function(t, e) { + function(t, n) { t( - e, + n, 3, 0, - wa(e, 4).disabled || null, - "NoopAnimations" === wa(e, 4)._animationMode + wa(n, 4).disabled || null, + "NoopAnimations" === wa(n, 4)._animationMode ), t( - e, + n, 7, 0, - wa(e, 8).inline, - "primary" !== wa(e, 8).color && - "accent" !== wa(e, 8).color && - "warn" !== wa(e, 8).color + wa(n, 8).inline, + "primary" !== wa(n, 8).color && + "accent" !== wa(n, 8).color && + "warn" !== wa(n, 8).color ), t( - e, + n, 10, 0, - wa(e, 11).disabled || null, - "NoopAnimations" === wa(e, 11)._animationMode, - wa(e, 12).menuOpen || null + wa(n, 11).disabled || null, + "NoopAnimations" === wa(n, 11)._animationMode, + wa(n, 12).menuOpen || null ), t( - e, + n, 15, 0, - wa(e, 16).inline, - "primary" !== wa(e, 16).color && - "accent" !== wa(e, 16).color && - "warn" !== wa(e, 16).color + wa(n, 16).inline, + "primary" !== wa(n, 16).color && + "accent" !== wa(n, 16).color && + "warn" !== wa(n, 16).color ), t( - e, + n, 24, 0, - wa(e, 25).role, - wa(e, 25)._highlighted, - wa(e, 25)._triggersSubmenu, - wa(e, 25)._getTabIndex(), - wa(e, 25).disabled.toString(), - wa(e, 25).disabled || null, - wa(e, 26).menuOpen || null + wa(n, 25).role, + wa(n, 25)._highlighted, + wa(n, 25)._triggersSubmenu, + wa(n, 25)._getTabIndex(), + wa(n, 25).disabled.toString(), + wa(n, 25).disabled || null, + wa(n, 26).menuOpen || null ), t( - e, + n, 29, 0, - wa(e, 30).role, - wa(e, 30)._highlighted, - wa(e, 30)._triggersSubmenu, - wa(e, 30)._getTabIndex(), - wa(e, 30).disabled.toString(), - wa(e, 30).disabled || null + wa(n, 30).role, + wa(n, 30)._highlighted, + wa(n, 30)._triggersSubmenu, + wa(n, 30)._getTabIndex(), + wa(n, 30).disabled.toString(), + wa(n, 30).disabled || null ), t( - e, + n, 39, 0, - wa(e, 40).role, - wa(e, 40)._highlighted, - wa(e, 40)._triggersSubmenu, - wa(e, 40)._getTabIndex(), - wa(e, 40).disabled.toString(), - wa(e, 40).disabled || null + wa(n, 40).role, + wa(n, 40)._highlighted, + wa(n, 40)._triggersSubmenu, + wa(n, 40)._getTabIndex(), + wa(n, 40).disabled.toString(), + wa(n, 40).disabled || null ), t( - e, + n, 43, 0, - wa(e, 44).role, - wa(e, 44)._highlighted, - wa(e, 44)._triggersSubmenu, - wa(e, 44)._getTabIndex(), - wa(e, 44).disabled.toString(), - wa(e, 44).disabled || null + wa(n, 44).role, + wa(n, 44)._highlighted, + wa(n, 44)._triggersSubmenu, + wa(n, 44)._getTabIndex(), + wa(n, 44).disabled.toString(), + wa(n, 44).disabled || null ), t( - e, + n, 47, 0, - wa(e, 48).role, - wa(e, 48)._highlighted, - wa(e, 48)._triggersSubmenu, - wa(e, 48)._getTabIndex(), - wa(e, 48).disabled.toString(), - wa(e, 48).disabled || null + wa(n, 48).role, + wa(n, 48)._highlighted, + wa(n, 48)._triggersSubmenu, + wa(n, 48)._getTabIndex(), + wa(n, 48).disabled.toString(), + wa(n, 48).disabled || null ), t( - e, + n, 51, 0, - wa(e, 52).role, - wa(e, 52)._highlighted, - wa(e, 52)._triggersSubmenu, - wa(e, 52)._getTabIndex(), - wa(e, 52).disabled.toString(), - wa(e, 52).disabled || null + wa(n, 52).role, + wa(n, 52)._highlighted, + wa(n, 52)._triggersSubmenu, + wa(n, 52)._getTabIndex(), + wa(n, 52).disabled.toString(), + wa(n, 52).disabled || null ), t( - e, + n, 56, 0, - wa(e, 63).id, - wa(e, 63).disabled, - wa(e, 63)._dropListRef.isDragging(), - wa(e, 63)._dropListRef.isReceiving() + wa(n, 63).id, + wa(n, 63).disabled, + wa(n, 63)._dropListRef.isDragging(), + wa(n, 63)._dropListRef.isReceiving() ); } ); @@ -44850,16 +44848,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.addSelected(a.selectedPlaylist) && o), o ); @@ -44873,19 +44871,19 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["done_all"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "below", "Copy Selected Songs into this pack"); + function(t, n) { + t(n, 1, 0, "below", "Copy Selected Songs into this pack"); }, - function(t, e) { - t(e, 0, 0, void 0); + function(t, n) { + t(n, 0, 0, void 0); } ); } @@ -44908,11 +44906,11 @@ [2, "cdk-drag-dragging", null] ], [[null, "cdkDragMoved"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkDragMoved" === e && - (o = !1 !== t.component.dragMove(n) && o), + "cdkDragMoved" === n && + (o = !1 !== t.component.dragMove(e) && o), o ); }, @@ -44925,7 +44923,7 @@ [[14, 4]], 3, LP, - [Nn, [3, RP], Ds, Dr, so, zP, [2, rf], TP, eo], + [Ne, [3, RP], Ds, Dr, so, zP, [2, rf], TP, no], { data: [0, "data"] }, { moved: "cdkDragMoved" } ), @@ -44951,7 +44949,7 @@ null, null )), - Ba(7, 147456, [[15, 4]], 0, NP, [Nn, [2, DP]], null, null), + Ba(7, 147456, [[15, 4]], 0, NP, [Ne, [2, DP]], null, null), (t()(), bi( 8, @@ -44976,16 +44974,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 9).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 9)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 9).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 9)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 9)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.removeSongFromPack( @@ -45004,11 +45002,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(10, 16384, null, 0, wy, [Nn], null, null), + Ba(10, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["close"])), (t()(), bi( @@ -45043,13 +45041,13 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 14).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 14)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 14).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 14)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 14)._handleTouchend() && o), o ); @@ -45063,7 +45061,7 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), @@ -45083,7 +45081,7 @@ null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 18, 278528, @@ -45101,7 +45099,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -45122,7 +45120,7 @@ null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 25, 278528, @@ -45140,7 +45138,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -45148,69 +45146,69 @@ (t()(), Ai(29, null, ["", "", "", ""])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, e.context.$implicit), - t(e, 9, 0, "below", "Remove song from playlist"), - t(e, 14, 0, "below", "Drag this song to reorder"); + function(t, n) { + var e = n.component; + t(n, 1, 0, n.context.$implicit), + t(n, 9, 0, "below", "Remove song from playlist"), + t(n, 14, 0, "below", "Drag this song to reorder"); var o = t( - e, + n, 19, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 18, 0, o); + t(n, 18, 0, o); var a = t( - e, + n, 21, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 20, 0, a); + t(n, 20, 0, a); var r = t( - e, + n, 26, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 25, 0, r); + t(n, 25, 0, r); var i = t( - e, + n, 28, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 27, 0, i); + t(n, 27, 0, i); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - e.context.$implicit.SongID, - wa(e, 1).disabled, - wa(e, 1)._dragRef.isDragging() + n.context.$implicit.SongID, + wa(n, 1).disabled, + wa(n, 1)._dragRef.isDragging() ), t( - e, + n, 12, 0, - ea(1, "", n.getBackground(e.context.$implicit.SongID), "") + na(1, "", e.getBackground(n.context.$implicit.SongID), "") ), - t(e, 22, 0, e.context.$implicit.SongName), + t(n, 22, 0, n.context.$implicit.SongName), t( - e, + n, 29, 0, - e.context.$implicit.LevelAuthorName - ? "Level Author: " + e.context.$implicit.LevelAuthorName + n.context.$implicit.LevelAuthorName + ? "Level Author: " + n.context.$implicit.LevelAuthorName : "", - e.context.$implicit.SongAuthorName - ? " - Song Author: " + e.context.$implicit.SongAuthorName + n.context.$implicit.SongAuthorName + ? " - Song Author: " + n.context.$implicit.SongAuthorName : "", - e.context.$implicit.SongName - ? " - " + e.context.$implicit.SongName + n.context.$implicit.SongName + ? " - " + n.context.$implicit.SongName : "" ); } @@ -45268,7 +45266,7 @@ null, null )), - Ba(3, 147456, null, 0, NP, [Nn, [2, DP]], null, null), + Ba(3, 147456, null, 0, NP, [Ne, [2, DP]], null, null), (t()(), bi( 4, @@ -45280,10 +45278,10 @@ [["class", "handle pack-handle-backer"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== (t.component.selectedPlaylist = null) && o), o ); @@ -45312,16 +45310,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 6).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 6)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 6).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 6)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 6)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== (a.selectedPlaylist = null) && o), o ); @@ -45335,11 +45333,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(7, 16384, null, 0, wy, [Nn], null, null), + Ba(7, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, [" navigate_before "])), (t()(), bi( @@ -45362,16 +45360,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 10).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 10)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 10).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 10)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 10)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.sortDifficulty(a.selectedPlaylist.PlaylistID) && o), @@ -45387,11 +45385,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(11, 16384, null, 0, wy, [Nn], null, null), + Ba(11, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["fitness_center"])), (t()(), bi( @@ -45414,16 +45412,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 14).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 14)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 14).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 14)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 14)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.sortAuthor(a.selectedPlaylist.PlaylistID) && o), o @@ -45438,11 +45436,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(15, 16384, null, 0, wy, [Nn], null, null), + Ba(15, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["face"])), (t()(), bi( @@ -45465,16 +45463,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 18).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 18)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 18).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 18)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 18)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.sortName(a.selectedPlaylist.PlaylistID) && o), o ); @@ -45488,11 +45486,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(19, 16384, null, 0, wy, [Nn], null, null), + Ba(19, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["sort"])), (t()(), bi( @@ -45515,16 +45513,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 22).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 22)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 22).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 22)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 22)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.addEditPlaylist(a.selectedPlaylist) && o), o ); @@ -45538,11 +45536,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(23, 16384, null, 0, wy, [Nn], null, null), + Ba(23, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["edit"])), (t()(), hi(16777216, null, null, 1, null, ok)), Ba(26, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), @@ -45557,10 +45555,10 @@ [["class", "pack-image handle"]], [[8, "src", 4]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== (t.component.selectedPlaylist = null) && o), o ); @@ -45579,10 +45577,10 @@ [["class", "name-top truncate"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== (t.component.selectedPlaylist = null) && o), o ); @@ -45631,11 +45629,11 @@ [2, "cdk-drop-list-receiving", null] ], [[null, "cdkDropListDropped"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkDropListDropped" === e && - (o = !1 !== t.component.drop(n) && o), + "cdkDropListDropped" === n && + (o = !1 !== t.component.drop(e) && o), o ); }, @@ -45661,7 +45659,7 @@ [[2, 4], ["pack_song_container", 4]], 0, xC, - [Nn, eo, Dr, [2, _C], [2, rf], OC], + [Ne, no, Dr, [2, _C], [2, rf], OC], null, null ), @@ -45671,7 +45669,7 @@ null, 1, VP, - [Nn, TP, eo, [2, rf], [3, FP]], + [Ne, TP, no, [2, rf], [3, FP]], { data: [0, "data"] }, { dropped: "cdkDropListDropped" } ), @@ -45685,7 +45683,7 @@ null, 0, wC, - [so, io, $n, [1, xC], Dr], + [so, io, $e, [1, xC], Dr], { cdkVirtualForOf: [0, "cdkVirtualForOf"] }, null ), @@ -45706,46 +45704,46 @@ )), (t()(), Ai(-1, null, ["Drop song here to add!"])) ], - function(t, e) { - var n = e.component; - t(e, 6, 0, "below", "Back to playlists"), - t(e, 10, 0, "below", "Sort By Difficulty"), - t(e, 14, 0, "below", "Sort By Author"), - t(e, 18, 0, "below", "Sort Alphabetically"), - t(e, 22, 0, "below", "Edit Playlist"), - t(e, 26, 0, n.hasSelected()), - t(e, 34, 0, 86), - t(e, 36, 0), - t(e, 37, 0, n.selectedPlaylist.SongList), - t(e, 39, 0), - t(e, 42, 0, n.selectedPlaylist.SongList); + function(t, n) { + var e = n.component; + t(n, 6, 0, "below", "Back to playlists"), + t(n, 10, 0, "below", "Sort By Difficulty"), + t(n, 14, 0, "below", "Sort By Author"), + t(n, 18, 0, "below", "Sort Alphabetically"), + t(n, 22, 0, "below", "Edit Playlist"), + t(n, 26, 0, e.hasSelected()), + t(n, 34, 0, 86), + t(n, 36, 0), + t(n, 37, 0, e.selectedPlaylist.SongList), + t(n, 39, 0), + t(n, 42, 0, e.selectedPlaylist.SongList); }, - function(t, e) { - var n = e.component; - t(e, 1, 0, n.selectedPlaylist.PlaylistID), + function(t, n) { + var e = n.component; + t(n, 1, 0, e.selectedPlaylist.PlaylistID), t( - e, + n, 27, 0, - ea( + na( 1, "", - n.getPackBackground(n.selectedPlaylist.PlaylistID), + e.getPackBackground(e.selectedPlaylist.PlaylistID), "" ) ), - t(e, 29, 0, n.selectedPlaylist.PlaylistName), + t(n, 29, 0, e.selectedPlaylist.PlaylistName), t( - e, + n, 31, 0, - n.selectedPlaylist.PlaylistID, - "horizontal" === wa(e, 36).orientation, - "horizontal" !== wa(e, 36).orientation, - wa(e, 37).id, - wa(e, 37).disabled, - wa(e, 37)._dropListRef.isDragging(), - wa(e, 37)._dropListRef.isReceiving() + e.selectedPlaylist.PlaylistID, + "horizontal" === wa(n, 36).orientation, + "horizontal" !== wa(n, 36).orientation, + wa(n, 37).id, + wa(n, 37).disabled, + wa(n, 37)._dropListRef.isDragging(), + wa(n, 37)._dropListRef.isReceiving() ); } ); @@ -45786,11 +45784,11 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "ngModelChange" === e && - (o = !1 !== (t.parent.context.$implicit.Selected = n) && o), + "ngModelChange" === n && + (o = !1 !== (t.parent.context.$implicit.Selected = e) && o), o ); }, @@ -45803,7 +45801,7 @@ null, 0, Ex, - [Nn, eo, Gf, Dr, [8, null], [2, xx], [2, Py]], + [Ne, no, Gf, Dr, [8, null], [2, xx], [2, Py]], { color: [0, "color"] }, null ), @@ -45830,26 +45828,26 @@ Ba(5, 16384, null, 0, IM, [[4, EM]], null, null), (t()(), Ai(-1, 0, ["Select Song"])) ], - function(t, e) { - t(e, 1, 0, "primary"), - t(e, 3, 0, e.parent.context.$implicit.Selected); + function(t, n) { + t(n, 1, 0, "primary"), + t(n, 3, 0, n.parent.context.$implicit.Selected); }, - function(t, e) { - t(e, 0, 1, [ - wa(e, 1).id, - null, - wa(e, 1).indeterminate, - wa(e, 1).checked, - wa(e, 1).disabled, - "before" == wa(e, 1).labelPosition, - "NoopAnimations" === wa(e, 1)._animationMode, - wa(e, 5).ngClassUntouched, - wa(e, 5).ngClassTouched, - wa(e, 5).ngClassPristine, - wa(e, 5).ngClassDirty, - wa(e, 5).ngClassValid, - wa(e, 5).ngClassInvalid, - wa(e, 5).ngClassPending + function(t, n) { + t(n, 0, 1, [ + wa(n, 1).id, + null, + wa(n, 1).indeterminate, + wa(n, 1).checked, + wa(n, 1).disabled, + "before" == wa(n, 1).labelPosition, + "NoopAnimations" === wa(n, 1)._animationMode, + wa(n, 5).ngClassUntouched, + wa(n, 5).ngClassTouched, + wa(n, 5).ngClassPristine, + wa(n, 5).ngClassDirty, + wa(n, 5).ngClassValid, + wa(n, 5).ngClassInvalid, + wa(n, 5).ngClassPending ]); } ); @@ -45873,11 +45871,11 @@ [2, "cdk-drag-dragging", null] ], [[null, "cdkDragMoved"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkDragMoved" === e && - (o = !1 !== t.component.dragMove(n) && o), + "cdkDragMoved" === n && + (o = !1 !== t.component.dragMove(e) && o), o ); }, @@ -45890,7 +45888,7 @@ [[18, 4]], 3, LP, - [Nn, [3, RP], Ds, Dr, so, zP, [2, rf], TP, eo], + [Ne, [3, RP], Ds, Dr, so, zP, [2, rf], TP, no], { data: [0, "data"] }, { moved: "cdkDragMoved" } ), @@ -45916,7 +45914,7 @@ null, null )), - Ba(7, 147456, [[19, 4]], 0, NP, [Nn, [2, DP]], null, null), + Ba(7, 147456, [[19, 4]], 0, NP, [Ne, [2, DP]], null, null), (t()(), bi( 8, @@ -45941,16 +45939,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 9).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 9)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 9).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 9)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 9)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.removeSong(t.context.$implicit.SongID) && o), o ); @@ -45964,11 +45962,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(10, 16384, null, 0, wy, [Nn], null, null), + Ba(10, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["close"])), (t()(), hi(16777216, null, null, 1, null, lk)), Ba(13, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), @@ -46009,13 +46007,13 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 16).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 16)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 16).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 16)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 16)._handleTouchend() && o), o ); @@ -46029,7 +46027,7 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), @@ -46049,7 +46047,7 @@ null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 20, 278528, @@ -46067,7 +46065,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -46088,7 +46086,7 @@ null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 27, 278528, @@ -46106,7 +46104,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -46114,70 +46112,70 @@ (t()(), Ai(31, null, ["", "", "", ""])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, e.context.$implicit), - t(e, 9, 0, "below", "Delete this song."), - t(e, 13, 0, n.checkboxChecked), - t(e, 16, 0, "below", "Drag this song to a playlist."); + function(t, n) { + var e = n.component; + t(n, 1, 0, n.context.$implicit), + t(n, 9, 0, "below", "Delete this song."), + t(n, 13, 0, e.checkboxChecked), + t(n, 16, 0, "below", "Drag this song to a playlist."); var o = t( - e, + n, 21, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 20, 0, o); + t(n, 20, 0, o); var a = t( - e, + n, 23, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 22, 0, a); + t(n, 22, 0, a); var r = t( - e, + n, 28, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 27, 0, r); + t(n, 27, 0, r); var i = t( - e, + n, 30, 0, - n.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" + e.checkboxChecked ? "calc(100% - 250px)" : "calc(100% - 150px)" ); - t(e, 29, 0, i); + t(n, 29, 0, i); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - e.context.$implicit.SongID, - wa(e, 1).disabled, - wa(e, 1)._dragRef.isDragging() + n.context.$implicit.SongID, + wa(n, 1).disabled, + wa(n, 1)._dragRef.isDragging() ), t( - e, + n, 14, 0, - ea(1, "", n.getBackground(e.context.$implicit.SongID), "") + na(1, "", e.getBackground(n.context.$implicit.SongID), "") ), - t(e, 24, 0, e.context.$implicit.SongName), + t(n, 24, 0, n.context.$implicit.SongName), t( - e, + n, 31, 0, - e.context.$implicit.LevelAuthorName - ? "Level Author: " + e.context.$implicit.LevelAuthorName + n.context.$implicit.LevelAuthorName + ? "Level Author: " + n.context.$implicit.LevelAuthorName : "", - e.context.$implicit.SongAuthorName - ? " - Song Author: " + e.context.$implicit.SongAuthorName + n.context.$implicit.SongAuthorName + ? " - Song Author: " + n.context.$implicit.SongAuthorName : "", - e.context.$implicit.SongName - ? " - " + e.context.$implicit.SongName + n.context.$implicit.SongName + ? " - " + n.context.$implicit.SongName : "" ); } @@ -46223,7 +46221,7 @@ null, null )), - (t()(), hi(16777216, null, null, 1, null, nk)), + (t()(), hi(16777216, null, null, 1, null, ek)), Ba(9, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, rk)), Ba(11, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), @@ -46311,16 +46309,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 19).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 19)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 19).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 19)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 19)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.sortDifficulty("CustomSongs") && o), o ); @@ -46334,11 +46332,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(20, 16384, null, 0, wy, [Nn], null, null), + Ba(20, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["fitness_center"])), (t()(), bi( @@ -46361,16 +46359,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 23).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 23)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 23).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 23)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 23)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.sortAuthor("CustomSongs") && o), o ); @@ -46384,11 +46382,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(24, 16384, null, 0, wy, [Nn], null, null), + Ba(24, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["face"])), (t()(), bi( @@ -46411,16 +46409,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 27).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 27)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 27).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 27)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 27)._handleTouchend() && o), - "click" === e && (o = !1 !== a.sortName("CustomSongs") && o), + "click" === n && (o = !1 !== a.sortName("CustomSongs") && o), o ); }, @@ -46433,11 +46431,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(28, 16384, null, 0, wy, [Nn], null, null), + Ba(28, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["sort"])), (t()(), bi( @@ -46460,16 +46458,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 31).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 31)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 31).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 31)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 31)._handleTouchend() && o), - "click" === e && + "click" === n && (o = 0 != (a.checkboxChecked = !a.checkboxChecked) && o), o ); @@ -46483,11 +46481,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(32, 16384, null, 0, wy, [Nn], null, null), + Ba(32, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["check_box"])), (t()(), bi( @@ -46510,16 +46508,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 35).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 35)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 35).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 35)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 35)._handleTouchend() && o), - "click" === e && (o = !1 !== a.selectAll() && o), + "click" === n && (o = !1 !== a.selectAll() && o), o ); }, @@ -46532,11 +46530,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(36, 16384, null, 0, wy, [Nn], null, null), + Ba(36, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["done_all"])), (t()(), bi( @@ -46575,16 +46573,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 41).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 41)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 41).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 41)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 41)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.addEditPlaylist(a.songsPack) && o), o ); @@ -46598,11 +46596,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { position: [0, "position"], message: [1, "message"] }, null ), - Ba(42, 16384, null, 0, wy, [Nn], null, null), + Ba(42, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, null, ["edit"])), (t()(), bi( @@ -46629,11 +46627,11 @@ [2, "cdk-drop-list-receiving", null] ], [[null, "cdkDropListDropped"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkDropListDropped" === e && - (o = !1 !== t.component.drop(n) && o), + "cdkDropListDropped" === n && + (o = !1 !== t.component.drop(e) && o), o ); }, @@ -46642,7 +46640,7 @@ )), Ha(6144, null, RP, null, [VP]), Ha(6144, null, PC, null, [xC]), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 48, 278528, @@ -46671,7 +46669,7 @@ [[1, 4], ["song_container", 4]], 0, xC, - [Nn, eo, Dr, [2, _C], [2, rf], OC], + [Ne, no, Dr, [2, _C], [2, rf], OC], null, null ), @@ -46681,7 +46679,7 @@ null, 0, uM, - [Nn, uO, gO, $n, to, Bn, [6, hs]], + [Ne, uO, gO, $e, to, Be, [6, hs]], { ngClass: [0, "ngClass"], klass: [1, "klass"] }, null ), @@ -46692,7 +46690,7 @@ null, 1, VP, - [Nn, TP, eo, [2, rf], [3, FP]], + [Ne, TP, no, [2, rf], [3, FP]], { data: [0, "data"] }, { dropped: "cdkDropListDropped" } ), @@ -46706,7 +46704,7 @@ null, 0, wC, - [so, io, $n, [1, xC], Dr], + [so, io, $e, [1, xC], Dr], { cdkVirtualForOf: [0, "cdkVirtualForOf"] }, null ), @@ -46742,55 +46740,55 @@ null )) ], - function(t, e) { - var n = e.component; - t(e, 9, 0, !n.selectedPlaylist), - t(e, 11, 0, n.selectedPlaylist), - t(e, 19, 0, "below", "Sort By Difficulty"), - t(e, 23, 0, "below", "Sort By Author"), - t(e, 27, 0, "below", "Sort Alphabetically"), - t(e, 31, 0, "below", "Select multiple songs to add to a pack"), - t(e, 35, 0, "below", "Select all / Deselect all"), - t(e, 41, 0, "below", "Edit Playlist"); - var o = t(e, 49, 0, n.integrationService.isAppLoaded()); - t(e, 48, 0, "collection song-container", o), - t(e, 50, 0, 86), - t(e, 52, 0); - var a = t(e, 54, 0, n.integrationService.isAppLoaded()); - t(e, 53, 0, a, "collection song-container"), - t(e, 55, 0, n.songs), - t(e, 57, 0), - t(e, 60, 0, n.songs); + function(t, n) { + var e = n.component; + t(n, 9, 0, !e.selectedPlaylist), + t(n, 11, 0, e.selectedPlaylist), + t(n, 19, 0, "below", "Sort By Difficulty"), + t(n, 23, 0, "below", "Sort By Author"), + t(n, 27, 0, "below", "Sort Alphabetically"), + t(n, 31, 0, "below", "Select multiple songs to add to a pack"), + t(n, 35, 0, "below", "Select all / Deselect all"), + t(n, 41, 0, "below", "Edit Playlist"); + var o = t(n, 49, 0, e.integrationService.isAppLoaded()); + t(n, 48, 0, "collection song-container", o), + t(n, 50, 0, 86), + t(n, 52, 0); + var a = t(n, 54, 0, e.integrationService.isAppLoaded()); + t(n, 53, 0, a, "collection song-container"), + t(n, 55, 0, e.songs), + t(n, 57, 0), + t(n, 60, 0, e.songs); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 15, 0, - ea(1, "", n.getPackBackground(n.songsPack.PlaylistID), "") + na(1, "", e.getPackBackground(e.songsPack.PlaylistID), "") ), - t(e, 39, 0, n.songsPack.PlaylistName), + t(n, 39, 0, e.songsPack.PlaylistName), t( - e, + n, 44, 0, "CustomSongs", - "horizontal" === wa(e, 52).orientation, - "horizontal" !== wa(e, 52).orientation, - wa(e, 55).id, - wa(e, 55).disabled, - wa(e, 55)._dropListRef.isDragging(), - wa(e, 55)._dropListRef.isReceiving() + "horizontal" === wa(n, 52).orientation, + "horizontal" !== wa(n, 52).orientation, + wa(n, 55).id, + wa(n, 55).disabled, + wa(n, 55)._dropListRef.isDragging(), + wa(n, 55)._dropListRef.isReceiving() ); } ); } var uk = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.beatOnApi = t), - (this.configSvc = e), - (this.msgSvc = n), + (this.configSvc = n), + (this.msgSvc = e), (this.selectedPlaylist = {}); } return ( @@ -46820,36 +46818,36 @@ (t.prototype.restoreTempConfig = function(t) { this.config && this.config.Playlists && - (this.config.Playlists.forEach(function(e) { - var n = t.filter(function(t) { - return t.PlaylistID == e.PlaylistID; + (this.config.Playlists.forEach(function(n) { + var e = t.filter(function(t) { + return t.PlaylistID == n.PlaylistID; }); - n.length && (e.IsOpen = n[0].IsOpen); + e.length && (n.IsOpen = e[0].IsOpen); }), (t = this.config.Playlists.map(function(t) { return { PlaylistID: t.PlaylistID, IsOpen: t.IsOpen }; }))); }), (t.prototype.handleConfig = function(t) { - var e = this.saveTempConfig(); + var n = this.saveTempConfig(); (this.config = t.Config), - this.restoreTempConfig(e), + this.restoreTempConfig(n), this.setupPlaylists(); }), (t.prototype.setupPlaylists = function() { var t = this; this.songManager && this.songManager.selectedPlaylist && - this.config.Playlists.forEach(function(e) { - e.PlaylistID === t.songManager.selectedPlaylist.PlaylistID && - (t.songManager.selectedPlaylist = e); + this.config.Playlists.forEach(function(n) { + n.PlaylistID === t.songManager.selectedPlaylist.PlaylistID && + (t.songManager.selectedPlaylist = n); }); - var e = this.config.Playlists.map(function(t) { + var n = this.config.Playlists.map(function(t) { return t.PlaylistID; }).indexOf("CustomSongs"); this.customPlaylist = - e > -1 - ? this.config.Playlists[e] + n > -1 + ? this.config.Playlists[n] : { CoverArtFilename: null, PlaylistID: "", @@ -46900,8 +46898,8 @@ null ) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -46914,9 +46912,9 @@ (t()(), hi(16777216, null, null, 1, null, pk)), Ba(2, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.config && n.customPlaylist); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.config && e.customPlaylist); }, null ); @@ -46942,8 +46940,8 @@ )), Ba(1, 114688, null, 0, uk, [yc, Sg, pg], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -46961,26 +46959,26 @@ ); })(), bk = (function() { - function t(t, e) { - var n = this; + function t(t, n) { + var e = this; (this.toolbarEvents = t), - (this.appIntegration = e), + (this.appIntegration = n), (this.browserUrl = "https://www.bsaber.com"), (this.hideIframe = !1), t.backClicked.subscribe(function() { - n.appIntegration.isAppLoaded() - ? e.browserGoBack() + e.appIntegration.isAppLoaded() + ? n.browserGoBack() : window.history.back(); }), t.refreshClicked.subscribe(function() { - n.appIntegration.isAppLoaded() - ? e.refreshBrowser() - : (n.browser.nativeElement.src = n.browserUrl); + e.appIntegration.isAppLoaded() + ? n.refreshBrowser() + : (e.browser.nativeElement.src = e.browserUrl); }), t.navigate.subscribe(function(t) { - n.appIntegration.isAppLoaded() - ? e.navigateBrowser(t) - : (n.browserUrl = t); + e.appIntegration.isAppLoaded() + ? n.navigateBrowser(t) + : (e.browserUrl = t); }); } return ( @@ -47026,22 +47024,22 @@ [["fxFlexFill", ""]], [[8, "src", 5]], [[null, "load"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; - return "load" === e && (o = !1 !== a.iframeLoaded(a) && o), o; + return "load" === n && (o = !1 !== a.iframeLoaded(a) && o), o; }, null, null )), - Ba(1, 671744, null, 0, NO, [Nn, uO, DO, gO], null, null), + Ba(1, 671744, null, 0, NO, [Ne, uO, DO, gO], null, null), Ii(128, 2, new Array(2)) ], null, - function(t, e) { - var n = e.component, - o = xo(e, 0, 0, t(e, 2, 0, wa(e.parent, 0), n.browserUrl)); - t(e, 0, 0, o); + function(t, n) { + var e = n.component, + o = xo(n, 0, 0, t(n, 2, 0, wa(n.parent, 0), e.browserUrl)); + t(n, 0, 0, o); } ); } @@ -47054,8 +47052,8 @@ (t()(), hi(16777216, null, null, 1, null, yk)), Ba(3, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - t(e, 3, 0, !e.component.hideIframe); + function(t, n) { + t(n, 3, 0, !n.component.hideIframe); }, null ); @@ -47081,32 +47079,32 @@ )), Ba(1, 245760, null, 0, bk, [Tg, Eg], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var Ok = ha("app-main-browser", bk, vk, {}, {}, []), Pk = (function() { - function t(t, e, n) { - (this.beatOnApi = t), (this.dialog = e), (this.router = n); + function t(t, n, e) { + (this.beatOnApi = t), (this.dialog = n), (this.router = e); } return ( (t.prototype.clickUninstallBeatSaber = function() { var t = this, - e = this.dialog.open(Ig, { + n = this.dialog.open(Ig, { width: "450px", height: "350px", disableClose: !0, data: { mainText: "Please wait..." } }); this.beatOnApi.uninstallBeatSaber().subscribe( - function(n) { - e.close(), t.router.navigateByUrl("/"); + function(e) { + n.close(), t.router.navigateByUrl("/"); }, function(t) { - e.close(); + n.close(); } ); }), @@ -47118,7 +47116,7 @@ data: { mainText: "Please wait..." } }); this.beatOnApi.resetAssets().subscribe( - function(e) { + function(n) { t.close(), window.dispatchEvent( new MessageEvent("host-message", { @@ -47131,7 +47129,7 @@ }) ); }, - function(e) { + function(n) { t.close(), window.dispatchEvent( new MessageEvent("host-message", { @@ -47139,7 +47137,7 @@ ToastType: cg.Error, Timeout: 8e3, Title: "Error resetting assets!", - Message: e + Message: n } }) ); @@ -47151,15 +47149,15 @@ this.beatOnApi .postLogs("unknown") .subscribe(function(t) {}, function(t) {}); - var e = this.dialog.open(Ig, { + var n = this.dialog.open(Ig, { width: "450px", height: "350px", disableClose: !0, data: { mainText: "Resetting assets..." } }); this.beatOnApi.resetAssets().subscribe( - function(n) { - e.close(); + function(e) { + n.close(); var o = t.dialog.open(Ig, { width: "450px", height: "350px", @@ -47167,7 +47165,7 @@ data: { mainText: "Loading Songs Folder. Please wait..." } }); t.beatOnApi.reloadSongsFromFolders().subscribe( - function(e) { + function(n) { o.close(), t.beatOnApi .restoreCommittedConfig() @@ -47179,7 +47177,7 @@ ); }, function(t) { - e.close(); + n.close(); } ); }), @@ -47197,10 +47195,10 @@ data: { mainText: "Please wait..." } }); this.beatOnApi.postLogs("unknown").subscribe( - function(e) { + function(n) { t.close(); }, - function(e) { + function(n) { t.close(); } ); @@ -47213,10 +47211,10 @@ data: { mainText: "Loading Songs Folder. Please wait..." } }); this.beatOnApi.reloadSongsFromFolders().subscribe( - function(e) { + function(n) { t.close(); }, - function(e) { + function(n) { t.close(), window.dispatchEvent( new MessageEvent("host-message", { @@ -47224,7 +47222,7 @@ ToastType: cg.Error, Timeout: 8e3, Title: "Error reloading songs folder!", - Message: e + Message: n } }) ); @@ -47247,11 +47245,11 @@ }), (t.prototype.ngOnInit = function() { var t = this; - this.beatOnApi.getNetInfo().subscribe(function(e) { - t.netInfo = e; + this.beatOnApi.getNetInfo().subscribe(function(n) { + t.netInfo = n; }), - this.beatOnApi.getModStatus().subscribe(function(e) { - t.modStatus = e; + this.beatOnApi.getModStatus().subscribe(function(n) { + t.modStatus = n; }); }), t @@ -47261,7 +47259,7 @@ encapsulation: 0, styles: [ [ - '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}button[_ngcontent-%COMP%]{margin-left:25px}.info[_ngcontent-%COMP%]{position:absolute;right:30px;top:10px;font-size:12px;color:#ff5722}.netInfo[_ngcontent-%COMP%] .url[_ngcontent-%COMP%]{font-style:normal;font-weight:700;display:inline;font-size:14px}.descrip[_ngcontent-%COMP%]{margin-left:8px}li[_ngcontent-%COMP%]{margin-bottom:8px}' + '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}button[_ngcontent-%COMP%]{margin-left:25px}.info[_ngcontent-%COMP%]{position:absolute;right:30px;top:10px;font-size:12px;color:#ff5722;line-height:1em}.netInfo[_ngcontent-%COMP%] .url[_ngcontent-%COMP%]{font-style:normal;font-weight:700;display:inline;font-size:14px}.descrip[_ngcontent-%COMP%]{margin-left:8px}li[_ngcontent-%COMP%]{margin-bottom:8px}' ] ], data: {} @@ -47288,8 +47286,8 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - t(e, 1, 0, e.component.netInfo.Url); + function(t, n) { + t(n, 1, 0, n.component.netInfo.Url); } ); } @@ -47312,7 +47310,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -47328,7 +47326,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -47370,7 +47368,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -47483,7 +47481,7 @@ Mh, Ph )), - Ba(29, 49152, null, 0, ef, [], null, null), + Ba(29, 49152, null, 0, nf, [], null, null), (t()(), bi(30, 0, null, 0, 30, "ul", [], null, null, null, null, null)), (t()(), @@ -47661,10 +47659,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickResetAssets() && o), o ); @@ -47678,11 +47676,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(65, 16384, null, 0, wy, [Nn], null, null), + Ba(65, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Reset Assets"])), (t()(), bi( @@ -47699,10 +47697,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickReloadSongsFolder() && o), o ); @@ -47716,11 +47714,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(69, 16384, null, 0, wy, [Nn], null, null), + Ba(69, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Reload Songs Folder"])), (t()(), bi( @@ -47737,10 +47735,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickQuickFix() && o), o ); @@ -47754,11 +47752,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(73, 16384, null, 0, wy, [Nn], null, null), + Ba(73, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Quick Fix"])), (t()(), bi( @@ -47775,10 +47773,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickUploadLogs() && o), o ); @@ -47792,11 +47790,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(77, 16384, null, 0, wy, [Nn], null, null), + Ba(77, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Upload Logs"])), (t()(), bi( @@ -47813,10 +47811,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickUninstallBeatSaber() && o), o ); @@ -47830,11 +47828,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(81, 16384, null, 0, wy, [Nn], null, null), + Ba(81, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Uninstall BS"])), (t()(), bi( @@ -47847,10 +47845,10 @@ [["color", "warn"], ["mat-raised-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickQuit() && o), o + "click" === n && (o = !1 !== t.component.clickQuit() && o), o ); }, ky, @@ -47862,78 +47860,78 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), (t()(), Ai(-1, 0, ["Exit Beat On"])) ], - function(t, e) { - var n = e.component; - t(e, 7, 0), - t(e, 21, 0, n.netInfo), - t(e, 64, 0, "accent"), - t(e, 68, 0, "accent"), - t(e, 72, 0, "accent"), - t(e, 76, 0, "accent"), - t(e, 80, 0, "accent"), - t(e, 84, 0, "warn"); + function(t, n) { + var e = n.component; + t(n, 7, 0), + t(n, 21, 0, e.netInfo), + t(n, 64, 0, "accent"), + t(n, 68, 0, "accent"), + t(n, 72, 0, "accent"), + t(n, 76, 0, "accent"), + t(n, 80, 0, "accent"), + t(n, 84, 0, "warn"); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 24, 0, n.getVersion()), - t(e, 27, 0, n.getBackupStatus()), - t(e, 61, 0, "end" === wa(e, 62).align), + t(n, 24, 0, e.getVersion()), + t(n, 27, 0, e.getBackupStatus()), + t(n, 61, 0, "end" === wa(n, 62).align), t( - e, + n, 63, 0, - wa(e, 64).disabled || null, - "NoopAnimations" === wa(e, 64)._animationMode + wa(n, 64).disabled || null, + "NoopAnimations" === wa(n, 64)._animationMode ), t( - e, + n, 67, 0, - wa(e, 68).disabled || null, - "NoopAnimations" === wa(e, 68)._animationMode + wa(n, 68).disabled || null, + "NoopAnimations" === wa(n, 68)._animationMode ), t( - e, + n, 71, 0, - wa(e, 72).disabled || null, - "NoopAnimations" === wa(e, 72)._animationMode + wa(n, 72).disabled || null, + "NoopAnimations" === wa(n, 72)._animationMode ), t( - e, + n, 75, 0, - wa(e, 76).disabled || null, - "NoopAnimations" === wa(e, 76)._animationMode + wa(n, 76).disabled || null, + "NoopAnimations" === wa(n, 76)._animationMode ), t( - e, + n, 79, 0, - wa(e, 80).disabled || null, - "NoopAnimations" === wa(e, 80)._animationMode + wa(n, 80).disabled || null, + "NoopAnimations" === wa(n, 80)._animationMode ), t( - e, + n, 83, 0, - wa(e, 84).disabled || null, - "NoopAnimations" === wa(e, 84)._animationMode + wa(n, 84).disabled || null, + "NoopAnimations" === wa(n, 84)._animationMode ); } ); @@ -47946,8 +47944,8 @@ bi(0, 0, null, null, 1, "app-tools", [], null, null, null, kk, Mk)), Ba(1, 114688, null, 0, Pk, [yc, pv, Nm], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -47977,25 +47975,25 @@ t.stopPropagation(), (this.background = "#f5fcff"), (this.opacity = "1"); - var e = t.dataTransfer.files; - e.length > 0 && this.onFileDropped.emit(e); + var n = t.dataTransfer.files; + n.length > 0 && this.onFileDropped.emit(n); }), t ); })(), Ik = (function() { - function t(t, e) { - (this.formBuilder = t), (this.beatOnApi = e); + function t(t, n) { + (this.formBuilder = t), (this.beatOnApi = n); } return ( (t.prototype.ngOnInit = function() { this.form = this.formBuilder.group({ fileUpload: [""] }); }), (t.prototype.uploadFile = function(t) { - for (var e = 0; e < t.length; e++) { - var n = t[e], + for (var n = 0; n < t.length; n++) { + var e = t[n], o = new FormData(); - o.append("file", n), + o.append("file", e), this.beatOnApi.uploadFile(o).subscribe( function(t) { console.log("File uploaded"); @@ -48013,7 +48011,7 @@ encapsulation: 0, styles: [ [ - "form[_ngcontent-%COMP%]{margin-top:100px}.uploadfilecontainer[_ngcontent-%COMP%]{background:url(upload.53eaa2f2d099aadddfb6.png) center no-repeat;height:200px;width:80%;margin:20px auto;border:2px dashed #1c8adb;border-radius:10px}.uploadfilecontainer[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#9ecbec!important;opacity:.8}.files-list[_ngcontent-%COMP%]{display:flex;justify-content:space-between;width:80%;margin:10px auto;background:#fff;border:1px dashed;border-radius:12px;padding:5px;color:#1c8adb}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%]{background:0 0;border:none;cursor:pointer}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:30px}" + "form[_ngcontent-%COMP%]{margin-top:100px}.uploadfilecontainer[_ngcontent-%COMP%]{background:url(upload.png) center no-repeat;height:200px;width:80%;margin:20px auto;border:2px dashed #1c8adb;border-radius:10px}.uploadfilecontainer[_ngcontent-%COMP%]:hover{cursor:pointer;background-color:#9ecbec!important;opacity:.8}.files-list[_ngcontent-%COMP%]{display:flex;justify-content:space-between;width:80%;margin:10px auto;background:#fff;border:1px dashed;border-radius:12px;padding:5px;color:#1c8adb}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%]{background:0 0;border:none;cursor:pointer}.files-list[_ngcontent-%COMP%] .delete-file[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:30px}" ] ], data: {} @@ -48037,7 +48035,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -48053,7 +48051,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -48095,7 +48093,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -48170,16 +48168,16 @@ [null, "dragleave"], [null, "drop"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "dragover" === e && (o = !1 !== wa(t, 18).onDragOver(n) && o), - "dragleave" === e && - (o = !1 !== wa(t, 18).onDragLeave(n) && o), - "drop" === e && (o = !1 !== wa(t, 18).ondrop(n) && o), - "click" === e && (o = !1 !== wa(t, 19).click() && o), - "onFileDropped" === e && (o = !1 !== a.uploadFile(n) && o), + "dragover" === n && (o = !1 !== wa(t, 18).onDragOver(e) && o), + "dragleave" === n && + (o = !1 !== wa(t, 18).onDragLeave(e) && o), + "drop" === n && (o = !1 !== wa(t, 18).ondrop(e) && o), + "click" === n && (o = !1 !== wa(t, 19).click() && o), + "onFileDropped" === n && (o = !1 !== a.uploadFile(e) && o), o ); }, @@ -48200,11 +48198,11 @@ [["hidden", ""], ["type", "file"]], null, [[null, "change"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "change" === e && - (o = !1 !== t.component.uploadFile(n.target.files) && o), + "change" === n && + (o = !1 !== t.component.uploadFile(e.target.files) && o), o ); }, @@ -48212,20 +48210,20 @@ null )) ], - function(t, e) { - t(e, 7, 0); + function(t, n) { + t(n, 7, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), - t(e, 17, 0, wa(e, 18).background, wa(e, 18).opacity); + t(n, 17, 0, wa(n, 18).background, wa(n, 18).opacity); } ); } @@ -48250,8 +48248,8 @@ )), Ba(1, 114688, null, 0, Ik, [Ox, yc], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -48289,14 +48287,14 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), Ba( 2, 671744, null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -48395,8 +48393,8 @@ (t()(), Ai(-1, null, ["emulamer"])), (t()(), Ai(-1, null, [": did some stuff"])) ], - function(t, e) { - t(e, 2, 0, "column"); + function(t, n) { + t(n, 2, 0, "column"); }, null ); @@ -48422,8 +48420,8 @@ )), Ba(1, 114688, null, 0, Nk, [], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -48445,35 +48443,35 @@ } }), Uk = (function(t) { - function e(n, o, a, r, i) { - var l = t.call(this, n) || this; - (l._elementRef = n), + function n(e, o, a, r, i) { + var l = t.call(this, e) || this; + (l._elementRef = e), (l._document = a), (l._value = 0), (l._fallbackAnimation = !1), (l._diameter = Bk), (l.mode = "determinate"); - var s = e._diameters; + var s = n._diameters; return ( s.has(a.head) || s.set(a.head, new Set([Bk])), (l._styleRoot = - (function(t, e) { + (function(t, n) { if ("undefined" != typeof window) { - var n = e.head; - if (n && (n.createShadowRoot || n.attachShadow)) { + var e = n.head; + if (e && (e.createShadowRoot || e.attachShadow)) { var o = t.getRootNode ? t.getRootNode() : null; if (o instanceof window.ShadowRoot) return o; } } return null; - })(n.nativeElement, a) || a.head), + })(e.nativeElement, a) || a.head), (l._fallbackAnimation = o.EDGE || o.TRIDENT), (l._noopAnimations = "NoopAnimations" === r && !!i && !i._forceAnimations), i && (i.diameter && (l.diameter = i.diameter), i.strokeWidth && (l.strokeWidth = i.strokeWidth)), - n.nativeElement.classList.add( + e.nativeElement.classList.add( "mat-progress-spinner-indeterminate" + (l._fallbackAnimation ? "-fallback" : "") + "-animation" @@ -48482,21 +48480,21 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "diameter", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "diameter", { get: function() { return this._diameter; }, set: function(t) { if (((this._diameter = cf(t)), !this._fallbackAnimation)) { - var n = e._diameters.get(this._styleRoot); - (n && n.has(this._diameter)) || this._attachStyleNode(); + var e = n._diameters.get(this._styleRoot); + (e && e.has(this._diameter)) || this._attachStyleNode(); } }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "strokeWidth", { + Object.defineProperty(n.prototype, "strokeWidth", { get: function() { return this._strokeWidth || this.diameter / 10; }, @@ -48506,7 +48504,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "value", { + Object.defineProperty(n.prototype, "value", { get: function() { return "determinate" === this.mode ? this._value : 0; }, @@ -48516,14 +48514,14 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_circleRadius", { + Object.defineProperty(n.prototype, "_circleRadius", { get: function() { return (this.diameter - 10) / 2; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_viewBox", { + Object.defineProperty(n.prototype, "_viewBox", { get: function() { var t = 2 * this._circleRadius + this.strokeWidth; return "0 0 " + t + " " + t; @@ -48531,14 +48529,14 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_strokeCircumference", { + Object.defineProperty(n.prototype, "_strokeCircumference", { get: function() { return 2 * Math.PI * this._circleRadius; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_strokeDashOffset", { + Object.defineProperty(n.prototype, "_strokeDashOffset", { get: function() { return "determinate" === this.mode ? (this._strokeCircumference * (100 - this._value)) / 100 @@ -48549,41 +48547,41 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_circleStrokeWidth", { + Object.defineProperty(n.prototype, "_circleStrokeWidth", { get: function() { return (this.strokeWidth / this.diameter) * 100; }, enumerable: !0, configurable: !0 }), - (e.prototype._attachStyleNode = function() { + (n.prototype._attachStyleNode = function() { var t = this._document.createElement("style"), - n = this._styleRoot, + e = this._styleRoot, o = this._diameter, - a = e._diameters, - r = a.get(n); + a = n._diameters, + r = a.get(e); t.setAttribute("mat-spinner-animation", o + ""), (t.textContent = this._getAnimationText()), - n.appendChild(t), - r || ((r = new Set()), a.set(n, r)), + e.appendChild(t), + r || ((r = new Set()), a.set(e, r)), r.add(o); }), - (e.prototype._getAnimationText = function() { + (n.prototype._getAnimationText = function() { return "\n @keyframes mat-progress-spinner-stroke-rotate-DIAMETER {\n 0% { stroke-dashoffset: START_VALUE; transform: rotate(0); }\n 12.5% { stroke-dashoffset: END_VALUE; transform: rotate(0); }\n 12.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n 25% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n\n 25.0001% { stroke-dashoffset: START_VALUE; transform: rotate(270deg); }\n 37.5% { stroke-dashoffset: END_VALUE; transform: rotate(270deg); }\n 37.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n 50% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n\n 50.0001% { stroke-dashoffset: START_VALUE; transform: rotate(180deg); }\n 62.5% { stroke-dashoffset: END_VALUE; transform: rotate(180deg); }\n 62.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n 75% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n\n 75.0001% { stroke-dashoffset: START_VALUE; transform: rotate(90deg); }\n 87.5% { stroke-dashoffset: END_VALUE; transform: rotate(90deg); }\n 87.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n 100% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n }\n" .replace(/START_VALUE/g, "" + 0.95 * this._strokeCircumference) .replace(/END_VALUE/g, "" + 0.2 * this._strokeCircumference) .replace(/DIAMETER/g, "" + this.diameter); }), - (e._diameters = new WeakMap()), - e + (n._diameters = new WeakMap()), + n ); })(Vk), qk = (function(t) { - function e(e, n, o, a, r) { - var i = t.call(this, e, n, o, a, r) || this; + function n(n, e, o, a, r) { + var i = t.call(this, n, e, o, a, r) || this; return (i.mode = "indeterminate"), i; } - return Object(o.__extends)(e, t), e; + return Object(o.__extends)(n, t), n; })(Uk), Kk = (function() { return function() {}; @@ -48622,17 +48620,17 @@ )) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - n._circleRadius, - "mat-progress-spinner-stroke-rotate-" + n.diameter, - n._strokeDashOffset, - n._strokeCircumference, - n._circleStrokeWidth + e._circleRadius, + "mat-progress-spinner-stroke-rotate-" + e.diameter, + e._strokeDashOffset, + e._strokeCircumference, + e._circleStrokeWidth ); } ); @@ -48663,16 +48661,16 @@ )) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - n._circleRadius, - n._strokeDashOffset, - n._strokeCircumference, - n._circleStrokeWidth + e._circleRadius, + e._strokeDashOffset, + e._strokeCircumference, + e._circleStrokeWidth ); } ); @@ -48723,14 +48721,14 @@ null ) ], - function(t, e) { - t(e, 1, 0, "indeterminate" === e.component.mode), - t(e, 3, 0, !0), - t(e, 5, 0, !1); + function(t, n) { + t(n, 1, 0, "indeterminate" === n.component.mode), + t(n, 3, 0, !0), + t(n, 5, 0, !1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.diameter, n.diameter, n._viewBox); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.diameter, e.diameter, e._viewBox); } ); } @@ -48768,17 +48766,17 @@ )) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - n._circleRadius, - "mat-progress-spinner-stroke-rotate-" + n.diameter, - n._strokeDashOffset, - n._strokeCircumference, - n._circleStrokeWidth + e._circleRadius, + "mat-progress-spinner-stroke-rotate-" + e.diameter, + e._strokeDashOffset, + e._strokeCircumference, + e._circleStrokeWidth ); } ); @@ -48809,16 +48807,16 @@ )) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - n._circleRadius, - n._strokeDashOffset, - n._strokeCircumference, - n._circleStrokeWidth + e._circleRadius, + e._strokeDashOffset, + e._strokeCircumference, + e._circleStrokeWidth ); } ); @@ -48869,14 +48867,14 @@ null ) ], - function(t, e) { - t(e, 1, 0, "indeterminate" === e.component.mode), - t(e, 3, 0, !0), - t(e, 5, 0, !1); + function(t, n) { + t(n, 1, 0, "indeterminate" === n.component.mode), + t(n, 3, 0, !0), + t(n, 5, 0, !1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.diameter, n.diameter, n._viewBox); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.diameter, e.diameter, e._viewBox); } ); } @@ -48899,7 +48897,7 @@ t ); })(), - ew = So({ + nw = So({ encapsulation: 0, styles: [ [ @@ -48908,7 +48906,7 @@ ], data: {} }); - function nw(t) { + function ew(t) { return Di( 0, [ @@ -48938,9 +48936,9 @@ [["class", "mat-icon notranslate"], ["role", "img"]], [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; - return "click" === e && (o = !1 !== t.component.down() && o), o; + return "click" === n && (o = !1 !== t.component.down() && o), o; }, Yh, Kh @@ -48951,7 +48949,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -48983,9 +48981,9 @@ [["class", "mat-icon notranslate"], ["role", "img"]], [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; - return "click" === e && (o = !1 !== t.component.up() && o), o; + return "click" === n && (o = !1 !== t.component.up() && o), o; }, Yh, Kh @@ -48996,40 +48994,40 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["navigate_next"])) ], - function(t, e) { - t(e, 2, 0), t(e, 7, 0); + function(t, n) { + t(n, 2, 0), t(n, 7, 0); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 1, 0, - wa(e, 2).inline, - "primary" !== wa(e, 2).color && - "accent" !== wa(e, 2).color && - "warn" !== wa(e, 2).color + wa(n, 2).inline, + "primary" !== wa(n, 2).color && + "accent" !== wa(n, 2).color && + "warn" !== wa(n, 2).color ), t( - e, + n, 5, 0, - 0 === n.reader.MaxSongs ? "\u221e" : n.reader.MaxSongs + 0 === e.reader.MaxSongs ? "\u221e" : e.reader.MaxSongs ), t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ); } ); @@ -49042,15 +49040,15 @@ }), aw = 0, rw = (function() { - return function(t, e) { - (this.source = t), (this.checked = e); + return function(t, n) { + (this.source = t), (this.checked = n); }; })(), iw = (function(t) { - function e(e, n, o, a, r, i, l, s) { - var c = t.call(this, e) || this; + function n(n, e, o, a, r, i, l, s) { + var c = t.call(this, n) || this; return ( - (c._focusMonitor = n), + (c._focusMonitor = e), (c._changeDetectorRef = o), (c._ngZone = r), (c.defaults = i), @@ -49075,8 +49073,8 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "required", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "required", { get: function() { return this._required; }, @@ -49086,7 +49084,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "checked", { + Object.defineProperty(n.prototype, "checked", { get: function() { return this._checked; }, @@ -49096,28 +49094,28 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "inputId", { + Object.defineProperty(n.prototype, "inputId", { get: function() { return (this.id || this._uniqueId) + "-input"; }, enumerable: !0, configurable: !0 }), - (e.prototype.ngAfterContentInit = function() { + (n.prototype.ngAfterContentInit = function() { var t = this; this._focusMonitor .monitor(this._elementRef, !0) - .subscribe(function(e) { - e || + .subscribe(function(n) { + n || Promise.resolve().then(function() { return t._onTouched(); }); }); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._focusMonitor.stopMonitoring(this._elementRef); }), - (e.prototype._onChangeEvent = function(t) { + (n.prototype._onChangeEvent = function(t) { t.stopPropagation(), this._dragging || this.toggleChange.emit(), this._dragging || this.defaults.disableToggleValue @@ -49125,39 +49123,39 @@ : ((this.checked = this._inputElement.nativeElement.checked), this._emitChangeEvent()); }), - (e.prototype._onInputClick = function(t) { + (n.prototype._onInputClick = function(t) { t.stopPropagation(); }), - (e.prototype.writeValue = function(t) { + (n.prototype.writeValue = function(t) { this.checked = !!t; }), - (e.prototype.registerOnChange = function(t) { + (n.prototype.registerOnChange = function(t) { this._onChange = t; }), - (e.prototype.registerOnTouched = function(t) { + (n.prototype.registerOnTouched = function(t) { this._onTouched = t; }), - (e.prototype.setDisabledState = function(t) { + (n.prototype.setDisabledState = function(t) { (this.disabled = t), this._changeDetectorRef.markForCheck(); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this._focusMonitor.focusVia(this._inputElement, "keyboard"); }), - (e.prototype.toggle = function() { + (n.prototype.toggle = function() { (this.checked = !this.checked), this._onChange(this.checked); }), - (e.prototype._emitChangeEvent = function() { + (n.prototype._emitChangeEvent = function() { this._onChange(this.checked), this.change.emit(new rw(this, this.checked)); }), - (e.prototype._getDragPercentage = function(t) { - var e = (t / this._thumbBarWidth) * 100; + (n.prototype._getDragPercentage = function(t) { + var n = (t / this._thumbBarWidth) * 100; return ( - this._previousChecked && (e += 100), - Math.max(0, Math.min(e, 100)) + this._previousChecked && (n += 100), + Math.max(0, Math.min(n, 100)) ); }), - (e.prototype._onDragStart = function() { + (n.prototype._onDragStart = function() { if (!this.disabled && !this._dragging) { var t = this._thumbEl.nativeElement; (this._thumbBarWidth = @@ -49167,24 +49165,24 @@ (this._dragging = !0); } }), - (e.prototype._onDrag = function(t) { + (n.prototype._onDrag = function(t) { if (this._dragging) { - var e = this._dir && "rtl" === this._dir.value ? -1 : 1; - (this._dragPercentage = this._getDragPercentage(t.deltaX * e)), + var n = this._dir && "rtl" === this._dir.value ? -1 : 1; + (this._dragPercentage = this._getDragPercentage(t.deltaX * n)), (this._thumbEl.nativeElement.style.transform = "translate3d(" + - (this._dragPercentage / 100) * this._thumbBarWidth * e + + (this._dragPercentage / 100) * this._thumbBarWidth * n + "px, 0, 0)"); } }), - (e.prototype._onDragEnd = function() { + (n.prototype._onDragEnd = function() { var t = this; if (this._dragging) { - var e = this._dragPercentage > 50; - e !== this.checked && + var n = this._dragPercentage > 50; + n !== this.checked && (this.dragChange.emit(), this.defaults.disableDragValue || - ((this.checked = e), this._emitChangeEvent())), + ((this.checked = n), this._emitChangeEvent())), this._ngZone.runOutsideAngular(function() { return setTimeout(function() { t._dragging && @@ -49197,15 +49195,15 @@ }); } }), - (e.prototype._onLabelTextChange = function() { + (n.prototype._onLabelTextChange = function() { this._changeDetectorRef.detectChanges(); }), - e + n ); })( - nh( + eh( th( - eh( + nh( $f( (function() { return function(t) { @@ -49290,12 +49288,12 @@ [1, "aria-labelledby", 0] ], [[null, "change"], [null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "change" === e && (o = !1 !== a._onChangeEvent(n) && o), - "click" === e && (o = !1 !== a._onInputClick(n) && o), + "change" === n && (o = !1 !== a._onChangeEvent(e) && o), + "click" === n && (o = !1 !== a._onInputClick(e) && o), o ); }, @@ -49313,13 +49311,13 @@ [["class", "mat-slide-toggle-thumb-container"]], null, [[null, "slidestart"], [null, "slide"], [null, "slideend"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "slidestart" === e && (o = !1 !== a._onDragStart() && o), - "slide" === e && (o = !1 !== a._onDrag(n) && o), - "slideend" === e && (o = !1 !== a._onDragEnd() && o), + "slidestart" === n && (o = !1 !== a._onDragStart() && o), + "slide" === n && (o = !1 !== a._onDrag(e) && o), + "slideend" === n && (o = !1 !== a._onDragEnd() && o), o ); }, @@ -49365,7 +49363,7 @@ null, 0, yh, - [Nn, Dr, ff, [2, _h], [2, Py]], + [Ne, Dr, ff, [2, _h], [2, Py]], { centered: [0, "centered"], radius: [1, "radius"], @@ -49407,10 +49405,10 @@ [["class", "mat-slide-toggle-content"]], null, [[null, "cdkObserveContent"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkObserveContent" === e && + "cdkObserveContent" === n && (o = !1 !== t.component._onLabelTextChange() && o), o ); @@ -49418,7 +49416,7 @@ null, null )), - Ba(13, 1196032, null, 0, BO, [FO, Nn, Dr], null, { + Ba(13, 1196032, null, 0, BO, [FO, Ne, Dr], null, { event: "cdkObserveContent" }), (t()(), @@ -49439,44 +49437,44 @@ (t()(), Ai(-1, null, ["\xa0"])), wi(null, 0) ], - function(t, e) { - var n = e.component, - o = t(e, 10, 0, 150); - t(e, 9, 0, !0, 20, o, n.disableRipple || n.disabled, wa(e, 3)); + function(t, n) { + var e = n.component, + o = t(n, 10, 0, 150); + t(n, 9, 0, !0, 20, o, e.disableRipple || e.disabled, wa(n, 3)); }, - function(t, e) { - var n = e.component; - t(e, 3, 0, n.inputId), + function(t, n) { + var e = n.component; + t(n, 3, 0, e.inputId), t( - e, + n, 4, 0, - !wa(e, 12).textContent || !wa(e, 12).textContent.trim() + !wa(n, 12).textContent || !wa(n, 12).textContent.trim() ), t( - e, + n, 5, 0, - n.inputId, - n.required, - n.tabIndex, - n.checked, - n.disabled, - n.name, - n.checked.toString(), - n.ariaLabel, - n.ariaLabelledby + e.inputId, + e.required, + e.tabIndex, + e.checked, + e.disabled, + e.name, + e.checked.toString(), + e.ariaLabel, + e.ariaLabelledby ), - t(e, 8, 0, wa(e, 9).unbounded); + t(n, 8, 0, wa(n, 9).unbounded); } ); } var uw = (function(t) { - function e(e, n, o, a) { - var r = t.call(this, e) || this; + function n(n, e, o, a) { + var r = t.call(this, n) || this; return ( - (r._elementRef = e), - (r._ngZone = n), + (r._elementRef = n), + (r._ngZone = e), (r._hasFocus = !1), (r.chipListSelectable = !0), (r._chipListMultiple = !1), @@ -49489,15 +49487,15 @@ (r.destroyed = new ar()), (r.removed = new ar()), r._addHostClassName(), - (r._chipRipple = new bh(r, n, e, o)), - r._chipRipple.setupTriggerEvents(e.nativeElement), + (r._chipRipple = new bh(r, e, n, o)), + r._chipRipple.setupTriggerEvents(n.nativeElement), (r.rippleConfig = a || {}), r ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "rippleDisabled", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "rippleDisabled", { get: function() { return ( this.disabled || @@ -49508,19 +49506,19 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "selected", { + Object.defineProperty(n.prototype, "selected", { get: function() { return this._selected; }, set: function(t) { - var e = sf(t); - e !== this._selected && - ((this._selected = e), this._dispatchSelectionChange()); + var n = sf(t); + n !== this._selected && + ((this._selected = n), this._dispatchSelectionChange()); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "value", { + Object.defineProperty(n.prototype, "value", { get: function() { return null != this._value ? this._value @@ -49532,7 +49530,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "selectable", { + Object.defineProperty(n.prototype, "selectable", { get: function() { return this._selectable && this.chipListSelectable; }, @@ -49542,7 +49540,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "removable", { + Object.defineProperty(n.prototype, "removable", { get: function() { return this._removable; }, @@ -49552,7 +49550,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "ariaSelected", { + Object.defineProperty(n.prototype, "ariaSelected", { get: function() { return this.selectable && (this._chipListMultiple || this.selected) @@ -49562,30 +49560,30 @@ enumerable: !0, configurable: !0 }), - (e.prototype._addHostClassName = function() { + (n.prototype._addHostClassName = function() { var t = this._elementRef.nativeElement; t.hasAttribute("mat-basic-chip") || "mat-basic-chip" === t.tagName.toLowerCase() ? t.classList.add("mat-basic-chip") : t.classList.add("mat-standard-chip"); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this.destroyed.emit({ chip: this }), this._chipRipple._removeTriggerEvents(); }), - (e.prototype.select = function() { + (n.prototype.select = function() { this._selected || ((this._selected = !0), this._dispatchSelectionChange()); }), - (e.prototype.deselect = function() { + (n.prototype.deselect = function() { this._selected && ((this._selected = !1), this._dispatchSelectionChange()); }), - (e.prototype.selectViaInteraction = function() { + (n.prototype.selectViaInteraction = function() { this._selected || ((this._selected = !0), this._dispatchSelectionChange(!0)); }), - (e.prototype.toggleSelected = function(t) { + (n.prototype.toggleSelected = function(t) { return ( void 0 === t && (t = !1), (this._selected = !this.selected), @@ -49593,19 +49591,19 @@ this.selected ); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this._hasFocus || (this._elementRef.nativeElement.focus(), this._onFocus.next({ chip: this })), (this._hasFocus = !0); }), - (e.prototype.remove = function() { + (n.prototype.remove = function() { this.removable && this.removed.emit({ chip: this }); }), - (e.prototype._handleClick = function(t) { + (n.prototype._handleClick = function(t) { this.disabled ? t.preventDefault() : t.stopPropagation(); }), - (e.prototype._handleKeydown = function(t) { + (n.prototype._handleKeydown = function(t) { if (!this.disabled) switch (t.keyCode) { case 46: @@ -49617,7 +49615,7 @@ t.preventDefault(); } }), - (e.prototype._blur = function() { + (n.prototype._blur = function() { var t = this; this._ngZone.onStable .asObservable() @@ -49628,7 +49626,7 @@ }); }); }), - (e.prototype._dispatchSelectionChange = function(t) { + (n.prototype._dispatchSelectionChange = function(t) { void 0 === t && (t = !1), this.selectionChange.emit({ source: this, @@ -49636,11 +49634,11 @@ selected: this._selected }); }), - e + n ); })( th( - eh( + nh( $f( (function() { return function(t) { @@ -49658,8 +49656,8 @@ } return ( (t.prototype._handleClick = function(t) { - var e = this._parentChip; - e.removable && !e.disabled && e.remove(), t.stopPropagation(); + var n = this._parentChip; + n.removable && !n.disabled && n.remove(), t.stopPropagation(); }), t ); @@ -49667,26 +49665,26 @@ pw = new Ut("mat-chips-default-options"), mw = oh( (function() { - return function(t, e, n, o) { + return function(t, n, e, o) { (this._defaultErrorStateMatcher = t), - (this._parentForm = e), - (this._parentFormGroup = n), + (this._parentForm = n), + (this._parentFormGroup = e), (this.ngControl = o); }; })() ), gw = 0, fw = (function() { - return function(t, e) { - (this.source = t), (this.value = e); + return function(t, n) { + (this.source = t), (this.value = n); }; })(), hw = (function(t) { - function e(e, n, o, a, r, i, l) { + function n(n, e, o, a, r, i, l) { var s = t.call(this, i, a, r, l) || this; return ( - (s._elementRef = e), - (s._changeDetectorRef = n), + (s._elementRef = n), + (s._changeDetectorRef = e), (s._dir = o), (s.ngControl = l), (s.controlType = "mat-chip-list"), @@ -49698,8 +49696,8 @@ (s._onTouched = function() {}), (s._onChange = function() {}), (s._multiple = !1), - (s._compareWith = function(t, e) { - return t === e; + (s._compareWith = function(t, n) { + return t === n; }), (s._required = !1), (s._disabled = !1), @@ -49712,8 +49710,8 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "selected", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "selected", { get: function() { return this.multiple ? this._selectionModel.selected @@ -49722,14 +49720,14 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "role", { + Object.defineProperty(n.prototype, "role", { get: function() { return this.empty ? null : "listbox"; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "multiple", { + Object.defineProperty(n.prototype, "multiple", { get: function() { return this._multiple; }, @@ -49739,7 +49737,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "compareWith", { + Object.defineProperty(n.prototype, "compareWith", { get: function() { return this._compareWith; }, @@ -49750,7 +49748,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "value", { + Object.defineProperty(n.prototype, "value", { get: function() { return this._value; }, @@ -49760,14 +49758,14 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "id", { + Object.defineProperty(n.prototype, "id", { get: function() { return this._chipInput ? this._chipInput.id : this._uid; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "required", { + Object.defineProperty(n.prototype, "required", { get: function() { return this._required; }, @@ -49777,7 +49775,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "placeholder", { + Object.defineProperty(n.prototype, "placeholder", { get: function() { return this._chipInput ? this._chipInput.placeholder @@ -49789,7 +49787,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "focused", { + Object.defineProperty(n.prototype, "focused", { get: function() { return ( (this._chipInput && this._chipInput.focused) || @@ -49799,7 +49797,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "empty", { + Object.defineProperty(n.prototype, "empty", { get: function() { return ( (!this._chipInput || this._chipInput.empty) && @@ -49809,14 +49807,14 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "shouldLabelFloat", { + Object.defineProperty(n.prototype, "shouldLabelFloat", { get: function() { return !this.empty || this.focused; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "disabled", { + Object.defineProperty(n.prototype, "disabled", { get: function() { return this.ngControl ? !!this.ngControl.disabled @@ -49828,29 +49826,29 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "selectable", { + Object.defineProperty(n.prototype, "selectable", { get: function() { return this._selectable; }, set: function(t) { - var e = this; + var n = this; (this._selectable = sf(t)), this.chips && this.chips.forEach(function(t) { - return (t.chipListSelectable = e._selectable); + return (t.chipListSelectable = n._selectable); }); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "tabIndex", { + Object.defineProperty(n.prototype, "tabIndex", { set: function(t) { (this._userTabIndex = t), (this._tabIndex = t); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "chipSelectionChanges", { + Object.defineProperty(n.prototype, "chipSelectionChanges", { get: function() { return $.apply( void 0, @@ -49862,7 +49860,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "chipFocusChanges", { + Object.defineProperty(n.prototype, "chipFocusChanges", { get: function() { return $.apply( void 0, @@ -49874,7 +49872,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "chipBlurChanges", { + Object.defineProperty(n.prototype, "chipBlurChanges", { get: function() { return $.apply( void 0, @@ -49886,7 +49884,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "chipRemoveChanges", { + Object.defineProperty(n.prototype, "chipRemoveChanges", { get: function() { return $.apply( void 0, @@ -49898,7 +49896,7 @@ enumerable: !0, configurable: !0 }), - (e.prototype.ngAfterContentInit = function() { + (n.prototype.ngAfterContentInit = function() { var t = this; (this._keyManager = new Bf(this.chips) .withWrap() @@ -49909,8 +49907,8 @@ this._dir && this._dir.change .pipe(oC(this._destroyed)) - .subscribe(function(e) { - return t._keyManager.withHorizontalOrientation(e); + .subscribe(function(n) { + return t._keyManager.withHorizontalOrientation(n); }), this._keyManager.tabOut .pipe(oC(this._destroyed)) @@ -49919,7 +49917,7 @@ }), this.chips.changes .pipe( - eu(null), + nu(null), oC(this._destroyed) ) .subscribe(function() { @@ -49934,41 +49932,41 @@ t.stateChanges.next(); }); }), - (e.prototype.ngOnInit = function() { + (n.prototype.ngOnInit = function() { (this._selectionModel = new bC(this.multiple, void 0, !1)), this.stateChanges.next(); }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this.ngControl && this.updateErrorState(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._destroyed.next(), this._destroyed.complete(), this.stateChanges.complete(), this._dropSubscriptions(); }), - (e.prototype.registerInput = function(t) { + (n.prototype.registerInput = function(t) { this._chipInput = t; }), - (e.prototype.setDescribedByIds = function(t) { + (n.prototype.setDescribedByIds = function(t) { this._ariaDescribedby = t.join(" "); }), - (e.prototype.writeValue = function(t) { + (n.prototype.writeValue = function(t) { this.chips && this._setSelectionByValue(t, !1); }), - (e.prototype.registerOnChange = function(t) { + (n.prototype.registerOnChange = function(t) { this._onChange = t; }), - (e.prototype.registerOnTouched = function(t) { + (n.prototype.registerOnTouched = function(t) { this._onTouched = t; }), - (e.prototype.setDisabledState = function(t) { + (n.prototype.setDisabledState = function(t) { (this.disabled = t), this.stateChanges.next(); }), - (e.prototype.onContainerClick = function(t) { + (n.prototype.onContainerClick = function(t) { this._originatesFromChip(t) || this.focus(); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this.disabled || (this._chipInput && this._chipInput.focused) || (this.chips.length > 0 @@ -49976,15 +49974,15 @@ this.stateChanges.next()) : (this._focusInput(), this.stateChanges.next())); }), - (e.prototype._focusInput = function() { + (n.prototype._focusInput = function() { this._chipInput && this._chipInput.focus(); }), - (e.prototype._keydown = function(t) { - var e = t.target; - 8 === t.keyCode && this._isInputEmpty(e) + (n.prototype._keydown = function(t) { + var n = t.target; + 8 === t.keyCode && this._isInputEmpty(n) ? (this._keyManager.setLastItemActive(), t.preventDefault()) - : e && - e.classList.contains("mat-chip") && + : n && + n.classList.contains("mat-chip") && (36 === t.keyCode ? (this._keyManager.setFirstItemActive(), t.preventDefault()) @@ -49993,11 +49991,11 @@ : this._keyManager.onKeydown(t), this.stateChanges.next()); }), - (e.prototype._updateTabIndex = function() { + (n.prototype._updateTabIndex = function() { this._tabIndex = this._userTabIndex || (0 === this.chips.length ? -1 : 0); }), - (e.prototype._updateFocusForDestroyedChips = function() { + (n.prototype._updateFocusForDestroyedChips = function() { if (null != this._lastDestroyedChipIndex) if (this.chips.length) { var t = Math.min( @@ -50008,16 +50006,16 @@ } else this.focus(); this._lastDestroyedChipIndex = null; }), - (e.prototype._isValidIndex = function(t) { + (n.prototype._isValidIndex = function(t) { return t >= 0 && t < this.chips.length; }), - (e.prototype._isInputEmpty = function(t) { + (n.prototype._isInputEmpty = function(t) { return !(!t || "input" !== t.nodeName.toLowerCase() || t.value); }), - (e.prototype._setSelectionByValue = function(t, e) { - var n = this; + (n.prototype._setSelectionByValue = function(t, n) { + var e = this; if ( - (void 0 === e && (e = !0), + (void 0 === n && (n = !0), this._clearSelection(), this.chips.forEach(function(t) { return t.deselect(); @@ -50025,28 +50023,28 @@ Array.isArray(t)) ) t.forEach(function(t) { - return n._selectValue(t, e); + return e._selectValue(t, n); }), this._sortValues(); else { - var o = this._selectValue(t, e); - o && e && this._keyManager.setActiveItem(o); + var o = this._selectValue(t, n); + o && n && this._keyManager.setActiveItem(o); } }), - (e.prototype._selectValue = function(t, e) { - var n = this; - void 0 === e && (e = !0); - var o = this.chips.find(function(e) { - return null != e.value && n._compareWith(e.value, t); + (n.prototype._selectValue = function(t, n) { + var e = this; + void 0 === n && (n = !0); + var o = this.chips.find(function(n) { + return null != n.value && e._compareWith(n.value, t); }); return ( o && - (e ? o.selectViaInteraction() : o.select(), + (n ? o.selectViaInteraction() : o.select(), this._selectionModel.select(o)), o ); }), - (e.prototype._initializeSelection = function() { + (n.prototype._initializeSelection = function() { var t = this; Promise.resolve().then(function() { (t.ngControl || t._value) && @@ -50057,38 +50055,38 @@ t.stateChanges.next()); }); }), - (e.prototype._clearSelection = function(t) { + (n.prototype._clearSelection = function(t) { this._selectionModel.clear(), - this.chips.forEach(function(e) { - e !== t && e.deselect(); + this.chips.forEach(function(n) { + n !== t && n.deselect(); }), this.stateChanges.next(); }), - (e.prototype._sortValues = function() { + (n.prototype._sortValues = function() { var t = this; this._multiple && (this._selectionModel.clear(), - this.chips.forEach(function(e) { - e.selected && t._selectionModel.select(e); + this.chips.forEach(function(n) { + n.selected && t._selectionModel.select(n); }), this.stateChanges.next()); }), - (e.prototype._propagateChanges = function(t) { - var e; - (e = Array.isArray(this.selected) + (n.prototype._propagateChanges = function(t) { + var n; + (n = Array.isArray(this.selected) ? this.selected.map(function(t) { return t.value; }) : this.selected ? this.selected.value : t), - (this._value = e), - this.change.emit(new fw(this, e)), - this.valueChange.emit(e), - this._onChange(e), + (this._value = n), + this.change.emit(new fw(this, n)), + this.valueChange.emit(n), + this._onChange(n), this._changeDetectorRef.markForCheck(); }), - (e.prototype._blur = function() { + (n.prototype._blur = function() { var t = this; this._hasFocusedChip() || this._keyManager.setActiveItem(-1), this.disabled || @@ -50098,12 +50096,12 @@ }) : this._markAsTouched()); }), - (e.prototype._markAsTouched = function() { + (n.prototype._markAsTouched = function() { this._onTouched(), this._changeDetectorRef.markForCheck(), this.stateChanges.next(); }), - (e.prototype._allowFocusEscape = function() { + (n.prototype._allowFocusEscape = function() { var t = this; -1 !== this._tabIndex && ((this._tabIndex = -1), @@ -50112,13 +50110,13 @@ t._changeDetectorRef.markForCheck(); })); }), - (e.prototype._resetChips = function() { + (n.prototype._resetChips = function() { this._dropSubscriptions(), this._listenToChipsFocus(), this._listenToChipsSelection(), this._listenToChipsRemoved(); }), - (e.prototype._dropSubscriptions = function() { + (n.prototype._dropSubscriptions = function() { this._chipFocusSubscription && (this._chipFocusSubscription.unsubscribe(), (this._chipFocusSubscription = null)), @@ -50132,29 +50130,29 @@ (this._chipRemoveSubscription.unsubscribe(), (this._chipRemoveSubscription = null)); }), - (e.prototype._listenToChipsSelection = function() { + (n.prototype._listenToChipsSelection = function() { var t = this; this._chipSelectionSubscription = this.chipSelectionChanges.subscribe( - function(e) { - e.source.selected - ? t._selectionModel.select(e.source) - : t._selectionModel.deselect(e.source), + function(n) { + n.source.selected + ? t._selectionModel.select(n.source) + : t._selectionModel.deselect(n.source), t.multiple || - t.chips.forEach(function(e) { - !t._selectionModel.isSelected(e) && - e.selected && - e.deselect(); + t.chips.forEach(function(n) { + !t._selectionModel.isSelected(n) && + n.selected && + n.deselect(); }), - e.isUserInput && t._propagateChanges(); + n.isUserInput && t._propagateChanges(); } ); }), - (e.prototype._listenToChipsFocus = function() { + (n.prototype._listenToChipsFocus = function() { var t = this; (this._chipFocusSubscription = this.chipFocusChanges.subscribe( - function(e) { - var n = t.chips.toArray().indexOf(e.chip); - t._isValidIndex(n) && t._keyManager.updateActiveItemIndex(n), + function(n) { + var e = t.chips.toArray().indexOf(n.chip); + t._isValidIndex(e) && t._keyManager.updateActiveItemIndex(e), t.stateChanges.next(); } )), @@ -50164,50 +50162,50 @@ } )); }), - (e.prototype._listenToChipsRemoved = function() { + (n.prototype._listenToChipsRemoved = function() { var t = this; this._chipRemoveSubscription = this.chipRemoveChanges.subscribe( - function(e) { - var n = e.chip, - o = t.chips.toArray().indexOf(e.chip); + function(n) { + var e = n.chip, + o = t.chips.toArray().indexOf(n.chip); t._isValidIndex(o) && - n._hasFocus && + e._hasFocus && (t._lastDestroyedChipIndex = o); } ); }), - (e.prototype._originatesFromChip = function(t) { + (n.prototype._originatesFromChip = function(t) { for ( - var e = t.target; - e && e !== this._elementRef.nativeElement; + var n = t.target; + n && n !== this._elementRef.nativeElement; ) { - if (e.classList.contains("mat-chip")) return !0; - e = e.parentElement; + if (n.classList.contains("mat-chip")) return !0; + n = n.parentElement; } return !1; }), - (e.prototype._hasFocusedChip = function() { + (n.prototype._hasFocusedChip = function() { return this.chips.some(function(t) { return t._hasFocus; }); }), - (e.prototype._syncChipsState = function() { + (n.prototype._syncChipsState = function() { var t = this; this.chips && - this.chips.forEach(function(e) { - (e.disabled = t._disabled), - (e._chipListMultiple = t.multiple); + this.chips.forEach(function(n) { + (n.disabled = t._disabled), + (n._chipListMultiple = t.multiple); }); }), - e + n ); })(mw), bw = 0, _w = (function() { - function t(t, e) { + function t(t, n) { (this._elementRef = t), - (this._defaultOptions = e), + (this._defaultOptions = n), (this.focused = !1), (this._addOnBlur = !1), (this.separatorKeyCodes = this._defaultOptions.separatorKeyCodes), @@ -50290,9 +50288,9 @@ }), (t.prototype._isSeparatorKey = function(t) { if (kf(t)) return !1; - var e = this.separatorKeyCodes, - n = t.keyCode; - return Array.isArray(e) ? e.indexOf(n) > -1 : e.has(n); + var n = this.separatorKeyCodes, + e = t.keyCode; + return Array.isArray(n) ? n.indexOf(e) > -1 : n.has(e); }), t ); @@ -50317,11 +50315,11 @@ ), Mw = new Ut("MAT_FORM_FIELD_DEFAULT_OPTIONS"), xw = (function(t) { - function e(e, n, o, a, r, i, l, s) { - var c = t.call(this, e) || this; + function n(n, e, o, a, r, i, l, s) { + var c = t.call(this, n) || this; return ( - (c._elementRef = e), - (c._changeDetectorRef = n), + (c._elementRef = n), + (c._changeDetectorRef = e), (c._dir = a), (c._defaults = r), (c._platform = i), @@ -50342,25 +50340,25 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "appearance", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "appearance", { get: function() { return this._appearance; }, set: function(t) { - var e = this._appearance; + var n = this._appearance; (this._appearance = t || (this._defaults && this._defaults.appearance) || "legacy"), "outline" === this._appearance && - e !== t && + n !== t && (this._outlineGapCalculationNeededOnStable = !0); }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "hideRequiredMarker", { + Object.defineProperty(n.prototype, "hideRequiredMarker", { get: function() { return this._hideRequiredMarker; }, @@ -50370,21 +50368,21 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_shouldAlwaysFloat", { + Object.defineProperty(n.prototype, "_shouldAlwaysFloat", { get: function() { return "always" === this.floatLabel && !this._showAlwaysAnimate; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_canLabelFloat", { + Object.defineProperty(n.prototype, "_canLabelFloat", { get: function() { return "never" !== this.floatLabel; }, enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "hintLabel", { + Object.defineProperty(n.prototype, "hintLabel", { get: function() { return this._hintLabel; }, @@ -50394,7 +50392,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "floatLabel", { + Object.defineProperty(n.prototype, "floatLabel", { get: function() { return "legacy" !== this.appearance && "never" === this._floatLabel @@ -50409,7 +50407,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_control", { + Object.defineProperty(n.prototype, "_control", { get: function() { return ( this._explicitFormFieldControl || @@ -50423,32 +50421,32 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "_labelChild", { + Object.defineProperty(n.prototype, "_labelChild", { get: function() { return this._labelChildNonStatic || this._labelChildStatic; }, enumerable: !0, configurable: !0 }), - (e.prototype.getConnectedOverlayOrigin = function() { + (n.prototype.getConnectedOverlayOrigin = function() { return this._connectionContainerRef || this._elementRef; }), - (e.prototype.ngAfterContentInit = function() { + (n.prototype.ngAfterContentInit = function() { var t = this; this._validateControlChild(); - var e = this._control; - e.controlType && + var n = this._control; + n.controlType && this._elementRef.nativeElement.classList.add( - "mat-form-field-type-" + e.controlType + "mat-form-field-type-" + n.controlType ), - e.stateChanges.pipe(eu(null)).subscribe(function() { + n.stateChanges.pipe(nu(null)).subscribe(function() { t._validatePlaceholders(), t._syncDescribedByIds(), t._changeDetectorRef.markForCheck(); }), - e.ngControl && - e.ngControl.valueChanges && - e.ngControl.valueChanges + n.ngControl && + n.ngControl.valueChanges && + n.ngControl.valueChanges .pipe(oC(this._destroyed)) .subscribe(function() { return t._changeDetectorRef.markForCheck(); @@ -50469,11 +50467,11 @@ (t._outlineGapCalculationNeededOnStable = !0), t._changeDetectorRef.markForCheck(); }), - this._hintChildren.changes.pipe(eu(null)).subscribe(function() { + this._hintChildren.changes.pipe(nu(null)).subscribe(function() { t._processHints(), t._changeDetectorRef.markForCheck(); }), this._errorChildren.changes - .pipe(eu(null)) + .pipe(nu(null)) .subscribe(function() { t._syncDescribedByIds(), t._changeDetectorRef.markForCheck(); @@ -50485,57 +50483,57 @@ return t.updateOutlineGap(); }); }), - (e.prototype.ngAfterContentChecked = function() { + (n.prototype.ngAfterContentChecked = function() { this._validateControlChild(), this._outlineGapCalculationNeededImmediately && this.updateOutlineGap(); }), - (e.prototype.ngAfterViewInit = function() { + (n.prototype.ngAfterViewInit = function() { (this._subscriptAnimationState = "enter"), this._changeDetectorRef.detectChanges(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._destroyed.next(), this._destroyed.complete(); }), - (e.prototype._shouldForward = function(t) { - var e = this._control ? this._control.ngControl : null; - return e && e[t]; + (n.prototype._shouldForward = function(t) { + var n = this._control ? this._control.ngControl : null; + return n && n[t]; }), - (e.prototype._hasPlaceholder = function() { + (n.prototype._hasPlaceholder = function() { return !!( (this._control && this._control.placeholder) || this._placeholderChild ); }), - (e.prototype._hasLabel = function() { + (n.prototype._hasLabel = function() { return !!this._labelChild; }), - (e.prototype._shouldLabelFloat = function() { + (n.prototype._shouldLabelFloat = function() { return ( this._canLabelFloat && (this._control.shouldLabelFloat || this._shouldAlwaysFloat) ); }), - (e.prototype._hideControlPlaceholder = function() { + (n.prototype._hideControlPlaceholder = function() { return ( ("legacy" === this.appearance && !this._hasLabel()) || (this._hasLabel() && !this._shouldLabelFloat()) ); }), - (e.prototype._hasFloatingLabel = function() { + (n.prototype._hasFloatingLabel = function() { return ( this._hasLabel() || ("legacy" === this.appearance && this._hasPlaceholder()) ); }), - (e.prototype._getDisplayedMessages = function() { + (n.prototype._getDisplayedMessages = function() { return this._errorChildren && this._errorChildren.length > 0 && this._control.errorState ? "error" : "hint"; }), - (e.prototype._animateAndLockLabel = function() { + (n.prototype._animateAndLockLabel = function() { var t = this; this._hasFloatingLabel() && this._canLabelFloat && @@ -50549,48 +50547,48 @@ (this.floatLabel = "always"), this._changeDetectorRef.markForCheck()); }), - (e.prototype._validatePlaceholders = function() { + (n.prototype._validatePlaceholders = function() { if (this._control.placeholder && this._placeholderChild) throw Error( "Placeholder attribute and child element were both specified." ); }), - (e.prototype._processHints = function() { + (n.prototype._processHints = function() { this._validateHints(), this._syncDescribedByIds(); }), - (e.prototype._validateHints = function() { + (n.prototype._validateHints = function() { var t, - e, - n = this; + n, + e = this; this._hintChildren && this._hintChildren.forEach(function(o) { if ("start" === o.align) { - if (t || n.hintLabel) throw vw("start"); + if (t || e.hintLabel) throw vw("start"); t = o; } else if ("end" === o.align) { - if (e) throw vw("end"); - e = o; + if (n) throw vw("end"); + n = o; } }); }), - (e.prototype._syncDescribedByIds = function() { + (n.prototype._syncDescribedByIds = function() { if (this._control) { var t = []; if ("hint" === this._getDisplayedMessages()) { - var e = this._hintChildren + var n = this._hintChildren ? this._hintChildren.find(function(t) { return "start" === t.align; }) : null, - n = this._hintChildren + e = this._hintChildren ? this._hintChildren.find(function(t) { return "end" === t.align; }) : null; - e - ? t.push(e.id) + n + ? t.push(n.id) : this._hintLabel && t.push(this._hintLabelId), - n && t.push(n.id); + e && t.push(e.id); } else this._errorChildren && (t = this._errorChildren.map(function(t) { @@ -50599,13 +50597,13 @@ this._control.setDescribedByIds(t); } }), - (e.prototype._validateControlChild = function() { + (n.prototype._validateControlChild = function() { if (!this._control) throw Error( "mat-form-field must contain a MatFormFieldControl." ); }), - (e.prototype.updateOutlineGap = function() { + (n.prototype.updateOutlineGap = function() { var t = this._label ? this._label.nativeElement : null; if ( "outline" === this.appearance && @@ -50619,8 +50617,8 @@ this._elementRef.nativeElement ) ) { - var e = 0, - n = 0, + var n = 0, + e = 0, o = this._connectionContainerRef.nativeElement, a = o.querySelectorAll(".mat-form-field-outline-start"), r = o.querySelectorAll(".mat-form-field-outline-gap"); @@ -50646,19 +50644,19 @@ u++ ) c += d[u].offsetWidth; - (e = s - l - 5), (n = c > 0 ? 0.75 * c + 10 : 0); + (n = s - l - 5), (e = c > 0 ? 0.75 * c + 10 : 0); } for (var p = 0; p < a.length; p++) - a.item(p).style.width = e + "px"; + a.item(p).style.width = n + "px"; for (p = 0; p < r.length; p++) - r.item(p).style.width = n + "px"; + r.item(p).style.width = e + "px"; this._outlineGapCalculationNeededOnStable = this._outlineGapCalculationNeededImmediately = !1; } else this._outlineGapCalculationNeededImmediately = !0; }), - (e.prototype._getStartEnd = function(t) { + (n.prototype._getStartEnd = function(t) { return this._dir && "rtl" === this._dir.value ? t.right : t.left; }), - e + n ); })(Pw), kw = (function() { @@ -50667,85 +50665,53 @@ ww = So({ encapsulation: 2, styles: [ - ".mat-chip{position:relative;overflow:hidden;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip .mat-chip-remove.mat-icon{width:18px;height:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:'';pointer-events:none;transition:opacity .2s cubic-bezier(.35,0,.25,1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:0}.mat-standard-chip:focus::after{opacity:.16}@media (-ms-high-contrast:active){.mat-standard-chip{outline:solid 1px}.mat-standard-chip:focus{outline:dotted 2px}}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper .mat-standard-chip,.mat-chip-list-wrapper input.mat-input-element{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}" + ".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}", + ".mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:'';display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em}", + ".mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=month]::after,.mat-input-element[type=time]::after,.mat-input-element[type=week]::after{content:' ';white-space:pre;width:1px}.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button,.mat-input-element::-webkit-inner-spin-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-moz-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element:-ms-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:0 0}@media (-ms-high-contrast:active){.mat-focused select.mat-input-element::-ms-value{color:inherit}}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px}", + ".mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px}", + ".mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-start{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:2px;transition:border-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity .1s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline{transition:none}", + ".mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}" ], - data: {} - }); - function Sw(t) { - return Di( - 2, - [ - (t()(), - bi( - 0, - 0, - null, - null, - 1, - "div", - [["class", "mat-chip-list-wrapper"]], - null, - null, - null, - null, - null - )), - wi(null, 0) - ], - null, - null - ); - } - var Ew = So({ - encapsulation: 2, - styles: [ - ".mat-form-field{display:inline-block;position:relative;text-align:left}[dir=rtl] .mat-form-field{text-align:right}.mat-form-field-wrapper{position:relative}.mat-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-form-field-prefix,.mat-form-field-suffix{white-space:nowrap;flex:none;position:relative}.mat-form-field-infix{display:block;position:relative;flex:auto;min-width:0;width:180px}@media (-ms-high-contrast:active){.mat-form-field-infix{border-image:linear-gradient(transparent,transparent)}}.mat-form-field-label-wrapper{position:absolute;left:0;box-sizing:content-box;width:100%;height:100%;overflow:hidden;pointer-events:none}[dir=rtl] .mat-form-field-label-wrapper{left:auto;right:0}.mat-form-field-label{position:absolute;left:0;font:inherit;pointer-events:none;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transform-origin:0 0;transition:transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);display:none}[dir=rtl] .mat-form-field-label{transform-origin:100% 0;left:auto;right:0}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-empty.mat-form-field-label{display:block}.mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{display:block;transition:none}.mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:none}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float .mat-input-server[placeholder]:not(:placeholder-shown)+.mat-form-field-label-wrapper .mat-form-field-label{display:block}.mat-form-field-label:not(.mat-form-field-empty){transition:none}.mat-form-field-underline{position:absolute;width:100%;pointer-events:none;transform:scaleY(1.0001)}.mat-form-field-ripple{position:absolute;left:0;width:100%;transform-origin:50%;transform:scaleX(.5);opacity:0;transition:background-color .3s cubic-bezier(.55,0,.55,.2)}.mat-form-field.mat-focused .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple{opacity:1;transform:scaleX(1);transition:transform .3s cubic-bezier(.25,.8,.25,1),opacity .1s cubic-bezier(.25,.8,.25,1),background-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-subscript-wrapper{position:absolute;box-sizing:border-box;width:100%;overflow:hidden}.mat-form-field-label-wrapper .mat-icon,.mat-form-field-subscript-wrapper .mat-icon{width:1em;height:1em;font-size:inherit;vertical-align:baseline}.mat-form-field-hint-wrapper{display:flex}.mat-form-field-hint-spacer{flex:1 0 1em}.mat-error{display:block}.mat-form-field-control-wrapper{position:relative}.mat-form-field._mat-animation-noopable .mat-form-field-label,.mat-form-field._mat-animation-noopable .mat-form-field-ripple{transition:none}", - ".mat-form-field-appearance-fill .mat-form-field-flex{border-radius:4px 4px 0 0;padding:.75em .75em 0 .75em}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-flex{outline:solid 1px}}.mat-form-field-appearance-fill .mat-form-field-underline::before{content:'';display:block;position:absolute;bottom:0;height:1px;width:100%}.mat-form-field-appearance-fill .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-fill .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-fill:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper{padding:0 1em}", - ".mat-input-element{font:inherit;background:0 0;color:currentColor;border:none;outline:0;padding:0;margin:0;width:100%;max-width:100%;vertical-align:bottom;text-align:inherit}.mat-input-element:-moz-ui-invalid{box-shadow:none}.mat-input-element::-ms-clear,.mat-input-element::-ms-reveal{display:none}.mat-input-element,.mat-input-element::-webkit-search-cancel-button,.mat-input-element::-webkit-search-decoration,.mat-input-element::-webkit-search-results-button,.mat-input-element::-webkit-search-results-decoration{-webkit-appearance:none}.mat-input-element::-webkit-caps-lock-indicator,.mat-input-element::-webkit-contacts-auto-fill-button,.mat-input-element::-webkit-credentials-auto-fill-button{visibility:hidden}.mat-input-element[type=date]::after,.mat-input-element[type=datetime-local]::after,.mat-input-element[type=datetime]::after,.mat-input-element[type=month]::after,.mat-input-element[type=time]::after,.mat-input-element[type=week]::after{content:' ';white-space:pre;width:1px}.mat-input-element::-webkit-calendar-picker-indicator,.mat-input-element::-webkit-clear-button,.mat-input-element::-webkit-inner-spin-button{font-size:.75em}.mat-input-element::placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-moz-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-moz-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element::-webkit-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-input-element:-ms-input-placeholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-input-element:-ms-input-placeholder:-ms-input-placeholder{-ms-user-select:text}.mat-form-field-hide-placeholder .mat-input-element::placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder{color:transparent!important;-webkit-text-fill-color:transparent;transition:none}textarea.mat-input-element{resize:vertical;overflow:auto}textarea.mat-input-element.cdk-textarea-autosize{resize:none}textarea.mat-input-element{padding:2px 0;margin:-2px 0}select.mat-input-element{-moz-appearance:none;-webkit-appearance:none;position:relative;background-color:transparent;display:inline-flex;box-sizing:border-box;padding-top:1em;top:-1em;margin-bottom:-1em}select.mat-input-element::-ms-expand{display:none}select.mat-input-element::-moz-focus-inner{border:0}select.mat-input-element:not(:disabled){cursor:pointer}select.mat-input-element::-ms-value{color:inherit;background:0 0}@media (-ms-high-contrast:active){.mat-focused select.mat-input-element::-ms-value{color:inherit}}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;position:absolute;top:50%;right:0;margin-top:-2.5px;pointer-events:none}[dir=rtl] .mat-form-field-type-mat-native-select .mat-form-field-infix::after{right:auto;left:0}.mat-form-field-type-mat-native-select .mat-input-element{padding-right:15px}[dir=rtl] .mat-form-field-type-mat-native-select .mat-input-element{padding-right:0;padding-left:15px}.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper{max-width:calc(100% - 10px)}.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline .mat-form-field-infix::after{margin-top:-5px}.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill .mat-form-field-infix::after{margin-top:-10px}", - ".mat-form-field-appearance-legacy .mat-form-field-label{transform:perspective(100px);-ms-transform:none}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{width:1em}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button{font:inherit;vertical-align:baseline}.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button .mat-icon{font-size:inherit}.mat-form-field-appearance-legacy .mat-form-field-underline{height:1px}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-legacy .mat-form-field-ripple{top:0;height:2px;overflow:hidden}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy .mat-form-field-ripple{height:0;border-top:solid 2px}}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple{height:1px}", - ".mat-form-field-appearance-outline .mat-form-field-wrapper{margin:.25em 0}.mat-form-field-appearance-outline .mat-form-field-flex{padding:0 .75em 0 .75em;margin-top:-.25em;position:relative}.mat-form-field-appearance-outline .mat-form-field-prefix,.mat-form-field-appearance-outline .mat-form-field-suffix{top:.25em}.mat-form-field-appearance-outline .mat-form-field-outline{display:flex;position:absolute;top:.25em;left:0;right:0;bottom:0;pointer-events:none}.mat-form-field-appearance-outline .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-start{border:1px solid currentColor;min-width:5px}.mat-form-field-appearance-outline .mat-form-field-outline-start{border-radius:5px 0 0 5px;border-right-style:none}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-start{border-right-style:solid;border-left-style:none;border-radius:0 5px 5px 0}.mat-form-field-appearance-outline .mat-form-field-outline-end{border-radius:0 5px 5px 0;border-left-style:none;flex-grow:1}[dir=rtl] .mat-form-field-appearance-outline .mat-form-field-outline-end{border-left-style:solid;border-right-style:none;border-radius:5px 0 0 5px}.mat-form-field-appearance-outline .mat-form-field-outline-gap{border-radius:.000001px;border:1px solid currentColor;border-left-style:none;border-right-style:none}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-outline-gap{border-top-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline-thick{opacity:0}.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-end,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-gap,.mat-form-field-appearance-outline .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:2px;transition:border-color .3s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline{opacity:0;transition:opacity .1s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline{opacity:0;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-outline:not(.mat-form-field-disabled) .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper{padding:0 1em}.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-end,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-gap,.mat-form-field-appearance-outline._mat-animation-noopable .mat-form-field-outline-start,.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-outline{transition:none}", - ".mat-form-field-appearance-standard .mat-form-field-flex{padding-top:.75em}.mat-form-field-appearance-standard .mat-form-field-underline{height:1px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-underline{height:0;border-top:solid 1px}}.mat-form-field-appearance-standard .mat-form-field-ripple{bottom:0;height:2px}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard .mat-form-field-ripple{height:0;border-top:2px}}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-position:0;background-color:transparent}@media (-ms-high-contrast:active){.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{border-top-style:dotted;border-top-width:2px}}.mat-form-field-appearance-standard:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{opacity:1;transform:none;transition:opacity .6s cubic-bezier(.25,.8,.25,1)}.mat-form-field-appearance-standard._mat-animation-noopable:not(.mat-form-field-disabled) .mat-form-field-flex:hover~.mat-form-field-underline .mat-form-field-ripple{transition:none}" - ], - data: { - animation: [ - { - type: 7, - name: "transitionMessages", - definitions: [ - { - type: 0, - name: "enter", - styles: { - type: 6, - styles: { opacity: 1, transform: "translateY(0%)" }, - offset: null - }, - options: void 0 - }, - { - type: 1, - expr: "void => enter", - animation: [ - { + data: { + animation: [ + { + type: 7, + name: "transitionMessages", + definitions: [ + { + type: 0, + name: "enter", + styles: { type: 6, - styles: { opacity: 0, transform: "translateY(-100%)" }, + styles: { opacity: 1, transform: "translateY(0%)" }, offset: null }, - { - type: 4, - styles: null, - timings: "300ms cubic-bezier(0.55, 0, 0.55, 0.2)" - } - ], - options: null - } - ], - options: {} - } - ] - } - }); - function Iw(t) { + options: void 0 + }, + { + type: 1, + expr: "void => enter", + animation: [ + { + type: 6, + styles: { opacity: 0, transform: "translateY(-100%)" }, + offset: null + }, + { + type: 4, + styles: null, + timings: "300ms cubic-bezier(0.55, 0, 0.55, 0.2)" + } + ], + options: null + } + ], + options: {} + } + ] + } + }); + function Sw(t) { return Di( 0, [ @@ -50878,7 +50844,7 @@ null ); } - function Aw(t) { + function Ew(t) { return Di( 0, [ @@ -50903,7 +50869,7 @@ null ); } - function Tw(t) { + function Iw(t) { return Di( 0, [ @@ -50913,15 +50879,15 @@ (t()(), Ai(2, null, ["", ""])) ], null, - function(t, e) { - t(e, 2, 0, e.component._control.placeholder); + function(t, n) { + t(n, 2, 0, n.component._control.placeholder); } ); } - function Rw(t) { + function Aw(t) { return Di(0, [wi(null, 3), (t()(), hi(0, null, null, 0))], null, null); } - function Dw(t) { + function Tw(t) { return Di( 0, [ @@ -50952,7 +50918,7 @@ null ); } - function Nw(t) { + function Rw(t) { return Di( 0, [ @@ -50975,10 +50941,10 @@ [2, "mat-warn", null] ], [[null, "cdkObserveContent"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "cdkObserveContent" === e && + "cdkObserveContent" === n && (o = !1 !== t.component.updateOutlineGap() && o), o ); @@ -50993,11 +50959,11 @@ null, 0, BO, - [FO, Nn, Dr], + [FO, Ne, Dr], { disabled: [0, "disabled"] }, { event: "cdkObserveContent" } ), - (t()(), hi(16777216, null, null, 1, null, Tw)), + (t()(), hi(16777216, null, null, 1, null, Iw)), Ba( 4, 278528, @@ -51008,7 +50974,7 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), hi(16777216, null, null, 1, null, Rw)), + (t()(), hi(16777216, null, null, 1, null, Aw)), Ba( 6, 278528, @@ -51019,42 +50985,42 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), hi(16777216, null, null, 1, null, Dw)), + (t()(), hi(16777216, null, null, 1, null, Tw)), Ba(8, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, n._hasLabel()), - t(e, 2, 0, "outline" != n.appearance), - t(e, 4, 0, !1), - t(e, 6, 0, !0), + function(t, n) { + var e = n.component; + t(n, 1, 0, e._hasLabel()), + t(n, 2, 0, "outline" != e.appearance), + t(n, 4, 0, !1), + t(n, 6, 0, !0), t( - e, + n, 8, 0, - !n.hideRequiredMarker && - n._control.required && - !n._control.disabled + !e.hideRequiredMarker && + e._control.required && + !e._control.disabled ); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - n._labelId, - n._control.id, - n._control.id, - n._control.empty && !n._shouldAlwaysFloat, - n._control.empty && !n._shouldAlwaysFloat, - "accent" == n.color, - "warn" == n.color + e._labelId, + e._control.id, + e._control.id, + e._control.empty && !e._shouldAlwaysFloat, + e._control.empty && !e._shouldAlwaysFloat, + "accent" == e.color, + "warn" == e.color ); } ); } - function zw(t) { + function Dw(t) { return Di( 0, [ @@ -51079,7 +51045,7 @@ null ); } - function Lw(t) { + function Nw(t) { return Di( 0, [ @@ -51115,13 +51081,13 @@ )) ], null, - function(t, e) { - var n = e.component; - t(e, 1, 0, "accent" == n.color, "warn" == n.color); + function(t, n) { + var e = n.component; + t(n, 1, 0, "accent" == e.color, "warn" == e.color); } ); } - function jw(t) { + function zw(t) { return Di( 0, [ @@ -51143,12 +51109,12 @@ wi(null, 5) ], null, - function(t, e) { - t(e, 0, 0, e.component._subscriptAnimationState); + function(t, n) { + t(n, 0, 0, n.component._subscriptAnimationState); } ); } - function Fw(t) { + function Lw(t) { return Di( 0, [ @@ -51170,13 +51136,13 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, n._hintLabelId), t(e, 1, 0, n.hintLabel); + function(t, n) { + var e = n.component; + t(n, 0, 0, e._hintLabelId), t(n, 1, 0, e.hintLabel); } ); } - function Bw(t) { + function jw(t) { return Di( 0, [ @@ -51195,7 +51161,7 @@ null, null )), - (t()(), hi(16777216, null, null, 1, null, Fw)), + (t()(), hi(16777216, null, null, 1, null, Lw)), Ba(2, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), wi(null, 6), (t()(), @@ -51215,15 +51181,15 @@ )), wi(null, 7) ], - function(t, e) { - t(e, 2, 0, e.component.hintLabel); + function(t, n) { + t(n, 2, 0, n.component.hintLabel); }, - function(t, e) { - t(e, 0, 0, e.component._subscriptAnimationState); + function(t, n) { + t(n, 0, 0, n.component._subscriptAnimationState); } ); } - function Vw(t) { + function Fw(t) { return Di( 2, [ @@ -51257,24 +51223,24 @@ [["class", "mat-form-field-flex"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && + "click" === n && (o = !1 !== (a._control.onContainerClick && - a._control.onContainerClick(n)) && o), + a._control.onContainerClick(e)) && o), o ); }, null, null )), - (t()(), hi(16777216, null, null, 1, null, Iw)), + (t()(), hi(16777216, null, null, 1, null, Sw)), Ba(7, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, null, 1, null, Aw)), + (t()(), hi(16777216, null, null, 1, null, Ew)), Ba(9, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -51307,11 +51273,11 @@ null, null )), - (t()(), hi(16777216, null, null, 1, null, Nw)), + (t()(), hi(16777216, null, null, 1, null, Rw)), Ba(14, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, null, 1, null, zw)), + (t()(), hi(16777216, null, null, 1, null, Dw)), Ba(16, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, null, 1, null, Lw)), + (t()(), hi(16777216, null, null, 1, null, Nw)), Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -51329,7 +51295,7 @@ null )), Ba(20, 16384, null, 0, Ms, [], { ngSwitch: [0, "ngSwitch"] }, null), - (t()(), hi(16777216, null, null, 1, null, jw)), + (t()(), hi(16777216, null, null, 1, null, zw)), Ba( 22, 278528, @@ -51340,7 +51306,7 @@ { ngSwitchCase: [0, "ngSwitchCase"] }, null ), - (t()(), hi(16777216, null, null, 1, null, Bw)), + (t()(), hi(16777216, null, null, 1, null, jw)), Ba( 24, 278528, @@ -51352,78 +51318,78 @@ null ) ], - function(t, e) { - var n = e.component; - t(e, 7, 0, "outline" == n.appearance), - t(e, 9, 0, n._prefixChildren.length), - t(e, 14, 0, n._hasFloatingLabel()), - t(e, 16, 0, n._suffixChildren.length), - t(e, 18, 0, "outline" != n.appearance), - t(e, 20, 0, n._getDisplayedMessages()), - t(e, 22, 0, "error"), - t(e, 24, 0, "hint"); + function(t, n) { + var e = n.component; + t(n, 7, 0, "outline" == e.appearance), + t(n, 9, 0, e._prefixChildren.length), + t(n, 14, 0, e._hasFloatingLabel()), + t(n, 16, 0, e._suffixChildren.length), + t(n, 18, 0, "outline" != e.appearance), + t(n, 20, 0, e._getDisplayedMessages()), + t(n, 22, 0, "error"), + t(n, 24, 0, "hint"); }, null ); } - var Hw = yf({ passive: !0 }), - Uw = (function() { - function t(t, e) { + var Bw = yf({ passive: !0 }), + Vw = (function() { + function t(t, n) { (this._platform = t), - (this._ngZone = e), + (this._ngZone = n), (this._monitoredElements = new Map()); } return ( (t.prototype.monitor = function(t) { - var e = this; + var n = this; if (!this._platform.isBrowser) return ql; - var n = pf(t), - o = this._monitoredElements.get(n); + var e = pf(t), + o = this._monitoredElements.get(e); if (o) return o.subject.asObservable(); var a = new S(), r = "cdk-text-field-autofilled", i = function(t) { "cdk-text-field-autofill-start" !== t.animationName || - n.classList.contains(r) + e.classList.contains(r) ? "cdk-text-field-autofill-end" === t.animationName && - n.classList.contains(r) && - (n.classList.remove(r), - e._ngZone.run(function() { + e.classList.contains(r) && + (e.classList.remove(r), + n._ngZone.run(function() { return a.next({ target: t.target, isAutofilled: !1 }); })) - : (n.classList.add(r), - e._ngZone.run(function() { + : (e.classList.add(r), + n._ngZone.run(function() { return a.next({ target: t.target, isAutofilled: !0 }); })); }; return ( this._ngZone.runOutsideAngular(function() { - n.addEventListener("animationstart", i, Hw), - n.classList.add("cdk-text-field-autofill-monitored"); + e.addEventListener("animationstart", i, Bw), + e.classList.add("cdk-text-field-autofill-monitored"); }), - this._monitoredElements.set(n, { + this._monitoredElements.set(e, { subject: a, unlisten: function() { - n.removeEventListener("animationstart", i, Hw); + e.removeEventListener("animationstart", i, Bw); } }), a.asObservable() ); }), (t.prototype.stopMonitoring = function(t) { - var e = pf(t), - n = this._monitoredElements.get(e); - n && - (n.unlisten(), - n.subject.complete(), - e.classList.remove("cdk-text-field-autofill-monitored"), - e.classList.remove("cdk-text-field-autofilled"), - this._monitoredElements.delete(e)); + var n = pf(t), + e = this._monitoredElements.get(n); + e && + (e.unlisten(), + e.subject.complete(), + n.classList.remove("cdk-text-field-autofill-monitored"), + n.classList.remove("cdk-text-field-autofilled"), + this._monitoredElements.delete(n)); }), (t.prototype.ngOnDestroy = function() { var t = this; - this._monitoredElements.forEach(function(e, n) { - return t.stopMonitoring(n); + this._monitoredElements.forEach(function(n, e) { + return t.stopMonitoring(e); }); }), (t.ngInjectableDef = yt({ @@ -51436,10 +51402,10 @@ t ); })(), - qw = (function() { + Hw = (function() { return function() {}; })(), - Kw = [ + Uw = [ "button", "checkbox", "file", @@ -51450,15 +51416,15 @@ "reset", "submit" ], - Yw = 0, - Ww = (function(t) { - function e(e, n, o, a, r, i, l, s, c) { + qw = 0, + Kw = (function(t) { + function n(n, e, o, a, r, i, l, s, c) { var u = t.call(this, i, a, r, o) || this; - (u._elementRef = e), - (u._platform = n), + (u._elementRef = n), + (u._platform = e), (u.ngControl = o), (u._autofillMonitor = s), - (u._uid = "mat-input-" + Yw++), + (u._uid = "mat-input-" + qw++), (u._isServer = !1), (u._isNativeSelect = !1), (u.focused = !1), @@ -51484,14 +51450,14 @@ (u._inputValueAccessor = l || d), (u._previousNativeValue = u.value), (u.id = u.id), - n.IOS && + e.IOS && c.runOutsideAngular(function() { - e.nativeElement.addEventListener("keyup", function(t) { - var e = t.target; - e.value || - e.selectionStart || - e.selectionEnd || - (e.setSelectionRange(1, 1), e.setSelectionRange(0, 0)); + n.nativeElement.addEventListener("keyup", function(t) { + var n = t.target; + n.value || + n.selectionStart || + n.selectionEnd || + (n.setSelectionRange(1, 1), n.setSelectionRange(0, 0)); }); }), (u._isServer = !u._platform.isBrowser), @@ -51504,8 +51470,8 @@ ); } return ( - Object(o.__extends)(e, t), - Object.defineProperty(e.prototype, "disabled", { + Object(o.__extends)(n, t), + Object.defineProperty(n.prototype, "disabled", { get: function() { return this.ngControl && null !== this.ngControl.disabled ? this.ngControl.disabled @@ -51519,7 +51485,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "id", { + Object.defineProperty(n.prototype, "id", { get: function() { return this._id; }, @@ -51529,7 +51495,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "required", { + Object.defineProperty(n.prototype, "required", { get: function() { return this._required; }, @@ -51539,7 +51505,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "type", { + Object.defineProperty(n.prototype, "type", { get: function() { return this._type; }, @@ -51553,7 +51519,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "value", { + Object.defineProperty(n.prototype, "value", { get: function() { return this._inputValueAccessor.value; }, @@ -51565,7 +51531,7 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "readonly", { + Object.defineProperty(n.prototype, "readonly", { get: function() { return this._readonly; }, @@ -51575,65 +51541,65 @@ enumerable: !0, configurable: !0 }), - (e.prototype.ngOnInit = function() { + (n.prototype.ngOnInit = function() { var t = this; this._platform.isBrowser && this._autofillMonitor .monitor(this._elementRef.nativeElement) - .subscribe(function(e) { - (t.autofilled = e.isAutofilled), t.stateChanges.next(); + .subscribe(function(n) { + (t.autofilled = n.isAutofilled), t.stateChanges.next(); }); }), - (e.prototype.ngOnChanges = function() { + (n.prototype.ngOnChanges = function() { this.stateChanges.next(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this.stateChanges.complete(), this._platform.isBrowser && this._autofillMonitor.stopMonitoring( this._elementRef.nativeElement ); }), - (e.prototype.ngDoCheck = function() { + (n.prototype.ngDoCheck = function() { this.ngControl && this.updateErrorState(), this._dirtyCheckNativeValue(); }), - (e.prototype.focus = function() { + (n.prototype.focus = function() { this._elementRef.nativeElement.focus(); }), - (e.prototype._focusChanged = function(t) { + (n.prototype._focusChanged = function(t) { t === this.focused || (this.readonly && t) || ((this.focused = t), this.stateChanges.next()); }), - (e.prototype._onInput = function() {}), - (e.prototype._dirtyCheckNativeValue = function() { + (n.prototype._onInput = function() {}), + (n.prototype._dirtyCheckNativeValue = function() { var t = this._elementRef.nativeElement.value; this._previousNativeValue !== t && ((this._previousNativeValue = t), this.stateChanges.next()); }), - (e.prototype._validateType = function() { - if (Kw.indexOf(this._type) > -1) + (n.prototype._validateType = function() { + if (Uw.indexOf(this._type) > -1) throw Error( 'Input type "' + this._type + "\" isn't supported by matInput." ); }), - (e.prototype._isNeverEmpty = function() { + (n.prototype._isNeverEmpty = function() { return this._neverEmptyInputTypes.indexOf(this._type) > -1; }), - (e.prototype._isBadInput = function() { + (n.prototype._isBadInput = function() { var t = this._elementRef.nativeElement.validity; return t && t.badInput; }), - (e.prototype._isTextarea = function() { + (n.prototype._isTextarea = function() { return ( "textarea" === this._elementRef.nativeElement.nodeName.toLowerCase() ); }), - Object.defineProperty(e.prototype, "empty", { + Object.defineProperty(n.prototype, "empty", { get: function() { return !( this._isNeverEmpty() || @@ -51645,16 +51611,16 @@ enumerable: !0, configurable: !0 }), - Object.defineProperty(e.prototype, "shouldLabelFloat", { + Object.defineProperty(n.prototype, "shouldLabelFloat", { get: function() { if (this._isNativeSelect) { var t = this._elementRef.nativeElement, - e = t.options[0]; + n = t.options[0]; return ( this.focused || t.multiple || !this.empty || - !!(t.selectedIndex > -1 && e && e.label) + !!(t.selectedIndex > -1 && n && n.label) ); } return this.focused || !this.empty; @@ -51662,55 +51628,87 @@ enumerable: !0, configurable: !0 }), - (e.prototype.setDescribedByIds = function(t) { + (n.prototype.setDescribedByIds = function(t) { this._ariaDescribedby = t.join(" "); }), - (e.prototype.onContainerClick = function() { + (n.prototype.onContainerClick = function() { this.focused || this.focus(); }), - e + n ); })( oh( (function() { - return function(t, e, n, o) { + return function(t, n, e, o) { (this._defaultErrorStateMatcher = t), - (this._parentForm = e), - (this._parentFormGroup = n), + (this._parentForm = n), + (this._parentFormGroup = e), (this.ngControl = o); }; })() ) ), - Gw = (function() { + Yw = (function() { return function() {}; })(), - Zw = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.SetBeastSaberUsername), e; + Ww = So({ + encapsulation: 2, + styles: [ + ".mat-chip{position:relative;overflow:hidden;box-sizing:border-box;-webkit-tap-highlight-color:transparent;transform:translateZ(0)}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(.4,0,.2,1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}.mat-standard-chip .mat-chip-remove.mat-icon{width:18px;height:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:'';pointer-events:none;transition:opacity .2s cubic-bezier(.35,0,.25,1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:0}.mat-standard-chip:focus::after{opacity:.16}@media (-ms-high-contrast:active){.mat-standard-chip{outline:solid 1px}.mat-standard-chip:focus{outline:dotted 2px}}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper .mat-standard-chip,.mat-chip-list-wrapper input.mat-input-element{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}" + ], + data: {} + }); + function Gw(t) { + return Di( + 2, + [ + (t()(), + bi( + 0, + 0, + null, + null, + 1, + "div", + [["class", "mat-chip-list-wrapper"]], + null, + null, + null, + null, + null + )), + wi(null, 0) + ], + null, + null + ); + } + var Zw = (function(t) { + function n() { + var n = t.call(this) || this; + return (n.Type = zx.SetBeastSaberUsername), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Qw = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.UpdateFeedReader), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.UpdateFeedReader), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Xw = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.Type = zx.SyncSaberSync), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.Type = zx.SyncSaberSync), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), Jw = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.beatOnApi = t), - (this.configSvc = e), - (this.msgSvc = n), + (this.configSvc = n), + (this.msgSvc = e), (this.syncDisabled = !1), (this.separatorKeysCodes = [Pf, xf]), (this.feedSettingTimeouts = {}); @@ -51728,82 +51726,82 @@ var t = this; clearTimeout(this.nameUpdateTimeout), (this.nameUpdateTimeout = setTimeout(function() { - var e = new Zw(); - (e.BeastSaberUsername = t.BeastSaberUsername), - t.msgSvc.sendClientMessage(e); + var n = new Zw(); + (n.BeastSaberUsername = t.BeastSaberUsername), + t.msgSvc.sendClientMessage(n); }, 750)); }), (t.prototype.updateFeedSetting = function(t) { - var e = this; + var n = this; this.feedSettingTimeouts[t.ID] && (clearTimeout(this.feedSettingTimeouts[t.ID]), (this.feedSettingTimeouts[t.ID] = null)), (this.feedSettingTimeouts[t.ID] = setTimeout(function() { - var n = new Qw(); - (n.FeedConfig = t), - (n.ID = t.ID), - e.msgSvc.sendClientMessage(n); + var e = new Qw(); + (e.FeedConfig = t), + (e.ID = t.ID), + n.msgSvc.sendClientMessage(e); }, 750)); }), (t.prototype.clickSyncNow = function() { var t = this, - e = new Xw(); - this.msgSvc.actionResponseMessage.subscribe(function(n) { - n.ResponseToMessageID == e.MessageID && (t.syncDisabled = !1); + n = new Xw(); + this.msgSvc.actionResponseMessage.subscribe(function(e) { + e.ResponseToMessageID == n.MessageID && (t.syncDisabled = !1); }), (this.syncDisabled = !0), - this.msgSvc.sendClientMessage(e); + this.msgSvc.sendClientMessage(n); }), (t.prototype.addAuthor = function(t) { - var e = t.input, - n = t.value; - (n || "").trim() && - this.SyncService_BeatSaverAUTHOR.Authors.push(n.trim()), - e && (e.value = ""), + var n = t.input, + e = t.value; + (e || "").trim() && + this.SyncService_BeatSaverAUTHOR.Authors.push(e.trim()), + n && (n.value = ""), this.updateFeedSetting(this.SyncService_BeatSaverAUTHOR); }), (t.prototype.removeAuthor = function(t) { - var e = this.SyncService_BeatSaverAUTHOR.Authors.indexOf(t); - e >= 0 && this.SyncService_BeatSaverAUTHOR.Authors.splice(e, 1), + var n = this.SyncService_BeatSaverAUTHOR.Authors.indexOf(t); + n >= 0 && this.SyncService_BeatSaverAUTHOR.Authors.splice(n, 1), this.updateFeedSetting(this.SyncService_BeatSaverAUTHOR); }), (t.prototype.handleConfig = function(t) { - var e = this; + var n = this; (this.BeastSaberUsername = t.SyncConfig.BeastSaberUsername), t.SyncConfig.FeedReaders.forEach(function(t) { switch (((t.MaxSongs = t.MaxSongs || 0), t.PlaylistID)) { case "SyncService_BeastSaberFOLLOWING": - e.SyncService_BeastSaberFOLLOWING = t; + n.SyncService_BeastSaberFOLLOWING = t; break; case "SyncService_BeastSaberBOOKMARKS": - e.SyncService_BeastSaberBOOKMARKS = t; + n.SyncService_BeastSaberBOOKMARKS = t; break; case "SyncService_BeastSaberCURATOR_RECOMMENDED": - e.SyncService_BeastSaberCURATOR_RECOMMENDED = t; + n.SyncService_BeastSaberCURATOR_RECOMMENDED = t; break; case "SyncService_ScoreSaberTRENDING": - e.SyncService_ScoreSaberTRENDING = t; + n.SyncService_ScoreSaberTRENDING = t; break; case "SyncService_ScoreSaberLATEST_RANKED": - e.SyncService_ScoreSaberLATEST_RANKED = t; + n.SyncService_ScoreSaberLATEST_RANKED = t; break; case "SyncService_ScoreSaberTOP_PLAYED": - e.SyncService_ScoreSaberTOP_PLAYED = t; + n.SyncService_ScoreSaberTOP_PLAYED = t; break; case "SyncService_ScoreSaberTOP_RANKED": - e.SyncService_ScoreSaberTOP_RANKED = t; + n.SyncService_ScoreSaberTOP_RANKED = t; break; case "SyncService_BeatSaverAUTHOR": - e.SyncService_BeatSaverAUTHOR = t; + n.SyncService_BeatSaverAUTHOR = t; break; case "SyncService_BeatSaverLATEST": - e.SyncService_BeatSaverLATEST = t; + n.SyncService_BeatSaverLATEST = t; break; case "SyncService_BeatSaverHOT": - e.SyncService_BeatSaverHOT = t; + n.SyncService_BeatSaverHOT = t; break; case "SyncService_BeatSaverDOWNLOADS": - e.SyncService_BeatSaverDOWNLOADS = t; + n.SyncService_BeatSaverDOWNLOADS = t; } }); }), @@ -51814,7 +51812,7 @@ encapsulation: 0, styles: [ [ - ".right-select-all[_ngcontent-%COMP%]{float:right;margin-top:2.5em;margin-right:2.5em}.right-align[_ngcontent-%COMP%]{text-align:right}.left-padd-gate[_ngcontent-%COMP%]{padding-left:2em;padding-right:2em}.right[_ngcontent-%COMP%]{float:right}.enable-all[_ngcontent-%COMP%]{font-size:.5em;font-weight:400;margin-left:2em}.innerScroll[_ngcontent-%COMP%]{height:100%;overflow-x:hidden;overflow-y:scroll}.authorList[_ngcontent-%COMP%]{line-height:40px;font-size:14px}.authorList[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-top:10px}.syncButton[_ngcontent-%COMP%]{position:absolute;top:5px;right:15px}.syncSpinner[_ngcontent-%COMP%]{display:inline-block;margin-top:-1px;margin-right:5px}.left-col[_ngcontent-%COMP%], .right-col[_ngcontent-%COMP%]{width:calc(50% - 15px);display:inline-block;height:100%;margin-left:10px;margin-right:5px;vertical-align:top}.outer-container[_ngcontent-%COMP%]{height:calc(100% - 10px);overflow:hidden;margin-top:-10px;color:#fff}.username-container[_ngcontent-%COMP%]{text-align:center}.input-width[_ngcontent-%COMP%]{width:400px}" + ".right-select-all[_ngcontent-%COMP%]{float:right;margin-top:2.5em;margin-right:2.5em}.right-align[_ngcontent-%COMP%]{text-align:right}.left-padd-gate[_ngcontent-%COMP%]{padding-left:2em;padding-right:2em}.right[_ngcontent-%COMP%]{float:right}.enable-all[_ngcontent-%COMP%]{font-size:.5em;font-weight:400;margin-left:2em}.innerScroll[_ngcontent-%COMP%]{height:100%;overflow-x:hidden;overflow-y:scroll}.authorList[_ngcontent-%COMP%]{line-height:40px;font-size:14px}.authorList[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{margin-top:10px}.syncButton[_ngcontent-%COMP%]{position:absolute;top:5px;right:15px}.syncSpinner[_ngcontent-%COMP%]{display:inline-block;margin-top:-1px;margin-right:5px}.left-col[_ngcontent-%COMP%], .right-col[_ngcontent-%COMP%]{width:calc(50% - 15px);display:inline-block;height:100%;margin-left:10px;margin-right:5px;vertical-align:top}.outer-container[_ngcontent-%COMP%]{height:calc(100% - 10px);overflow:hidden;margin-top:-10px;color:#fff}.username-container[_ngcontent-%COMP%]{text-align:center;margin-left:50px}.input-width[_ngcontent-%COMP%]{width:400px}" ] ], data: {} @@ -51853,173 +51851,26 @@ null, 0, qk, - [Nn, ff, [2, Ds], [2, Py], Hk], + [Ne, ff, [2, Ds], [2, Py], Hk], { diameter: [0, "diameter"] }, null ) ], - function(t, e) { - t(e, 1, 0, "18"); + function(t, n) { + t(n, 1, 0, "18"); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1)._noopAnimations, - wa(e, 1).diameter, - wa(e, 1).diameter + wa(n, 1)._noopAnimations, + wa(n, 1).diameter, + wa(n, 1).diameter ); } ); } - function eS(t) { - return Di( - 0, - [ - (t()(), - bi(0, 0, null, null, 11, "div", [], null, null, null, null, null)), - (t()(), - bi( - 1, - 0, - null, - null, - 1, - "app-sync-saber-max-songs", - [["class", "right"]], - null, - [[null, "update"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "update" === e && - (o = - !1 !== a.updateFeedSetting(a.SyncService_BeatSaverHOT) && - o), - o - ); - }, - nw, - ew - )), - Ba( - 2, - 114688, - null, - 0, - tw, - [], - { reader: [0, "reader"] }, - { update: "update" } - ), - (t()(), - bi( - 3, - 0, - null, - null, - 6, - "mat-slide-toggle", - [["class", "mat-slide-toggle"]], - [ - [8, "id", 0], - [1, "tabindex", 0], - [2, "mat-checked", null], - [2, "mat-disabled", null], - [2, "mat-slide-toggle-label-before", null], - [2, "_mat-animation-noopable", null], - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null] - ], - [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "focus" === e && - (o = - !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && - (o = - !1 !== (a.SyncService_BeatSaverHOT.IsEnabled = n) && o), - "change" === e && - (o = - !1 !== a.updateFeedSetting(a.SyncService_BeatSaverHOT) && - o), - o - ); - }, - cw, - sw - )), - Ba( - 4, - 1228800, - null, - 0, - iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], - null, - { change: "change" } - ), - Ha( - 1024, - null, - OM, - function(t) { - return [t]; - }, - [iw] - ), - Ba( - 6, - 671744, - null, - 0, - _x, - [[8, null], [8, null], [8, null], [6, OM]], - { model: [0, "model"] }, - { update: "ngModelChange" } - ), - Ha(2048, null, EM, null, [_x]), - Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" BeatSaver's Hot "])), - (t()(), - bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) - ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeatSaverHOT), - t(e, 6, 0, n.SyncService_BeatSaverHOT.IsEnabled); - }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending - ]); - } - ); - } function nS(t) { return Di( 0, @@ -52037,20 +51888,19 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = - !1 !== - a.updateFeedSetting(a.SyncService_BeatSaverLATEST) && + !1 !== a.updateFeedSetting(a.SyncService_BeatSaverHOT) && o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -52087,21 +51937,19 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = - !1 !== (a.SyncService_BeatSaverLATEST.IsEnabled = n) && - o), - "change" === e && + !1 !== (a.SyncService_BeatSaverHOT.IsEnabled = e) && o), + "change" === n && (o = - !1 !== - a.updateFeedSetting(a.SyncService_BeatSaverLATEST) && + !1 !== a.updateFeedSetting(a.SyncService_BeatSaverHOT) && o), o ); @@ -52115,7 +51963,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -52140,37 +51988,37 @@ ), Ha(2048, null, EM, null, [_x]), Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" BeatSaver's Latest "])), + (t()(), Ai(-1, 0, [" BeatSaver's Hot "])), (t()(), bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeatSaverLATEST), - t(e, 6, 0, n.SyncService_BeatSaverLATEST.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeatSaverHOT), + t(n, 6, 0, e.SyncService_BeatSaverHOT.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); } - function oS(t) { + function eS(t) { return Di( 0, [ @@ -52187,20 +52035,20 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== - a.updateFeedSetting(a.SyncService_BeatSaverDOWNLOADS) && + a.updateFeedSetting(a.SyncService_BeatSaverLATEST) && o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -52237,21 +52085,21 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = - !1 !== (a.SyncService_BeatSaverDOWNLOADS.IsEnabled = n) && + !1 !== (a.SyncService_BeatSaverLATEST.IsEnabled = e) && o), - "change" === e && + "change" === n && (o = !1 !== - a.updateFeedSetting(a.SyncService_BeatSaverDOWNLOADS) && + a.updateFeedSetting(a.SyncService_BeatSaverLATEST) && o), o ); @@ -52265,7 +52113,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -52290,37 +52138,37 @@ ), Ha(2048, null, EM, null, [_x]), Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" BeatSaver's Songs by Download "])), + (t()(), Ai(-1, 0, [" BeatSaver's Latest "])), (t()(), bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeatSaverDOWNLOADS), - t(e, 6, 0, n.SyncService_BeatSaverDOWNLOADS.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeatSaverLATEST), + t(n, 6, 0, e.SyncService_BeatSaverLATEST.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); } - function aS(t) { + function oS(t) { return Di( 0, [ @@ -52337,21 +52185,20 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== - a.updateFeedSetting( - a.SyncService_BeastSaberCURATOR_RECOMMENDED - ) && o), + a.updateFeedSetting(a.SyncService_BeatSaverDOWNLOADS) && + o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -52388,24 +52235,22 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = - !1 !== - (a.SyncService_BeastSaberCURATOR_RECOMMENDED.IsEnabled = n) && + !1 !== (a.SyncService_BeatSaverDOWNLOADS.IsEnabled = e) && o), - "change" === e && + "change" === n && (o = !1 !== - a.updateFeedSetting( - a.SyncService_BeastSaberCURATOR_RECOMMENDED - ) && o), + a.updateFeedSetting(a.SyncService_BeatSaverDOWNLOADS) && + o), o ); }, @@ -52418,7 +52263,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -52443,37 +52288,37 @@ ), Ha(2048, null, EM, null, [_x]), Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" BeastSaber's Curator Recommended "])), + (t()(), Ai(-1, 0, [" BeatSaver's Songs by Download "])), (t()(), bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeastSaberCURATOR_RECOMMENDED), - t(e, 6, 0, n.SyncService_BeastSaberCURATOR_RECOMMENDED.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeatSaverDOWNLOADS), + t(n, 6, 0, e.SyncService_BeatSaverDOWNLOADS.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); } - function rS(t) { + function aS(t) { return Di( 0, [ @@ -52490,21 +52335,21 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== a.updateFeedSetting( - a.SyncService_ScoreSaberTOP_PLAYED + a.SyncService_BeastSaberCURATOR_RECOMMENDED ) && o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -52541,23 +52386,23 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = !1 !== - (a.SyncService_ScoreSaberTOP_PLAYED.IsEnabled = n) && + (a.SyncService_BeastSaberCURATOR_RECOMMENDED.IsEnabled = e) && o), - "change" === e && + "change" === n && (o = !1 !== a.updateFeedSetting( - a.SyncService_ScoreSaberTOP_PLAYED + a.SyncService_BeastSaberCURATOR_RECOMMENDED ) && o), o ); @@ -52571,7 +52416,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -52596,183 +52441,37 @@ ), Ha(2048, null, EM, null, [_x]), Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" ScoreSaber's Top Played "])), + (t()(), Ai(-1, 0, [" BeastSaber's Curator Recommended "])), (t()(), bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_ScoreSaberTOP_PLAYED), - t(e, 6, 0, n.SyncService_ScoreSaberTOP_PLAYED.IsEnabled); - }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending - ]); - } - ); - } - function iS(t) { - return Di( - 0, - [ - (t()(), - bi(0, 0, null, null, 9, "div", [], null, null, null, null, null)), - (t()(), - bi( - 1, - 0, - null, - null, - 1, - "app-sync-saber-max-songs", - [["class", "right"]], - null, - [[null, "update"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "update" === e && - (o = - !1 !== - a.updateFeedSetting(a.SyncService_ScoreSaberTRENDING) && - o), - o - ); - }, - nw, - ew - )), - Ba( - 2, - 114688, - null, - 0, - tw, - [], - { reader: [0, "reader"] }, - { update: "update" } - ), - (t()(), - bi( - 3, - 0, - null, - null, - 6, - "mat-slide-toggle", - [["class", "mat-slide-toggle"]], - [ - [8, "id", 0], - [1, "tabindex", 0], - [2, "mat-checked", null], - [2, "mat-disabled", null], - [2, "mat-slide-toggle-label-before", null], - [2, "_mat-animation-noopable", null], - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null] - ], - [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "focus" === e && - (o = - !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && - (o = - !1 !== (a.SyncService_ScoreSaberTRENDING.IsEnabled = n) && - o), - "change" === e && - (o = - !1 !== - a.updateFeedSetting(a.SyncService_ScoreSaberTRENDING) && - o), - o - ); - }, - cw, - sw - )), - Ba( - 4, - 1228800, - null, - 0, - iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], - null, - { change: "change" } - ), - Ha( - 1024, - null, - OM, - function(t) { - return [t]; - }, - [iw] - ), - Ba( - 6, - 671744, - null, - 0, - _x, - [[8, null], [8, null], [8, null], [6, OM]], - { model: [0, "model"] }, - { update: "ngModelChange" } - ), - Ha(2048, null, EM, null, [_x]), - Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" ScoreSaber's Trending "])) - ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_ScoreSaberTRENDING), - t(e, 6, 0, n.SyncService_ScoreSaberTRENDING.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeastSaberCURATOR_RECOMMENDED), + t(n, 6, 0, e.SyncService_BeastSaberCURATOR_RECOMMENDED.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); } - function lS(t) { + function rS(t) { return Di( 0, [ @@ -52789,21 +52488,21 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== a.updateFeedSetting( - a.SyncService_ScoreSaberLATEST_RANKED + a.SyncService_ScoreSaberTOP_PLAYED ) && o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -52840,23 +52539,23 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = !1 !== - (a.SyncService_ScoreSaberLATEST_RANKED.IsEnabled = n) && + (a.SyncService_ScoreSaberTOP_PLAYED.IsEnabled = e) && o), - "change" === e && + "change" === n && (o = !1 !== a.updateFeedSetting( - a.SyncService_ScoreSaberLATEST_RANKED + a.SyncService_ScoreSaberTOP_PLAYED ) && o), o ); @@ -52870,7 +52569,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -52895,37 +52594,37 @@ ), Ha(2048, null, EM, null, [_x]), Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" ScoreSaber's Latest "])), + (t()(), Ai(-1, 0, [" ScoreSaber's Top Played "])), (t()(), bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_ScoreSaberLATEST_RANKED), - t(e, 6, 0, n.SyncService_ScoreSaberLATEST_RANKED.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_ScoreSaberTOP_PLAYED), + t(n, 6, 0, e.SyncService_ScoreSaberTOP_PLAYED.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); } - function sS(t) { + function iS(t) { return Di( 0, [ @@ -52942,170 +52641,20 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== - a.updateFeedSetting( - a.SyncService_ScoreSaberTOP_RANKED - ) && o), - o - ); - }, - nw, - ew - )), - Ba( - 2, - 114688, - null, - 0, - tw, - [], - { reader: [0, "reader"] }, - { update: "update" } - ), - (t()(), - bi( - 3, - 0, - null, - null, - 6, - "mat-slide-toggle", - [["class", "mat-slide-toggle"]], - [ - [8, "id", 0], - [1, "tabindex", 0], - [2, "mat-checked", null], - [2, "mat-disabled", null], - [2, "mat-slide-toggle-label-before", null], - [2, "_mat-animation-noopable", null], - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null] - ], - [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "focus" === e && - (o = - !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && - (o = - !1 !== - (a.SyncService_ScoreSaberTOP_RANKED.IsEnabled = n) && + a.updateFeedSetting(a.SyncService_ScoreSaberTRENDING) && o), - "change" === e && - (o = - !1 !== - a.updateFeedSetting( - a.SyncService_ScoreSaberTOP_RANKED - ) && o), - o - ); - }, - cw, - sw - )), - Ba( - 4, - 1228800, - null, - 0, - iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], - null, - { change: "change" } - ), - Ha( - 1024, - null, - OM, - function(t) { - return [t]; - }, - [iw] - ), - Ba( - 6, - 671744, - null, - 0, - _x, - [[8, null], [8, null], [8, null], [6, OM]], - { model: [0, "model"] }, - { update: "ngModelChange" } - ), - Ha(2048, null, EM, null, [_x]), - Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), - (t()(), Ai(-1, 0, [" ScoreSaber's Top Ranked "])) - ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_ScoreSaberTOP_RANKED), - t(e, 6, 0, n.SyncService_ScoreSaberTOP_RANKED.IsEnabled); - }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending - ]); - } - ); - } - function cS(t) { - return Di( - 0, - [ - (t()(), - bi(0, 0, null, null, 11, "div", [], null, null, null, null, null)), - (t()(), - bi( - 1, - 0, - null, - null, - 1, - "app-sync-saber-max-songs", - [["class", "right"]], - null, - [[null, "update"]], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "update" === e && - (o = - !1 !== - a.updateFeedSetting( - a.SyncService_BeastSaberFOLLOWING - ) && o), o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -53142,18 +52691,467 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && + (o = + !1 !== (a.SyncService_ScoreSaberTRENDING.IsEnabled = e) && + o), + "change" === n && + (o = + !1 !== + a.updateFeedSetting(a.SyncService_ScoreSaberTRENDING) && + o), + o + ); + }, + cw, + sw + )), + Ba( + 4, + 1228800, + null, + 0, + iw, + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], + null, + { change: "change" } + ), + Ha( + 1024, + null, + OM, + function(t) { + return [t]; + }, + [iw] + ), + Ba( + 6, + 671744, + null, + 0, + _x, + [[8, null], [8, null], [8, null], [6, OM]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ha(2048, null, EM, null, [_x]), + Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), + (t()(), Ai(-1, 0, [" ScoreSaber's Trending "])) + ], + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_ScoreSaberTRENDING), + t(n, 6, 0, e.SyncService_ScoreSaberTRENDING.IsEnabled); + }, + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending + ]); + } + ); + } + function lS(t) { + return Di( + 0, + [ + (t()(), + bi(0, 0, null, null, 11, "div", [], null, null, null, null, null)), + (t()(), + bi( + 1, + 0, + null, + null, + 1, + "app-sync-saber-max-songs", + [["class", "right"]], + null, + [[null, "update"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "update" === n && + (o = + !1 !== + a.updateFeedSetting( + a.SyncService_ScoreSaberLATEST_RANKED + ) && o), + o + ); + }, + ew, + nw + )), + Ba( + 2, + 114688, + null, + 0, + tw, + [], + { reader: [0, "reader"] }, + { update: "update" } + ), + (t()(), + bi( + 3, + 0, + null, + null, + 6, + "mat-slide-toggle", + [["class", "mat-slide-toggle"]], + [ + [8, "id", 0], + [1, "tabindex", 0], + [2, "mat-checked", null], + [2, "mat-disabled", null], + [2, "mat-slide-toggle-label-before", null], + [2, "_mat-animation-noopable", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null] + ], + [[null, "ngModelChange"], [null, "change"], [null, "focus"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "focus" === n && + (o = + !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), + "ngModelChange" === n && + (o = + !1 !== + (a.SyncService_ScoreSaberLATEST_RANKED.IsEnabled = e) && + o), + "change" === n && + (o = + !1 !== + a.updateFeedSetting( + a.SyncService_ScoreSaberLATEST_RANKED + ) && o), + o + ); + }, + cw, + sw + )), + Ba( + 4, + 1228800, + null, + 0, + iw, + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], + null, + { change: "change" } + ), + Ha( + 1024, + null, + OM, + function(t) { + return [t]; + }, + [iw] + ), + Ba( + 6, + 671744, + null, + 0, + _x, + [[8, null], [8, null], [8, null], [6, OM]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ha(2048, null, EM, null, [_x]), + Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), + (t()(), Ai(-1, 0, [" ScoreSaber's Latest "])), + (t()(), + bi(10, 0, null, null, 0, "br", [], null, null, null, null, null)), + (t()(), + bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) + ], + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_ScoreSaberLATEST_RANKED), + t(n, 6, 0, e.SyncService_ScoreSaberLATEST_RANKED.IsEnabled); + }, + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending + ]); + } + ); + } + function sS(t) { + return Di( + 0, + [ + (t()(), + bi(0, 0, null, null, 9, "div", [], null, null, null, null, null)), + (t()(), + bi( + 1, + 0, + null, + null, + 1, + "app-sync-saber-max-songs", + [["class", "right"]], + null, + [[null, "update"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "update" === n && + (o = + !1 !== + a.updateFeedSetting( + a.SyncService_ScoreSaberTOP_RANKED + ) && o), + o + ); + }, + ew, + nw + )), + Ba( + 2, + 114688, + null, + 0, + tw, + [], + { reader: [0, "reader"] }, + { update: "update" } + ), + (t()(), + bi( + 3, + 0, + null, + null, + 6, + "mat-slide-toggle", + [["class", "mat-slide-toggle"]], + [ + [8, "id", 0], + [1, "tabindex", 0], + [2, "mat-checked", null], + [2, "mat-disabled", null], + [2, "mat-slide-toggle-label-before", null], + [2, "_mat-animation-noopable", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null] + ], + [[null, "ngModelChange"], [null, "change"], [null, "focus"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "focus" === n && + (o = + !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), + "ngModelChange" === n && + (o = + !1 !== + (a.SyncService_ScoreSaberTOP_RANKED.IsEnabled = e) && + o), + "change" === n && + (o = + !1 !== + a.updateFeedSetting( + a.SyncService_ScoreSaberTOP_RANKED + ) && o), + o + ); + }, + cw, + sw + )), + Ba( + 4, + 1228800, + null, + 0, + iw, + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], + null, + { change: "change" } + ), + Ha( + 1024, + null, + OM, + function(t) { + return [t]; + }, + [iw] + ), + Ba( + 6, + 671744, + null, + 0, + _x, + [[8, null], [8, null], [8, null], [6, OM]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ha(2048, null, EM, null, [_x]), + Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), + (t()(), Ai(-1, 0, [" ScoreSaber's Top Ranked "])) + ], + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_ScoreSaberTOP_RANKED), + t(n, 6, 0, e.SyncService_ScoreSaberTOP_RANKED.IsEnabled); + }, + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending + ]); + } + ); + } + function cS(t) { + return Di( + 0, + [ + (t()(), + bi(0, 0, null, null, 11, "div", [], null, null, null, null, null)), + (t()(), + bi( + 1, + 0, + null, + null, + 1, + "app-sync-saber-max-songs", + [["class", "right"]], + null, + [[null, "update"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "update" === n && + (o = + !1 !== + a.updateFeedSetting( + a.SyncService_BeastSaberFOLLOWING + ) && o), + o + ); + }, + ew, + nw + )), + Ba( + 2, + 114688, + null, + 0, + tw, + [], + { reader: [0, "reader"] }, + { update: "update" } + ), + (t()(), + bi( + 3, + 0, + null, + null, + 6, + "mat-slide-toggle", + [["class", "mat-slide-toggle"]], + [ + [8, "id", 0], + [1, "tabindex", 0], + [2, "mat-checked", null], + [2, "mat-disabled", null], + [2, "mat-slide-toggle-label-before", null], + [2, "_mat-animation-noopable", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null] + ], + [[null, "ngModelChange"], [null, "change"], [null, "focus"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "focus" === n && + (o = + !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), + "ngModelChange" === n && (o = !1 !== - (a.SyncService_BeastSaberFOLLOWING.IsEnabled = n) && o), - "change" === e && + (a.SyncService_BeastSaberFOLLOWING.IsEnabled = e) && o), + "change" === n && (o = !1 !== a.updateFeedSetting( @@ -53171,7 +53169,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -53202,26 +53200,26 @@ (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeastSaberFOLLOWING), - t(e, 6, 0, n.SyncService_BeastSaberFOLLOWING.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeastSaberFOLLOWING), + t(n, 6, 0, e.SyncService_BeastSaberFOLLOWING.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); @@ -53243,11 +53241,11 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== a.updateFeedSetting( @@ -53256,8 +53254,8 @@ o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -53294,18 +53292,18 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = !1 !== - (a.SyncService_BeastSaberBOOKMARKS.IsEnabled = n) && o), - "change" === e && + (a.SyncService_BeastSaberBOOKMARKS.IsEnabled = e) && o), + "change" === n && (o = !1 !== a.updateFeedSetting( @@ -53323,7 +53321,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -53354,26 +53352,26 @@ (t()(), bi(11, 0, null, null, 0, "br", [], null, null, null, null, null)) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeastSaberBOOKMARKS), - t(e, 6, 0, n.SyncService_BeastSaberBOOKMARKS.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeastSaberBOOKMARKS), + t(n, 6, 0, e.SyncService_BeastSaberBOOKMARKS.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); @@ -53395,11 +53393,11 @@ [["class", "right"]], null, [[null, "update"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "update" === e && + "update" === n && (o = !1 !== a.updateFeedSetting(a.SyncService_BeatSaverAUTHOR) && @@ -53407,8 +53405,8 @@ o ); }, - nw, - ew + ew, + nw )), Ba( 2, @@ -53445,18 +53443,18 @@ [2, "ng-pending", null] ], [[null, "ngModelChange"], [null, "change"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 4)._inputElement.nativeElement.focus() && o), - "ngModelChange" === e && + "ngModelChange" === n && (o = - !1 !== (a.SyncService_BeatSaverAUTHOR.IsEnabled = n) && + !1 !== (a.SyncService_BeatSaverAUTHOR.IsEnabled = e) && o), - "change" === e && + "change" === n && (o = !1 !== a.updateFeedSetting(a.SyncService_BeatSaverAUTHOR) && @@ -53473,7 +53471,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], null, { change: "change" } ), @@ -53500,26 +53498,26 @@ Ba(8, 16384, null, 0, IM, [[4, EM]], null, null), (t()(), Ai(-1, 0, [" BeatSaver's Authors "])) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.SyncService_BeatSaverAUTHOR), - t(e, 6, 0, n.SyncService_BeatSaverAUTHOR.IsEnabled); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.SyncService_BeatSaverAUTHOR), + t(n, 6, 0, e.SyncService_BeatSaverAUTHOR.IsEnabled); }, - function(t, e) { - t(e, 3, 1, [ - wa(e, 4).id, - wa(e, 4).disabled ? null : -1, - wa(e, 4).checked, - wa(e, 4).disabled, - "before" == wa(e, 4).labelPosition, - "NoopAnimations" === wa(e, 4)._animationMode, - wa(e, 8).ngClassUntouched, - wa(e, 8).ngClassTouched, - wa(e, 8).ngClassPristine, - wa(e, 8).ngClassDirty, - wa(e, 8).ngClassValid, - wa(e, 8).ngClassInvalid, - wa(e, 8).ngClassPending + function(t, n) { + t(n, 3, 1, [ + wa(n, 4).id, + wa(n, 4).disabled ? null : -1, + wa(n, 4).checked, + wa(n, 4).disabled, + "before" == wa(n, 4).labelPosition, + "NoopAnimations" === wa(n, 4)._animationMode, + wa(n, 8).ngClassUntouched, + wa(n, 8).ngClassTouched, + wa(n, 8).ngClassPristine, + wa(n, 8).ngClassDirty, + wa(n, 8).ngClassValid, + wa(n, 8).ngClassInvalid, + wa(n, 8).ngClassPending ]); } ); @@ -53558,16 +53556,16 @@ [null, "focus"], [null, "blur"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && (o = !1 !== wa(t, 1)._handleClick(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "focus" === e && (o = !1 !== wa(t, 1).focus() && o), - "blur" === e && (o = !1 !== wa(t, 1)._blur() && o), - "removed" === e && + "click" === n && (o = !1 !== wa(t, 1)._handleClick(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "focus" === n && (o = !1 !== wa(t, 1).focus() && o), + "blur" === n && (o = !1 !== wa(t, 1)._blur() && o), + "removed" === n && (o = !1 !== a.removeAuthor(t.context.$implicit) && o), o ); @@ -53578,16 +53576,16 @@ Ba( 1, 147456, - [[1, 4]], + [[10, 4]], 3, uw, - [Nn, Dr, ff, [2, _h]], + [Ne, Dr, ff, [2, _h]], { selectable: [0, "selectable"], removable: [1, "removable"] }, { removed: "removed" } ), - Oi(603979776, 2, { avatar: 0 }), - Oi(603979776, 3, { trailingIcon: 0 }), - Oi(603979776, 4, { removeIcon: 0 }), + Oi(603979776, 11, { avatar: 0 }), + Oi(603979776, 12, { trailingIcon: 0 }), + Oi(603979776, 13, { removeIcon: 0 }), (t()(), Ai(5, null, [" ", " "])), (t()(), bi( @@ -53607,10 +53605,10 @@ ], [[2, "mat-icon-inline", null], [2, "mat-icon-no-color", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== wa(t, 8)._handleClick(n) && o), o + "click" === n && (o = !1 !== wa(t, 8)._handleClick(e) && o), o ); }, Yh, @@ -53622,39 +53620,39 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), - Ba(8, 16384, [[4, 4]], 0, dw, [uw], null, null), + Ba(8, 16384, [[13, 4]], 0, dw, [uw], null, null), (t()(), Ai(-1, 0, ["cancel"])) ], - function(t, e) { - t(e, 1, 0, e.component.selectable, "true"), t(e, 7, 0); + function(t, n) { + t(n, 1, 0, n.component.selectable, "true"), t(n, 7, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled ? null : -1, - wa(e, 1).selected, - wa(e, 1).avatar, - wa(e, 1).trailingIcon || wa(e, 1).removeIcon, - wa(e, 1).disabled, - wa(e, 1).disabled || null, - wa(e, 1).disabled.toString(), - wa(e, 1).ariaSelected + wa(n, 1).disabled ? null : -1, + wa(n, 1).selected, + wa(n, 1).avatar, + wa(n, 1).trailingIcon || wa(n, 1).removeIcon, + wa(n, 1).disabled, + wa(n, 1).disabled || null, + wa(n, 1).disabled.toString(), + wa(n, 1).ariaSelected ), - t(e, 5, 0, e.context.$implicit), + t(n, 5, 0, n.context.$implicit), t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ); } ); @@ -53669,7 +53667,7 @@ 0, null, null, - 109, + 103, "mat-card", [["class", "setup-card mat-card"]], null, @@ -53678,14 +53676,14 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, 0, null, 0, - 17, + 37, "mat-card-header", [["class", "mat-card-header"]], null, @@ -53694,7 +53692,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -53736,7 +53734,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -53782,63 +53780,9 @@ 0, null, 2, - 4, - "button", - [ - ["class", "syncButton"], - ["color", "accent"], - ["mat-raised-button", ""] - ], - [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], - [[null, "click"]], - function(t, e, n) { - var o = !0; - return ( - "click" === e && (o = !1 !== t.component.clickSyncNow() && o), - o - ); - }, - ky, - xy - )), - Ba( - 16, - 180224, - null, - 0, - Zh, - [Nn, Gf, [2, Py]], - { disabled: [0, "disabled"], color: [1, "color"] }, - null - ), - (t()(), hi(16777216, null, 0, 1, null, tS)), - Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), Ai(-1, 0, ["Start Sync"])), - (t()(), - bi( - 20, - 0, - null, - 0, - 89, - "mat-card-content", - [["class", "mat-card-content"]], - null, - null, - null, - null, - null - )), - Ba(21, 16384, null, 0, Qg, [], null, null), - (t()(), - bi( - 22, - 0, - null, - null, - 87, + 19, "div", - [["class", "innerScroll"]], + [["class", "username-container"]], null, null, null, @@ -53847,74 +53791,296 @@ )), (t()(), bi( - 23, - 0, - null, - null, - 86, - "mat-card", - [["class", "mat-card"]], - null, - null, - null, - Mh, - Ph - )), - Ba(24, 49152, null, 0, ef, [], null, null), - (t()(), - bi( - 25, - 0, - null, + 16, 0, - 82, - "div", - [["class", "outer-container"]], null, null, + 18, + "mat-form-field", + [["class", "input-width mat-form-field"]], + [ + [2, "mat-form-field-appearance-standard", null], + [2, "mat-form-field-appearance-fill", null], + [2, "mat-form-field-appearance-outline", null], + [2, "mat-form-field-appearance-legacy", null], + [2, "mat-form-field-invalid", null], + [2, "mat-form-field-can-float", null], + [2, "mat-form-field-should-float", null], + [2, "mat-form-field-has-label", null], + [2, "mat-form-field-hide-placeholder", null], + [2, "mat-form-field-disabled", null], + [2, "mat-form-field-autofilled", null], + [2, "mat-focused", null], + [2, "mat-accent", null], + [2, "mat-warn", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "_mat-animation-noopable", null] + ], null, null, - null + Fw, + ww )), - (t()(), - bi( - 26, - 0, - null, - null, - 31, - "div", - [["class", "left-col"]], - null, - null, + Ba( + 17, + 7520256, null, + 9, + xw, + [Ne, no, [2, Oh], [2, rf], [2, Mw], ff, Dr, [2, Py]], null, null - )), + ), + Oi(603979776, 1, { _controlNonStatic: 0 }), + Oi(335544320, 2, { _controlStatic: 0 }), + Oi(603979776, 3, { _labelChildNonStatic: 0 }), + Oi(335544320, 4, { _labelChildStatic: 0 }), + Oi(603979776, 5, { _placeholderChild: 0 }), + Oi(603979776, 6, { _errorChildren: 1 }), + Oi(603979776, 7, { _hintChildren: 1 }), + Oi(603979776, 8, { _prefixChildren: 1 }), + Oi(603979776, 9, { _suffixChildren: 1 }), (t()(), bi( 27, 0, null, - null, 1, - "div", - [["class", "right-select-all"]], - null, - null, - null, - null, - null - )), - (t()(), Ai(-1, null, ["Max Songs"])), + 7, + "input", + [ + ["class", "mat-input-element mat-form-field-autofill-control"], + ["matInput", ""], + ["placeholder", "Beast Saber Username"] + ], + [ + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "mat-input-server", null], + [1, "id", 0], + [1, "placeholder", 0], + [8, "disabled", 0], + [8, "required", 0], + [1, "readonly", 0], + [1, "aria-describedby", 0], + [1, "aria-invalid", 0], + [1, "aria-required", 0] + ], + [ + [null, "ngModelChange"], + [null, "input"], + [null, "blur"], + [null, "compositionstart"], + [null, "compositionend"], + [null, "focus"] + ], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "input" === n && + (o = !1 !== wa(t, 28)._handleInput(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 28).onTouched() && o), + "compositionstart" === n && + (o = !1 !== wa(t, 28)._compositionStart() && o), + "compositionend" === n && + (o = !1 !== wa(t, 28)._compositionEnd(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 33)._focusChanged(!1) && o), + "focus" === n && + (o = !1 !== wa(t, 33)._focusChanged(!0) && o), + "input" === n && (o = !1 !== wa(t, 33)._onInput() && o), + "ngModelChange" === n && + (o = !1 !== (a.BeastSaberUsername = e) && o), + "input" === n && (o = !1 !== a.setBeastSaberUsername() && o), + o + ); + }, + null, + null + )), + Ba(28, 16384, null, 0, xM, [Be, Ne, [2, MM]], null, null), + Ha( + 1024, + null, + OM, + function(t) { + return [t]; + }, + [xM] + ), + Ba( + 30, + 671744, + null, + 0, + _x, + [[8, null], [8, null], [8, null], [6, OM]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ha(2048, null, EM, null, [_x]), + Ba(32, 16384, null, 0, IM, [[4, EM]], null, null), + Ba( + 33, + 999424, + null, + 0, + Kw, + [Ne, ff, [6, EM], [2, px], [2, Cx], ah, [8, null], Vw, Dr], + { placeholder: [0, "placeholder"] }, + null + ), + Ha(2048, [[1, 4], [2, 4]], Cw, null, [Kw]), + (t()(), + bi( + 35, + 0, + null, + 2, + 4, + "button", + [ + ["class", "syncButton"], + ["color", "accent"], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "click" === n && (o = !1 !== t.component.clickSyncNow() && o), + o + ); + }, + ky, + xy + )), + Ba( + 36, + 180224, + null, + 0, + Zh, + [Ne, Gf, [2, Py]], + { disabled: [0, "disabled"], color: [1, "color"] }, + null + ), + (t()(), hi(16777216, null, 0, 1, null, tS)), + Ba(38, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + (t()(), Ai(-1, 0, ["Start Sync"])), + (t()(), + bi( + 40, + 0, + null, + 0, + 63, + "mat-card-content", + [["class", "mat-card-content"]], + null, + null, + null, + null, + null + )), + Ba(41, 16384, null, 0, Qg, [], null, null), + (t()(), + bi( + 42, + 0, + null, + null, + 61, + "div", + [["class", "innerScroll"]], + null, + null, + null, + null, + null + )), + (t()(), + bi( + 43, + 0, + null, + null, + 60, + "mat-card", + [["class", "mat-card"]], + null, + null, + null, + Mh, + Ph + )), + Ba(44, 49152, null, 0, nf, [], null, null), + (t()(), + bi( + 45, + 0, + null, + 0, + 56, + "div", + [["class", "outer-container"]], + null, + null, + null, + null, + null + )), (t()(), - bi(29, 0, null, null, 1, "h1", [], null, null, null, null, null)), + bi( + 46, + 0, + null, + null, + 31, + "div", + [["class", "left-col"]], + null, + null, + null, + null, + null + )), + (t()(), + bi( + 47, + 0, + null, + null, + 1, + "div", + [["class", "right-select-all"]], + null, + null, + null, + null, + null + )), + (t()(), Ai(-1, null, ["Max Songs"])), + (t()(), + bi(49, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Ai(-1, null, ["What's Popular "])), (t()(), - bi(31, 0, null, null, 0, "hr", [], null, null, null, null, null)), + bi(51, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), bi( - 32, + 52, 0, null, null, @@ -53927,27 +54093,27 @@ null, null )), - (t()(), hi(16777216, null, null, 1, null, eS)), - Ba(34, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, nS)), - Ba(36, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(54, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + (t()(), hi(16777216, null, null, 1, null, eS)), + Ba(56, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, oS)), - Ba(38, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(58, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, aS)), - Ba(40, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(60, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, rS)), - Ba(42, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(62, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, iS)), - Ba(44, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(64, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), - bi(45, 0, null, null, 0, "br", [], null, null, null, null, null)), + bi(65, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - bi(46, 0, null, null, 0, "br", [], null, null, null, null, null)), + bi(66, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - bi(47, 0, null, null, 0, "br", [], null, null, null, null, null)), + bi(67, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi( - 48, + 68, 0, null, null, @@ -53962,13 +54128,13 @@ )), (t()(), Ai(-1, null, ["Max Songs"])), (t()(), - bi(50, 0, null, null, 1, "h1", [], null, null, null, null, null)), + bi(70, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Ai(-1, null, ["For a Challenge "])), (t()(), - bi(52, 0, null, null, 0, "hr", [], null, null, null, null, null)), + bi(72, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), bi( - 53, + 73, 0, null, null, @@ -53982,16 +54148,16 @@ null )), (t()(), hi(16777216, null, null, 1, null, lS)), - Ba(55, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(75, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, sS)), - Ba(57, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(77, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( - 58, + 78, 0, null, null, - 49, + 23, "div", [["class", "right-col"]], null, @@ -54002,7 +54168,7 @@ )), (t()(), bi( - 59, + 79, 0, null, null, @@ -54017,13 +54183,13 @@ )), (t()(), Ai(-1, null, ["Max Songs"])), (t()(), - bi(61, 0, null, null, 1, "h1", [], null, null, null, null, null)), + bi(81, 0, null, null, 1, "h1", [], null, null, null, null, null)), (t()(), Ai(-1, null, ["For Me "])), (t()(), - bi(63, 0, null, null, 0, "hr", [], null, null, null, null, null)), + bi(83, 0, null, null, 0, "hr", [], null, null, null, null, null)), (t()(), bi( - 64, + 84, 0, null, null, @@ -54037,14 +54203,14 @@ null )), (t()(), hi(16777216, null, null, 1, null, cS)), - Ba(66, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(86, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, uS)), - Ba(68, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(88, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), hi(16777216, null, null, 1, null, dS)), - Ba(70, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + Ba(90, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( - 71, + 91, 0, null, null, @@ -54066,44 +54232,44 @@ [8, "id", 0] ], [[null, "focus"], [null, "blur"], [null, "keydown"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "focus" === e && (o = !1 !== wa(t, 73).focus() && o), - "blur" === e && (o = !1 !== wa(t, 73)._blur() && o), - "keydown" === e && (o = !1 !== wa(t, 73)._keydown(n) && o), + "focus" === n && (o = !1 !== wa(t, 93).focus() && o), + "blur" === n && (o = !1 !== wa(t, 93)._blur() && o), + "keydown" === n && (o = !1 !== wa(t, 93)._keydown(e) && o), o ); }, - Sw, - ww + Gw, + Ww )), Ha(6144, null, Cw, null, [hw]), Ba( - 73, + 93, 1556480, [["chipList", 4]], 1, hw, - [Nn, eo, [2, rf], [2, px], [2, Cx], ah, [8, null]], + [Ne, no, [2, rf], [2, px], [2, Cx], ah, [8, null]], null, null ), - Oi(603979776, 1, { chips: 1 }), + Oi(603979776, 10, { chips: 1 }), (t()(), hi(16777216, null, 0, 1, null, pS)), Ba( - 76, + 96, 278528, null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ), (t()(), bi( - 77, + 97, 0, null, 0, @@ -54127,16 +54293,16 @@ [null, "focus"], [null, "input"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "keydown" === e && (o = !1 !== wa(t, 78)._keydown(n) && o), - "blur" === e && (o = !1 !== wa(t, 78)._blur() && o), - "focus" === e && (o = !1 !== wa(t, 78)._focus() && o), - "input" === e && (o = !1 !== wa(t, 78)._onInput() && o), - "matChipInputTokenEnd" === e && - (o = !1 !== a.addAuthor(n) && o), + "keydown" === n && (o = !1 !== wa(t, 98)._keydown(e) && o), + "blur" === n && (o = !1 !== wa(t, 98)._blur() && o), + "focus" === n && (o = !1 !== wa(t, 98)._focus() && o), + "input" === n && (o = !1 !== wa(t, 98)._onInput() && o), + "matChipInputTokenEnd" === n && + (o = !1 !== a.addAuthor(e) && o), o ); }, @@ -54144,12 +54310,12 @@ null )), Ba( - 78, + 98, 540672, null, 0, _w, - [Nn, pw], + [Ne, pw], { chipList: [0, "chipList"], addOnBlur: [1, "addOnBlur"], @@ -54159,195 +54325,14 @@ { chipEnd: "matChipInputTokenEnd" } ), (t()(), - bi(79, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - bi(80, 0, null, null, 0, "br", [], null, null, null, null, null)), + bi(99, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - bi(81, 0, null, null, 0, "br", [], null, null, null, null, null)), + bi(100, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), - bi(82, 0, null, null, 1, "h1", [], null, null, null, null, null)), - (t()(), Ai(-1, null, ["My Username"])), - (t()(), - bi(84, 0, null, null, 0, "hr", [], null, null, null, null, null)), + bi(101, 0, null, null, 0, "br", [], null, null, null, null, null)), (t()(), bi( - 85, - 0, - null, - null, - 22, - "div", - [["class", "username-container"]], - null, - null, - null, - null, - null - )), - (t()(), - bi(86, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - bi(87, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - bi(88, 0, null, null, 0, "br", [], null, null, null, null, null)), - (t()(), - bi( - 89, - 0, - null, - null, - 18, - "mat-form-field", - [["class", "input-width mat-form-field"]], - [ - [2, "mat-form-field-appearance-standard", null], - [2, "mat-form-field-appearance-fill", null], - [2, "mat-form-field-appearance-outline", null], - [2, "mat-form-field-appearance-legacy", null], - [2, "mat-form-field-invalid", null], - [2, "mat-form-field-can-float", null], - [2, "mat-form-field-should-float", null], - [2, "mat-form-field-has-label", null], - [2, "mat-form-field-hide-placeholder", null], - [2, "mat-form-field-disabled", null], - [2, "mat-form-field-autofilled", null], - [2, "mat-focused", null], - [2, "mat-accent", null], - [2, "mat-warn", null], - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null], - [2, "_mat-animation-noopable", null] - ], - null, - null, - Vw, - Ew - )), - Ba( - 90, - 7520256, - null, - 9, - xw, - [Nn, eo, [2, Oh], [2, rf], [2, Mw], ff, Dr, [2, Py]], - null, - null - ), - Oi(603979776, 5, { _controlNonStatic: 0 }), - Oi(335544320, 6, { _controlStatic: 0 }), - Oi(603979776, 7, { _labelChildNonStatic: 0 }), - Oi(335544320, 8, { _labelChildStatic: 0 }), - Oi(603979776, 9, { _placeholderChild: 0 }), - Oi(603979776, 10, { _errorChildren: 1 }), - Oi(603979776, 11, { _hintChildren: 1 }), - Oi(603979776, 12, { _prefixChildren: 1 }), - Oi(603979776, 13, { _suffixChildren: 1 }), - (t()(), - bi( - 100, - 0, - null, - 1, - 7, - "input", - [ - ["class", "mat-input-element mat-form-field-autofill-control"], - ["matInput", ""], - ["placeholder", "Beast Saber Username"] - ], - [ - [2, "ng-untouched", null], - [2, "ng-touched", null], - [2, "ng-pristine", null], - [2, "ng-dirty", null], - [2, "ng-valid", null], - [2, "ng-invalid", null], - [2, "ng-pending", null], - [2, "mat-input-server", null], - [1, "id", 0], - [1, "placeholder", 0], - [8, "disabled", 0], - [8, "required", 0], - [1, "readonly", 0], - [1, "aria-describedby", 0], - [1, "aria-invalid", 0], - [1, "aria-required", 0] - ], - [ - [null, "ngModelChange"], - [null, "input"], - [null, "blur"], - [null, "compositionstart"], - [null, "compositionend"], - [null, "focus"] - ], - function(t, e, n) { - var o = !0, - a = t.component; - return ( - "input" === e && - (o = !1 !== wa(t, 101)._handleInput(n.target.value) && o), - "blur" === e && (o = !1 !== wa(t, 101).onTouched() && o), - "compositionstart" === e && - (o = !1 !== wa(t, 101)._compositionStart() && o), - "compositionend" === e && - (o = - !1 !== wa(t, 101)._compositionEnd(n.target.value) && o), - "blur" === e && - (o = !1 !== wa(t, 106)._focusChanged(!1) && o), - "focus" === e && - (o = !1 !== wa(t, 106)._focusChanged(!0) && o), - "input" === e && (o = !1 !== wa(t, 106)._onInput() && o), - "ngModelChange" === e && - (o = !1 !== (a.BeastSaberUsername = n) && o), - "input" === e && (o = !1 !== a.setBeastSaberUsername() && o), - o - ); - }, - null, - null - )), - Ba(101, 16384, null, 0, xM, [Bn, Nn, [2, MM]], null, null), - Ha( - 1024, - null, - OM, - function(t) { - return [t]; - }, - [xM] - ), - Ba( - 103, - 671744, - null, - 0, - _x, - [[8, null], [8, null], [8, null], [6, OM]], - { model: [0, "model"] }, - { update: "ngModelChange" } - ), - Ha(2048, null, EM, null, [_x]), - Ba(105, 16384, null, 0, IM, [[4, EM]], null, null), - Ba( - 106, - 999424, - null, - 0, - Ww, - [Nn, ff, [6, EM], [2, px], [2, Cx], ah, [8, null], Uw, Dr], - { placeholder: [0, "placeholder"] }, - null - ), - Ha(2048, [[5, 4], [6, 4]], Cw, null, [Ww]), - (t()(), - bi( - 108, + 102, 0, null, 0, @@ -54360,123 +54345,123 @@ null, null )), - Ba(109, 16384, null, 0, $g, [], null, null) + Ba(103, 16384, null, 0, $g, [], null, null) ], - function(t, e) { - var n = e.component; - t(e, 7, 0), - t(e, 16, 0, n.syncDisabled, "accent"), - t(e, 18, 0, n.syncDisabled), - t(e, 34, 0, n.SyncService_BeatSaverHOT), - t(e, 36, 0, n.SyncService_BeatSaverLATEST), - t(e, 38, 0, n.SyncService_BeatSaverDOWNLOADS), - t(e, 40, 0, n.SyncService_BeastSaberCURATOR_RECOMMENDED), - t(e, 42, 0, n.SyncService_ScoreSaberTOP_PLAYED), - t(e, 44, 0, n.SyncService_ScoreSaberTRENDING), - t(e, 55, 0, n.SyncService_ScoreSaberTOP_RANKED), - t(e, 57, 0, n.SyncService_ScoreSaberTOP_RANKED), - t(e, 66, 0, n.SyncService_BeastSaberFOLLOWING), - t(e, 68, 0, n.SyncService_BeastSaberBOOKMARKS), - t(e, 70, 0, n.SyncService_BeatSaverAUTHOR), - t(e, 73, 0), - t(e, 76, 0, n.SyncService_BeatSaverAUTHOR.Authors), + function(t, n) { + var e = n.component; + t(n, 7, 0), + t(n, 30, 0, e.BeastSaberUsername), + t(n, 33, 0, "Beast Saber Username"), + t(n, 36, 0, e.syncDisabled, "accent"), + t(n, 38, 0, e.syncDisabled), + t(n, 54, 0, e.SyncService_BeatSaverHOT), + t(n, 56, 0, e.SyncService_BeatSaverLATEST), + t(n, 58, 0, e.SyncService_BeatSaverDOWNLOADS), + t(n, 60, 0, e.SyncService_BeastSaberCURATOR_RECOMMENDED), + t(n, 62, 0, e.SyncService_ScoreSaberTOP_PLAYED), + t(n, 64, 0, e.SyncService_ScoreSaberTRENDING), + t(n, 75, 0, e.SyncService_ScoreSaberTOP_RANKED), + t(n, 77, 0, e.SyncService_ScoreSaberTOP_RANKED), + t(n, 86, 0, e.SyncService_BeastSaberFOLLOWING), + t(n, 88, 0, e.SyncService_BeastSaberBOOKMARKS), + t(n, 90, 0, e.SyncService_BeatSaverAUTHOR), + t(n, 93, 0), + t(n, 96, 0, e.SyncService_BeatSaverAUTHOR.Authors), t( - e, - 78, + n, + 98, 0, - wa(e, 73), + wa(n, 93), "true", - n.separatorKeysCodes, + e.separatorKeysCodes, "New Author..." - ), - t(e, 103, 0, n.BeastSaberUsername), - t(e, 106, 0, "Beast Saber Username"); + ); }, - function(t, e) { + function(t, n) { t( - e, + n, 6, 0, - wa(e, 7).inline, - "primary" !== wa(e, 7).color && - "accent" !== wa(e, 7).color && - "warn" !== wa(e, 7).color + wa(n, 7).inline, + "primary" !== wa(n, 7).color && + "accent" !== wa(n, 7).color && + "warn" !== wa(n, 7).color ), + t(n, 16, 1, [ + "standard" == wa(n, 17).appearance, + "fill" == wa(n, 17).appearance, + "outline" == wa(n, 17).appearance, + "legacy" == wa(n, 17).appearance, + wa(n, 17)._control.errorState, + wa(n, 17)._canLabelFloat, + wa(n, 17)._shouldLabelFloat(), + wa(n, 17)._hasFloatingLabel(), + wa(n, 17)._hideControlPlaceholder(), + wa(n, 17)._control.disabled, + wa(n, 17)._control.autofilled, + wa(n, 17)._control.focused, + "accent" == wa(n, 17).color, + "warn" == wa(n, 17).color, + wa(n, 17)._shouldForward("untouched"), + wa(n, 17)._shouldForward("touched"), + wa(n, 17)._shouldForward("pristine"), + wa(n, 17)._shouldForward("dirty"), + wa(n, 17)._shouldForward("valid"), + wa(n, 17)._shouldForward("invalid"), + wa(n, 17)._shouldForward("pending"), + !wa(n, 17)._animationsEnabled + ]), + t(n, 27, 1, [ + wa(n, 32).ngClassUntouched, + wa(n, 32).ngClassTouched, + wa(n, 32).ngClassPristine, + wa(n, 32).ngClassDirty, + wa(n, 32).ngClassValid, + wa(n, 32).ngClassInvalid, + wa(n, 32).ngClassPending, + wa(n, 33)._isServer, + wa(n, 33).id, + wa(n, 33).placeholder, + wa(n, 33).disabled, + wa(n, 33).required, + (wa(n, 33).readonly && !wa(n, 33)._isNativeSelect) || null, + wa(n, 33)._ariaDescribedby || null, + wa(n, 33).errorState, + wa(n, 33).required.toString() + ]), t( - e, - 15, + n, + 35, 0, - wa(e, 16).disabled || null, - "NoopAnimations" === wa(e, 16)._animationMode + wa(n, 36).disabled || null, + "NoopAnimations" === wa(n, 36)._animationMode ), - t(e, 71, 1, [ - wa(e, 73).disabled ? null : wa(e, 73)._tabIndex, - wa(e, 73)._ariaDescribedby || null, - wa(e, 73).required.toString(), - wa(e, 73).disabled.toString(), - wa(e, 73).errorState, - wa(e, 73).multiple, - wa(e, 73).role, - wa(e, 73).disabled, - wa(e, 73).errorState, - wa(e, 73).required, - wa(e, 73).ariaOrientation, - wa(e, 73)._uid + t(n, 91, 1, [ + wa(n, 93).disabled ? null : wa(n, 93)._tabIndex, + wa(n, 93)._ariaDescribedby || null, + wa(n, 93).required.toString(), + wa(n, 93).disabled.toString(), + wa(n, 93).errorState, + wa(n, 93).multiple, + wa(n, 93).role, + wa(n, 93).disabled, + wa(n, 93).errorState, + wa(n, 93).required, + wa(n, 93).ariaOrientation, + wa(n, 93)._uid ]), t( - e, - 77, + n, + 97, 0, - wa(e, 78).id, - wa(e, 78).disabled || null, - wa(e, 78).placeholder || null, - wa(e, 78)._chipList && wa(e, 78)._chipList.ngControl - ? wa(e, 78)._chipList.ngControl.invalid + wa(n, 98).id, + wa(n, 98).disabled || null, + wa(n, 98).placeholder || null, + wa(n, 98)._chipList && wa(n, 98)._chipList.ngControl + ? wa(n, 98)._chipList.ngControl.invalid : null ), - t(e, 89, 1, [ - "standard" == wa(e, 90).appearance, - "fill" == wa(e, 90).appearance, - "outline" == wa(e, 90).appearance, - "legacy" == wa(e, 90).appearance, - wa(e, 90)._control.errorState, - wa(e, 90)._canLabelFloat, - wa(e, 90)._shouldLabelFloat(), - wa(e, 90)._hasFloatingLabel(), - wa(e, 90)._hideControlPlaceholder(), - wa(e, 90)._control.disabled, - wa(e, 90)._control.autofilled, - wa(e, 90)._control.focused, - "accent" == wa(e, 90).color, - "warn" == wa(e, 90).color, - wa(e, 90)._shouldForward("untouched"), - wa(e, 90)._shouldForward("touched"), - wa(e, 90)._shouldForward("pristine"), - wa(e, 90)._shouldForward("dirty"), - wa(e, 90)._shouldForward("valid"), - wa(e, 90)._shouldForward("invalid"), - wa(e, 90)._shouldForward("pending"), - !wa(e, 90)._animationsEnabled - ]), - t(e, 100, 1, [ - wa(e, 105).ngClassUntouched, - wa(e, 105).ngClassTouched, - wa(e, 105).ngClassPristine, - wa(e, 105).ngClassDirty, - wa(e, 105).ngClassValid, - wa(e, 105).ngClassInvalid, - wa(e, 105).ngClassPending, - wa(e, 106)._isServer, - wa(e, 106).id, - wa(e, 106).placeholder, - wa(e, 106).disabled, - wa(e, 106).required, - (wa(e, 106).readonly && !wa(e, 106)._isNativeSelect) || null, - wa(e, 106)._ariaDescribedby || null, - wa(e, 106).errorState, - wa(e, 106).required.toString() - ]), - t(e, 108, 0, "end" === wa(e, 109).align); + t(n, 102, 0, "end" === wa(n, 103).align); } ); } @@ -54501,53 +54486,53 @@ )), Ba(1, 114688, null, 0, Jw, [yc, Sg, pg], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var fS = ha("app-sync-saber", Jw, gS, {}, {}, []), - hS = eh( + hS = nh( (function() { return function() {}; })() ), - bS = eh( + bS = nh( (function() { return function() {}; })() ), _S = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e._stateChanges = new S()), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n._stateChanges = new S()), n; } return ( - Object(o.__extends)(e, t), - (e.prototype.ngOnChanges = function() { + Object(o.__extends)(n, t), + (n.prototype.ngOnChanges = function() { this._stateChanges.next(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._stateChanges.complete(); }), - e + n ); })(hS), yS = (function(t) { - function e(e) { - var n = t.call(this) || this; + function n(n) { + var e = t.call(this) || this; return ( - (n._elementRef = e), - (n._stateChanges = new S()), - "action-list" === n._getListType() && - e.nativeElement.classList.add("mat-action-list"), - n + (e._elementRef = n), + (e._stateChanges = new S()), + "action-list" === e._getListType() && + n.nativeElement.classList.add("mat-action-list"), + e ); } return ( - Object(o.__extends)(e, t), - (e.prototype._getListType = function() { + Object(o.__extends)(n, t), + (n.prototype._getListType = function() { var t = this._elementRef.nativeElement.nodeName.toLowerCase(); return "mat-list" === t ? "list" @@ -54555,19 +54540,19 @@ ? "action-list" : null; }), - (e.prototype.ngOnChanges = function() { + (n.prototype.ngOnChanges = function() { this._stateChanges.next(); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._stateChanges.complete(); }), - e + n ); })(hS), CS = (function(t) { - function e(e, n, o, a) { + function n(n, e, o, a) { var r = t.call(this) || this; - (r._element = e), + (r._element = n), (r._isInteractiveList = !1), (r._destroyed = new S()), (r._isInteractiveList = !!( @@ -54584,40 +54569,40 @@ r._list._stateChanges .pipe(oC(r._destroyed)) .subscribe(function() { - n.markForCheck(); + e.markForCheck(); }), r ); } return ( - Object(o.__extends)(e, t), - (e.prototype.ngAfterContentInit = function() { - var t, e; - (e = this._element), - (t = this._lines).changes.pipe(eu(t)).subscribe(function(t) { - var n = t.length; - uh(e, "mat-2-line", !1), - uh(e, "mat-3-line", !1), - uh(e, "mat-multi-line", !1), - 2 === n || 3 === n - ? uh(e, "mat-" + n + "-line", !0) - : n > 3 && uh(e, "mat-multi-line", !0); + Object(o.__extends)(n, t), + (n.prototype.ngAfterContentInit = function() { + var t, n; + (n = this._element), + (t = this._lines).changes.pipe(nu(t)).subscribe(function(t) { + var e = t.length; + uh(n, "mat-2-line", !1), + uh(n, "mat-3-line", !1), + uh(n, "mat-multi-line", !1), + 2 === e || 3 === e + ? uh(n, "mat-" + e + "-line", !0) + : e > 3 && uh(n, "mat-multi-line", !0); }); }), - (e.prototype.ngOnDestroy = function() { + (n.prototype.ngOnDestroy = function() { this._destroyed.next(), this._destroyed.complete(); }), - (e.prototype._isRippleDisabled = function() { + (n.prototype._isRippleDisabled = function() { return ( !this._isInteractiveList || this.disableRipple || !(!this._list || !this._list.disableRipple) ); }), - (e.prototype._getHostElement = function() { + (n.prototype._getHostElement = function() { return this._element.nativeElement; }), - e + n ); })(bS), vS = (function() { @@ -54680,7 +54665,7 @@ null, 0, yh, - [Nn, Dr, ff, [2, _h], [2, Py]], + [Ne, Dr, ff, [2, _h], [2, Py]], { disabled: [0, "disabled"], trigger: [1, "trigger"] }, null ), @@ -54703,12 +54688,12 @@ wi(null, 1), wi(null, 2) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n._isRippleDisabled(), n._getHostElement()); + function(t, n) { + var e = n.component; + t(n, 2, 0, e._isRippleDisabled(), e._getHostElement()); }, - function(t, e) { - t(e, 1, 0, wa(e, 2).unbounded); + function(t, n) { + t(n, 1, 0, wa(n, 2).unbounded); } ); } @@ -54725,26 +54710,26 @@ ); })(), IS = (function() { - return function(t, e, n, o) { - (this.r = t), (this.g = e), (this.b = n), (this.a = o); + return function(t, n, e, o) { + (this.r = t), (this.g = n), (this.b = e), (this.a = o); }; })(), AS = (function() { - return function(t, e, n, o) { - (this.h = t), (this.s = e), (this.v = n), (this.a = o); + return function(t, n, e, o) { + (this.h = t), (this.s = n), (this.v = e), (this.a = o); }; })(), TS = (function() { - return function(t, e, n, o) { - (this.h = t), (this.s = e), (this.l = n), (this.a = o); + return function(t, n, e, o) { + (this.h = t), (this.s = n), (this.l = e), (this.a = o); }; })(), RS = (function() { - return function(t, e, n, o, a) { + return function(t, n, e, o, a) { void 0 === a && (a = 1), (this.c = t), - (this.m = e), - (this.y = n), + (this.m = n), + (this.y = e), (this.k = o), (this.a = a); }; @@ -54755,11 +54740,11 @@ } return ( (t.prototype.inputChange = function(t) { - var e = t.target.value; - if (void 0 === this.rg) this.newValue.emit(e); + var n = t.target.value; + if (void 0 === this.rg) this.newValue.emit(n); else { - var n = parseFloat(e); - this.newValue.emit({ v: n, rg: this.rg }); + var e = parseFloat(n); + this.newValue.emit({ v: e, rg: this.rg }); } }), t @@ -54767,16 +54752,16 @@ })(), NS = (function() { function t(t) { - var e = this; + var n = this; (this.elRef = t), (this.dragEnd = new ar()), (this.dragStart = new ar()), (this.newValue = new ar()), (this.listenerMove = function(t) { - return e.move(t); + return n.move(t); }), (this.listenerStop = function() { - return e.stop(); + return n.stop(); }); } return ( @@ -54806,50 +54791,50 @@ this.dragEnd.emit(); }), (t.prototype.getX = function(t) { - var e = this.elRef.nativeElement.getBoundingClientRect(); + var n = this.elRef.nativeElement.getBoundingClientRect(); return ( (void 0 !== t.pageX ? t.pageX : t.touches[0].pageX) - - e.left - + n.left - window.pageXOffset ); }), (t.prototype.getY = function(t) { - var e = this.elRef.nativeElement.getBoundingClientRect(); + var n = this.elRef.nativeElement.getBoundingClientRect(); return ( (void 0 !== t.pageY ? t.pageY : t.touches[0].pageY) - - e.top - + n.top - window.pageYOffset ); }), (t.prototype.setCursor = function(t) { - var e = this.elRef.nativeElement.offsetWidth, - n = this.elRef.nativeElement.offsetHeight, - o = Math.max(0, Math.min(this.getX(t), e)), - a = Math.max(0, Math.min(this.getY(t), n)); + var n = this.elRef.nativeElement.offsetWidth, + e = this.elRef.nativeElement.offsetHeight, + o = Math.max(0, Math.min(this.getX(t), n)), + a = Math.max(0, Math.min(this.getY(t), e)); void 0 !== this.rgX && void 0 !== this.rgY ? this.newValue.emit({ - s: o / e, - v: 1 - a / n, + s: o / n, + v: 1 - a / e, rgX: this.rgX, rgY: this.rgY }) : void 0 === this.rgX && void 0 !== this.rgY - ? this.newValue.emit({ v: a / n, rgY: this.rgY }) + ? this.newValue.emit({ v: a / e, rgY: this.rgY }) : void 0 !== this.rgX && void 0 === this.rgY && - this.newValue.emit({ v: o / e, rgX: this.rgX }); + this.newValue.emit({ v: o / n, rgX: this.rgX }); }), t ); })(), zS = (function() { - return function(t, e, n, o) { - (this.h = t), (this.s = e), (this.v = n), (this.a = o); + return function(t, n, e, o) { + (this.h = t), (this.s = n), (this.v = e), (this.a = o); }; })(), LS = (function() { - return function(t, e, n, o) { - (this.h = t), (this.s = e), (this.v = n), (this.a = o); + return function(t, n, e, o) { + (this.h = t), (this.s = n), (this.v = e), (this.a = o); }; })(), jS = (function() { @@ -54865,27 +54850,27 @@ (this.active = t); }), (t.prototype.hsva2hsla = function(t) { - var e = t.h, - n = t.s, + var n = t.h, + e = t.s, o = t.v, a = t.a; - if (0 === o) return new TS(e, 0, 0, a); - if (0 === n && 1 === o) return new TS(e, 1, 1, a); - var r = (o * (2 - n)) / 2; - return new TS(e, (o * n) / (1 - Math.abs(2 * r - 1)), r, a); + if (0 === o) return new TS(n, 0, 0, a); + if (0 === e && 1 === o) return new TS(n, 1, 1, a); + var r = (o * (2 - e)) / 2; + return new TS(n, (o * e) / (1 - Math.abs(2 * r - 1)), r, a); }), (t.prototype.hsla2hsva = function(t) { - var e = Math.min(t.h, 1), - n = Math.min(t.s, 1), + var n = Math.min(t.h, 1), + e = Math.min(t.s, 1), o = Math.min(t.l, 1), a = Math.min(t.a, 1); - if (0 === o) return new AS(e, 0, 0, a); - var r = o + (n * (1 - Math.abs(2 * o - 1))) / 2; - return new AS(e, (2 * (r - o)) / r, r, a); + if (0 === o) return new AS(n, 0, 0, a); + var r = o + (e * (1 - Math.abs(2 * o - 1))) / 2; + return new AS(n, (2 * (r - o)) / r, r, a); }), (t.prototype.hsvaToRgba = function(t) { - var e, - n, + var n, + e, o, a = t.h, r = t.s, @@ -54898,27 +54883,27 @@ p = i * (1 - (1 - c) * r); switch (s % 6) { case 0: - (e = i), (n = p), (o = u); + (n = i), (e = p), (o = u); break; case 1: - (e = d), (n = i), (o = u); + (n = d), (e = i), (o = u); break; case 2: - (e = u), (n = i), (o = p); + (n = u), (e = i), (o = p); break; case 3: - (e = u), (n = d), (o = i); + (n = u), (e = d), (o = i); break; case 4: - (e = p), (n = u), (o = i); + (n = p), (e = u), (o = i); break; case 5: - (e = i), (n = u), (o = d); + (n = i), (e = u), (o = d); break; default: - (e = 0), (n = 0), (o = 0); + (n = 0), (e = 0), (o = 0); } - return new IS(e, n, o, l); + return new IS(n, e, o, l); }), (t.prototype.cmykToRgb = function(t) { return new IS( @@ -54929,20 +54914,20 @@ ); }), (t.prototype.rgbaToCmyk = function(t) { - var e = 1 - Math.max(t.r, t.g, t.b); - return 1 === e + var n = 1 - Math.max(t.r, t.g, t.b); + return 1 === n ? new RS(0, 0, 0, 1, t.a) : new RS( - (1 - t.r - e) / (1 - e), - (1 - t.g - e) / (1 - e), - (1 - t.b - e) / (1 - e), - e, + (1 - t.r - n) / (1 - n), + (1 - t.g - n) / (1 - n), + (1 - t.b - n) / (1 - n), + n, t.a ); }), (t.prototype.rgbaToHsva = function(t) { - var e, - n, + var n, + e, o = Math.min(t.r, 1), a = Math.min(t.g, 1), r = Math.min(t.b, 1), @@ -54951,35 +54936,35 @@ s = Math.min(o, a, r), c = l, u = l - s; - if (((n = 0 === l ? 0 : u / l), l === s)) e = 0; + if (((e = 0 === l ? 0 : u / l), l === s)) n = 0; else { switch (l) { case o: - e = (a - r) / u + (a < r ? 6 : 0); + n = (a - r) / u + (a < r ? 6 : 0); break; case a: - e = (r - o) / u + 2; + n = (r - o) / u + 2; break; case r: - e = (o - a) / u + 4; + n = (o - a) / u + 4; break; default: - e = 0; + n = 0; } - e /= 6; + n /= 6; } - return new AS(e, n, c, i); + return new AS(n, e, c, i); }), - (t.prototype.rgbaToHex = function(t, e) { - var n = + (t.prototype.rgbaToHex = function(t, n) { + var e = "#" + ((1 << 24) | (t.r << 16) | (t.g << 8) | t.b) .toString(16) .substr(1); return ( - e && - (n += (256 | Math.round(255 * t.a)).toString(16).substr(1)), - n + n && + (e += (256 | Math.round(255 * t.a)).toString(16).substr(1)), + e ); }), (t.prototype.normalizeCMYK = function(t) { @@ -55002,9 +54987,9 @@ t.a ); }), - (t.prototype.stringToHsva = function(t, e) { - void 0 === t && (t = ""), void 0 === e && (e = !1); - var n = null; + (t.prototype.stringToHsva = function(t, n) { + void 0 === t && (t = ""), void 0 === n && (n = !1); + var e = null; t = (t || "").toLowerCase(); var o = [ { @@ -55031,7 +55016,7 @@ } ]; for (var a in (o.push( - e + n ? { re: /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})?$/, parse: function(t) { @@ -55074,15 +55059,15 @@ if (l) return ( l instanceof IS - ? (n = this.rgbaToHsva(l)) - : l instanceof TS && (n = this.hsla2hsva(l)), - n + ? (e = this.rgbaToHsva(l)) + : l instanceof TS && (e = this.hsla2hsva(l)), + e ); } - return n; + return e; }), - (t.prototype.outputFormat = function(t, e, n) { - switch (("auto" === e && (e = t.a < 1 ? "rgba" : "hex"), e)) { + (t.prototype.outputFormat = function(t, n, e) { + switch (("auto" === n && (n = t.a < 1 ? "rgba" : "hex"), n)) { case "hsla": var o = this.hsva2hsla(t), a = new TS( @@ -55091,12 +55076,12 @@ Math.round(100 * o.l), Math.round(100 * o.a) / 100 ); - return t.a < 1 || "always" === n + return t.a < 1 || "always" === e ? "hsla(" + a.h + "," + a.s + "%," + a.l + "%," + a.a + ")" : "hsl(" + a.h + "," + a.s + "%," + a.l + "%)"; case "rgba": var r = this.denormalizeRGBA(this.hsvaToRgba(t)); - return t.a < 1 || "always" === n + return t.a < 1 || "always" === e ? "rgba(" + r.r + "," + @@ -55108,7 +55093,7 @@ ")" : "rgb(" + r.r + "," + r.g + "," + r.b + ")"; default: - var i = "always" === n || "forced" === n; + var i = "always" === e || "forced" === e; return this.rgbaToHex( this.denormalizeRGBA(this.hsvaToRgba(t)), i @@ -55119,10 +55104,10 @@ ); })(), FS = (function() { - function t(t, e, n) { + function t(t, n, e) { (this.elRef = t), - (this.cdRef = e), - (this.service = n), + (this.cdRef = n), + (this.service = e), (this.isIE10 = !1), (this.dialogArrowSize = 10), (this.dialogArrowOffset = 15), @@ -55156,8 +55141,8 @@ : "hsla" === this.cpOutputFormat ? ES.HSLA : ES.HEX), - (this.listenerMouseDown = function(e) { - t.onMouseDown(e); + (this.listenerMouseDown = function(n) { + t.onMouseDown(n); }), (this.listenerResize = function() { t.onResize(); @@ -55178,14 +55163,14 @@ this.updateColorPicker(!1), this.cdRef.detectChanges()); }), - (t.prototype.openDialog = function(t, e) { - void 0 === e && (e = !0), + (t.prototype.openDialog = function(t, n) { + void 0 === n && (n = !0), this.service.setActive(this), this.width || (this.cpWidth = this.directiveElementRef.nativeElement.offsetWidth), this.height || (this.height = 320), this.setInitialColor(t), - this.setColorFromString(t, e), + this.setColorFromString(t, n), this.openColorPicker(); }), (t.prototype.closeDialog = function() { @@ -55193,8 +55178,8 @@ }), (t.prototype.setupDialog = function( t, - e, n, + e, o, a, r, @@ -55227,7 +55212,7 @@ T, R ) { - this.setInitialColor(n), + this.setInitialColor(e), this.setColorMode(l), (this.isIE10 = 10 === @@ -55235,14 +55220,14 @@ var t = ""; "undefined" != typeof navigator && (t = navigator.userAgent.toLowerCase()); - var e = t.indexOf("msie "); + var n = t.indexOf("msie "); return ( - e > 0 && - parseInt(t.substring(e + 5, t.indexOf(".", e)), 10) + n > 0 && + parseInt(t.substring(n + 5, t.indexOf(".", n)), 10) ); })()), (this.directiveInstance = t), - (this.directiveElementRef = e), + (this.directiveElementRef = n), (this.cpDisableInput = d), (this.cpCmykEnabled = s), (this.cpAlphaChannel = c), @@ -55303,13 +55288,13 @@ (t.prototype.setInitialColor = function(t) { this.initialColor = t; }), - (t.prototype.setPresetConfig = function(t, e) { - (this.cpPresetLabel = t), (this.cpPresetColors = e); + (t.prototype.setPresetConfig = function(t, n) { + (this.cpPresetLabel = t), (this.cpPresetColors = n); }), - (t.prototype.setColorFromString = function(t, e, n) { + (t.prototype.setColorFromString = function(t, n, e) { var o; - void 0 === e && (e = !0), - void 0 === n && (n = !0), + void 0 === n && (n = !0), + void 0 === e && (e = !0), (("always" === this.cpAlphaChannel || "forced" === this.cpAlphaChannel) && ((o = this.service.stringToHsva(t, !0)) || this.hsva)) || @@ -55320,7 +55305,7 @@ o && ((this.hsva = o), (this.sliderH = this.hsva.h), - this.updateColorPicker(e, n)); + this.updateColorPicker(n, e)); }), (t.prototype.onResize = function() { "fixed" === this.position @@ -55350,8 +55335,8 @@ t.target ) || 0 !== - this.cpIgnoredElements.filter(function(e) { - return e === t.target; + this.cpIgnoredElements.filter(function(n) { + return n === t.target; }).length || (this.cpSaveClickOutside ? this.directiveInstance.colorSelected(this.outputColor) @@ -55378,13 +55363,13 @@ this.directiveInstance.colorCanceled(); }), (t.prototype.onFormatToggle = function(t) { - var e = + var n = this.dialogInputFields.length - (this.cpCmykEnabled ? 0 : 1), - n = - (((this.dialogInputFields.indexOf(this.format) + t) % e) + - e) % - e; - this.format = this.dialogInputFields[n]; + e = + (((this.dialogInputFields.indexOf(this.format) + t) % n) + + n) % + n; + this.format = this.dialogInputFields[e]; }), (t.prototype.onColorChange = function(t) { (this.hsva.s = t.s / t.rgX), @@ -55433,11 +55418,11 @@ if (null === t) this.updateColorPicker(); else { t && "#" !== t[0] && (t = "#" + t); - var e = /^#([a-f0-9]{3}|[a-f0-9]{6})$/gi; + var n = /^#([a-f0-9]{3}|[a-f0-9]{6})$/gi; "always" === this.cpAlphaChannel && - (e = /^#([a-f0-9]{3}|[a-f0-9]{6}|[a-f0-9]{8})$/gi); - var n = e.test(t); - n && + (n = /^#([a-f0-9]{3}|[a-f0-9]{6}|[a-f0-9]{8})$/gi); + var e = n.test(t); + e && (t.length < 5 && (t = "#" + @@ -55453,117 +55438,117 @@ this.setColorFromString(t, !0, !1)), this.directiveInstance.inputChanged({ input: "hex", - valid: n, + valid: e, value: t, color: this.outputColor }); } }), (t.prototype.onRedInput = function(t) { - var e = this.service.hsvaToRgba(this.hsva), - n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - n && - ((e.r = t.v / t.rg), - (this.hsva = this.service.rgbaToHsva(e)), + var n = this.service.hsvaToRgba(this.hsva), + e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + e && + ((n.r = t.v / t.rg), + (this.hsva = this.service.rgbaToHsva(n)), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "red", - valid: n, - value: e.r, + valid: e, + value: n.r, color: this.outputColor }); }), (t.prototype.onBlueInput = function(t) { - var e = this.service.hsvaToRgba(this.hsva), - n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - n && - ((e.b = t.v / t.rg), - (this.hsva = this.service.rgbaToHsva(e)), + var n = this.service.hsvaToRgba(this.hsva), + e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + e && + ((n.b = t.v / t.rg), + (this.hsva = this.service.rgbaToHsva(n)), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "blue", - valid: n, - value: e.b, + valid: e, + value: n.b, color: this.outputColor }); }), (t.prototype.onGreenInput = function(t) { - var e = this.service.hsvaToRgba(this.hsva), - n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - n && - ((e.g = t.v / t.rg), - (this.hsva = this.service.rgbaToHsva(e)), + var n = this.service.hsvaToRgba(this.hsva), + e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + e && + ((n.g = t.v / t.rg), + (this.hsva = this.service.rgbaToHsva(n)), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "green", - valid: n, - value: e.g, + valid: e, + value: n.g, color: this.outputColor }); }), (t.prototype.onHueInput = function(t) { - var e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - e && + var n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + n && ((this.hsva.h = t.v / t.rg), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "hue", - valid: e, + valid: n, value: this.hsva.h, color: this.outputColor }); }), (t.prototype.onValueInput = function(t) { - var e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - e && ((this.hsva.v = t.v / t.rg), this.updateColorPicker()), + var n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + n && ((this.hsva.v = t.v / t.rg), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "value", - valid: e, + valid: n, value: this.hsva.v, color: this.outputColor }); }), (t.prototype.onAlphaInput = function(t) { - var e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - e && ((this.hsva.a = t.v / t.rg), this.updateColorPicker()), + var n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + n && ((this.hsva.a = t.v / t.rg), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "alpha", - valid: e, + valid: n, value: this.hsva.a, color: this.outputColor }); }), (t.prototype.onLightnessInput = function(t) { - var e = this.service.hsva2hsla(this.hsva), - n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - n && - ((e.l = t.v / t.rg), - (this.hsva = this.service.hsla2hsva(e)), + var n = this.service.hsva2hsla(this.hsva), + e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + e && + ((n.l = t.v / t.rg), + (this.hsva = this.service.hsla2hsva(n)), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "lightness", - valid: n, - value: e.l, + valid: e, + value: n.l, color: this.outputColor }); }), (t.prototype.onSaturationInput = function(t) { - var e = this.service.hsva2hsla(this.hsva), - n = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; - n && - ((e.s = t.v / t.rg), - (this.hsva = this.service.hsla2hsva(e)), + var n = this.service.hsva2hsla(this.hsva), + e = !isNaN(t.v) && t.v >= 0 && t.v <= t.rg; + e && + ((n.s = t.v / t.rg), + (this.hsva = this.service.hsla2hsva(n)), (this.sliderH = this.hsva.h), this.updateColorPicker()), this.directiveInstance.inputChanged({ input: "saturation", - valid: n, - value: e.s, + valid: e, + value: n.s, color: this.outputColor }); }), @@ -55615,20 +55600,20 @@ color: this.outputColor }); }), - (t.prototype.onAddPresetColor = function(t, e) { + (t.prototype.onAddPresetColor = function(t, n) { t.stopPropagation(), this.cpPresetColors.filter(function(t) { - return t === e; + return t === n; }).length || - ((this.cpPresetColors = this.cpPresetColors.concat(e)), + ((this.cpPresetColors = this.cpPresetColors.concat(n)), this.directiveInstance.presetColorsChanged( this.cpPresetColors )); }), - (t.prototype.onRemovePresetColor = function(t, e) { + (t.prototype.onRemovePresetColor = function(t, n) { t.stopPropagation(), (this.cpPresetColors = this.cpPresetColors.filter(function(t) { - return t !== e; + return t !== n; })), this.directiveInstance.presetColorsChanged(this.cpPresetColors); }), @@ -55670,11 +55655,11 @@ window.removeEventListener("resize", this.listenerResize), this.cdRef.destroyed || this.cdRef.detectChanges()); }), - (t.prototype.updateColorPicker = function(t, e, n) { + (t.prototype.updateColorPicker = function(t, n, e) { if ( (void 0 === t && (t = !0), - void 0 === e && (e = !0), - void 0 === n && (n = !1), + void 0 === n && (n = !0), + void 0 === e && (e = !1), this.sliderDimMax) ) { 2 === this.cpColorMode && (this.hsva.s = 0); @@ -55685,7 +55670,7 @@ if ( ((a = this.service.hsva2hsla(this.hsva)), this.cpCmykEnabled - ? (n + ? (e ? ((r = this.service.cmykToRgb( this.service.normalizeCMYK(this.cmyk) )), @@ -55704,7 +55689,7 @@ new AS(this.sliderH || this.hsva.h, 1, 1, 1) ) )), - e && + n && ((this.hslaText = new TS( Math.round(360 * a.h), Math.round(100 * a.s), @@ -55799,8 +55784,8 @@ else { for ( var t = "static", - e = "", - n = void 0, + n = "", + e = void 0, o = null, a = null, r = this.directiveElementRef.nativeElement.parentNode, @@ -55810,13 +55795,13 @@ ) { if ( ("static" !== - (t = (n = window.getComputedStyle(r)).getPropertyValue( + (t = (e = window.getComputedStyle(r)).getPropertyValue( "position" )) && null === o && (o = r), - (e = n.getPropertyValue("transform")) && - "none" !== e && + (n = e.getPropertyValue("transform")) && + "none" !== n && null === a && (a = r), "fixed" === t) @@ -55863,19 +55848,19 @@ (this.left += l.width + this.dialogArrowSize - 2)); } }), - (t.prototype.isDescendant = function(t, e) { - for (var n = e.parentNode; null !== n; ) { - if (n === t) return !0; - n = n.parentNode; + (t.prototype.isDescendant = function(t, n) { + for (var e = n.parentNode; null !== e; ) { + if (e === t) return !0; + e = e.parentNode; } return !1; }), - (t.prototype.createDialogBox = function(t, e) { + (t.prototype.createDialogBox = function(t, n) { return { top: - t.getBoundingClientRect().top + (e ? window.pageYOffset : 0), + t.getBoundingClientRect().top + (n ? window.pageYOffset : 0), left: - t.getBoundingClientRect().left + (e ? window.pageXOffset : 0), + t.getBoundingClientRect().left + (n ? window.pageXOffset : 0), width: t.offsetWidth, height: t.offsetHeight }; @@ -55884,10 +55869,10 @@ ); })(), BS = (function() { - function t(t, e, n, o, a, r) { + function t(t, n, e, o, a, r) { (this.injector = t), - (this.cfr = e), - (this.appRef = n), + (this.cfr = n), + (this.appRef = e), (this.vcRef = o), (this.elRef = a), (this._service = r), @@ -55987,16 +55972,16 @@ this.cpUseRootViewContainer && "inline" !== this.cpDialogDisplay) ) { - var e = this.injector.get(this.appRef.componentTypes[0]); - (t = e.vcRef || e.viewContainerRef || this.vcRef) === + var n = this.injector.get(this.appRef.componentTypes[0]); + (t = n.vcRef || n.viewContainerRef || this.vcRef) === this.vcRef && console.warn( "You are using cpUseRootViewContainer, but the root component is not exposing viewContainerRef!Please expose it by adding 'public vcRef: ViewContainerRef' to the constructor." ); } - var n = this.cfr.resolveComponentFactory(FS), - o = we.fromResolvedProviders([], t.parentInjector); - (this.cmpRef = t.createComponent(n, 0, o, [])), + var e = this.cfr.resolveComponentFactory(FS), + o = Sn.fromResolvedProviders([], t.parentInjector); + (this.cmpRef = t.createComponent(e, 0, o, [])), this.cmpRef.instance.setupDialog( this, this.elRef, @@ -56052,9 +56037,9 @@ ? this.colorPickerOpen.emit(this.colorPicker) : this.colorPickerClose.emit(this.colorPicker); }), - (t.prototype.colorChanged = function(t, e) { - void 0 === e && (e = !0), - (this.ignoreChanges = e), + (t.prototype.colorChanged = function(t, n) { + void 0 === n && (n = !0), + (this.ignoreChanges = n), this.colorPickerChange.emit(t); }), (t.prototype.colorSelected = function(t) { @@ -56065,11 +56050,11 @@ }), (t.prototype.inputFocus = function() { var t = this.elRef.nativeElement, - e = this.cpIgnoredElements.filter(function(e) { - return e === t; + n = this.cpIgnoredElements.filter(function(n) { + return n === t; }); this.cpDisabled || - e.length || + n.length || ("undefined" != typeof document && t === document.activeElement ? this.openDialog() : this.dialog && this.dialog.show @@ -56108,46 +56093,46 @@ this.modalStack = []; } return ( - (t.prototype.addModal = function(t, e) { - if (e) { - var n = this.modalStack.findIndex(function(e) { - return e.id === t.id; + (t.prototype.addModal = function(t, n) { + if (n) { + var e = this.modalStack.findIndex(function(n) { + return n.id === t.id; }); - n > -1 - ? (this.modalStack[n].modal = t.modal) + e > -1 + ? (this.modalStack[e].modal = t.modal) : this.modalStack.push(t); } else this.modalStack.push(t); }), (t.prototype.getModal = function(t) { - return this.modalStack.filter(function(e) { - return e.id === t; + return this.modalStack.filter(function(n) { + return n.id === t; })[0].modal; }), (t.prototype.get = function(t) { return this.getModal(t); }), - (t.prototype.open = function(t, e) { - void 0 === e && (e = !1); - var n = this.modalStack.find(function(e) { - return e.id === t; + (t.prototype.open = function(t, n) { + void 0 === n && (n = !1); + var e = this.modalStack.find(function(n) { + return n.id === t; }); - if (!n) throw new Error("Modal not found"); - n.modal.open(e); + if (!e) throw new Error("Modal not found"); + e.modal.open(n); }), (t.prototype.close = function(t) { - var e = this.modalStack.find(function(e) { - return e.id === t; + var n = this.modalStack.find(function(n) { + return n.id === t; }); - if (!e) throw new Error("Modal not found"); - e.modal.close(); + if (!n) throw new Error("Modal not found"); + n.modal.close(); }), - (t.prototype.toggle = function(t, e) { - void 0 === e && (e = !1); - var n = this.modalStack.find(function(e) { - return e.id === t; + (t.prototype.toggle = function(t, n) { + void 0 === n && (n = !1); + var e = this.modalStack.find(function(n) { + return n.id === t; }); - if (!n) throw new Error("Modal not found"); - n.modal.toggle(e); + if (!e) throw new Error("Modal not found"); + e.modal.toggle(n); }), (t.prototype.getModalStack = function() { return this.modalStack; @@ -56155,8 +56140,8 @@ (t.prototype.getOpenedModals = function() { var t = []; return ( - this.modalStack.forEach(function(e) { - e.modal.visible && t.push(e); + this.modalStack.forEach(function(n) { + n.modal.visible && t.push(n); }), t ); @@ -56164,8 +56149,8 @@ (t.prototype.getHigherIndex = function() { var t = [1041]; return ( - this.getModalStack().forEach(function(e) { - t.push(e.modal.layerPosition); + this.getModalStack().forEach(function(n) { + t.push(n.modal.layerPosition); }), Math.max.apply(Math, t) + 1 ); @@ -56174,16 +56159,16 @@ return this.modalStack.length; }), (t.prototype.removeModal = function(t) { - var e = this.modalStack.findIndex(function(e) { - return e.id === t; + var n = this.modalStack.findIndex(function(n) { + return n.id === t; }); - e > -1 && this.modalStack.splice(e, 1); + n > -1 && this.modalStack.splice(n, 1); }), - (t.prototype.setModalData = function(t, e, n) { + (t.prototype.setModalData = function(t, n, e) { return ( !!this.modalStack.find(function(t) { - return t.id === e; - }) && (this.getModal(e).setData(t, n), !0) + return t.id === n; + }) && (this.getModal(n).setData(t, e), !0) ); }), (t.prototype.getModalData = function(t) { @@ -56191,12 +56176,12 @@ }), (t.prototype.resetModalData = function(t) { if ( - this.modalStack.find(function(e) { - return e.id === t; + this.modalStack.find(function(n) { + return n.id === t; }) ) { - var e = this.getModal(t).getData(); - return this.getModal(t).removeData(), e; + var n = this.getModal(t).getData(); + return this.getModal(t).removeData(), n; } return !1; }), @@ -56204,13 +56189,13 @@ var t = this; clearTimeout(this.debouncer), (this.debouncer = setTimeout(function() { - var e; + var n; return ( t.getOpenedModals().forEach(function(t) { - t.modal.layerPosition > (e ? e.modal.layerPosition : 0) && - (e = t); + t.modal.layerPosition > (n ? n.modal.layerPosition : 0) && + (n = t); }), - !!e && e.modal.close() + !!n && n.modal.close() ); }, 100)); }), @@ -56218,11 +56203,11 @@ ); })(), US = (function() { - function t(t, e, n) { + function t(t, n, e) { var o = this; (this._renderer = t), - (this._changeDetectorRef = e), - (this._ngxSmartModalService = n), + (this._changeDetectorRef = n), + (this._ngxSmartModalService = e), (this.closable = !0), (this.escapable = !0), (this.dismissable = !0), @@ -56274,16 +56259,16 @@ this._renderer.removeClass(document.body, "dialog-open"); }), (t.prototype.open = function(t) { - var e = this; + var n = this; t && (this.layerPosition = this._ngxSmartModalService.getHigherIndex()), this._renderer.addClass(document.body, "dialog-open"), (this.overlayVisible = !0), (this.visible = !0), setTimeout(function() { - (e.openedClass = !0), - e.target && e.targetPlacement(), - e._changeDetectorRef.markForCheck(); + (n.openedClass = !0), + n.target && n.targetPlacement(), + n._changeDetectorRef.markForCheck(); }), this.onOpen.emit(this), this.escapable && @@ -56307,7 +56292,7 @@ window.removeEventListener("keyup", this.escapeKeyboardEvent); }), (t.prototype.dismiss = function(t) { - var e = this; + var n = this; this.dismissable && t.target.classList.contains("overlay") && ((this.openedClass = !1), @@ -56316,12 +56301,12 @@ this._ngxSmartModalService.getOpenedModals().length < 2 && this._renderer.removeClass(document.body, "dialog-open"), setTimeout(function() { - (e.visible = !1), - e.visibleChange.emit(e.visible), - (e.overlayVisible = !1), - e._changeDetectorRef.markForCheck(), - e.onDismissFinished.emit(e), - e.onAnyCloseEventFinished.emit(e); + (n.visible = !1), + n.visibleChange.emit(n.visible), + (n.overlayVisible = !1), + n._changeDetectorRef.markForCheck(), + n.onDismissFinished.emit(n), + n.onAnyCloseEventFinished.emit(n); }, this.hideDelay), window.removeEventListener("keyup", this.escapeKeyboardEvent)); }), @@ -56344,8 +56329,8 @@ (t.prototype.hasData = function() { return void 0 !== this._data; }), - (t.prototype.setData = function(t, e) { - (!this.hasData() || (this.hasData() && e)) && + (t.prototype.setData = function(t, n) { + (!this.hasData() || (this.hasData() && n)) && ((this._data = t), this.onDataAdded.emit(this._data), this._changeDetectorRef.markForCheck()); @@ -56368,8 +56353,8 @@ var t = document .querySelector(this.target) .getBoundingClientRect(), - e = this.nsmOverlay.nativeElement.getBoundingClientRect(), - n = this.nsmContent.nativeElement.getBoundingClientRect(), + n = this.nsmOverlay.nativeElement.getBoundingClientRect(), + e = this.nsmContent.nativeElement.getBoundingClientRect(), o = this.nsmDialog.nativeElement.getBoundingClientRect(), a = parseInt( getComputedStyle(this.nsmContent.nativeElement).marginLeft, @@ -56379,13 +56364,13 @@ getComputedStyle(this.nsmContent.nativeElement).marginTop, 10 ), - i = t.top - o.top - (n.height - t.height) / 2, - l = t.left - o.left - (n.width - t.width) / 2; - l + o.left + n.width + 2 * a > e.width - ? (l = e.width - (o.left + n.width) - 2 * a) + i = t.top - o.top - (e.height - t.height) / 2, + l = t.left - o.left - (e.width - t.width) / 2; + l + o.left + e.width + 2 * a > n.width + ? (l = n.width - (o.left + e.width) - 2 * a) : l + o.left < 0 && (l = -o.left), - i + o.top + n.height + r > e.height && - (i = e.height - (o.top + n.height) - r), + i + o.top + e.height + r > n.height && + (i = n.height - (o.top + e.height) - r), i < 0 && (i = 0), this._renderer.setStyle( this.nsmContent.nativeElement, @@ -56434,10 +56419,10 @@ ], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.close() && o), o + "click" === n && (o = !1 !== t.component.close() && o), o ); }, null, @@ -56483,16 +56468,16 @@ [], [[4, "z-index", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.dismiss(n) && o), o + "click" === n && (o = !1 !== t.component.dismiss(e) && o), o ); }, null, null )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba(2, 278528, null, 0, hs, [gs], { ngClass: [0, "ngClass"] }, null), Ei(3, { transparent: 0, overlay: 1, "nsm-overlay-open": 2 }), (t()(), @@ -56510,7 +56495,7 @@ null, null )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba(6, 278528, null, 0, hs, [gs], { ngClass: [0, "ngClass"] }, null), Ii(32, 7, new Array(3)), (t()(), @@ -56547,24 +56532,24 @@ (t()(), hi(16777216, null, null, 1, null, YS)), Ba(12, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component, - o = t(e, 3, 0, !n.backdrop, !0, n.openedClass); - t(e, 2, 0, o); + function(t, n) { + var e = n.component, + o = t(n, 3, 0, !e.backdrop, !0, e.openedClass); + t(n, 2, 0, o); var a = t( - e, + n, 7, 0, "nsm-dialog", - n.customClass, - n.openedClass ? "nsm-dialog-open" : "nsm-dialog-close" + e.customClass, + e.openedClass ? "nsm-dialog-open" : "nsm-dialog-close" ); - t(e, 6, 0, a), t(e, 12, 0, n.closable); + t(n, 6, 0, a), t(n, 12, 0, e.closable); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.visible ? n.layerPosition - 1 : -1), - t(e, 4, 0, n.visible ? n.layerPosition : -1); + function(t, n) { + var e = n.component; + t(n, 0, 0, e.visible ? e.layerPosition - 1 : -1), + t(n, 4, 0, e.visible ? e.layerPosition : -1); } ); } @@ -56578,8 +56563,8 @@ (t()(), hi(16777216, null, null, 1, null, WS)), Ba(4, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - t(e, 4, 0, e.component.overlayVisible); + function(t, n) { + t(n, 4, 0, n.component.overlayVisible); }, null ); @@ -56595,25 +56580,25 @@ (t.Other = "Other"); })(SS || (SS = {})); var ZS = (function(t) { - function e() { - var e = (null !== t && t.apply(this, arguments)) || this; - return (e.Type = zx.SetModStatus), e; + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.Type = zx.SetModStatus), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), QS = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.DeleteMod), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.DeleteMod), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), XS = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.ChangeColor), e; + function n() { + var n = t.call(this) || this; + return (n.Type = zx.ChangeColor), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), JS = (function(t) { return ( @@ -56623,11 +56608,11 @@ ); })({}), $S = (function() { - function t(t, e, n, o, a) { + function t(t, n, e, o, a) { var r = this; (this.configSvc = t), - (this.beatOnApi = e), - (this.msgSvc = n), + (this.beatOnApi = n), + (this.msgSvc = e), (this.ngxSmartModalService = o), (this.dialog = a), (this.config = { Mods: [] }), @@ -56658,16 +56643,16 @@ }), (t.prototype.leftColorSelected = function(t) { console.log(t); - var e = (t = t.substr(4, t.length - 5)).split(","), - n = new XS(); - (n.Color = { - R: parseInt(e[0]), - G: parseInt(e[1]), - B: parseInt(e[2]), - A: e.length > 3 ? Math.ceil(255 * parseFloat(e[3])) : 255 + var n = (t = t.substr(4, t.length - 5)).split(","), + e = new XS(); + (e.Color = { + R: parseInt(n[0]), + G: parseInt(n[1]), + B: parseInt(n[2]), + A: n.length > 3 ? Math.ceil(255 * parseFloat(n[3])) : 255 }), - (n.ColorType = JS.LeftColor), - this.msgSvc.sendClientMessage(n); + (e.ColorType = JS.LeftColor), + this.msgSvc.sendClientMessage(e); }), Object.defineProperty(t.prototype, "rightColor", { get: function() { @@ -56689,32 +56674,32 @@ }), (t.prototype.rightColorSelected = function(t) { console.log(t); - var e = (t = t.substr(4, t.length - 5)).split(","), - n = new XS(); - (n.Color = { - R: parseInt(e[0]), - G: parseInt(e[1]), - B: parseInt(e[2]), - A: e.length > 3 ? Math.ceil(255 * parseFloat(e[3])) : 255 + var n = (t = t.substr(4, t.length - 5)).split(","), + e = new XS(); + (e.Color = { + R: parseInt(n[0]), + G: parseInt(n[1]), + B: parseInt(n[2]), + A: n.length > 3 ? Math.ceil(255 * parseFloat(n[3])) : 255 }), - (n.ColorType = JS.RightColor), - this.msgSvc.sendClientMessage(n); + (e.ColorType = JS.RightColor), + this.msgSvc.sendClientMessage(e); }), (t.prototype.ngOnInit = function() { var t = this; - this.configSvc.getConfig().subscribe(function(e) { - t.config = e.Config; + this.configSvc.getConfig().subscribe(function(n) { + t.config = n.Config; }); }), (t.prototype.getModBG = function(t) { if (t.CoverImageFilename) { - var e = encodeURIComponent(t.ID); + var n = encodeURIComponent(t.ID); return ( - (e = e.replace("(", "%28").replace(")", "%29")), + (n = n.replace("(", "%28").replace(")", "%29")), "url(" + Hl.API_ENDPOINT + "/host/beatsaber/mod/cover?modid=" + - e + + n + ")" ); } @@ -56728,17 +56713,17 @@ ? "url(../../assets/library.png)" : "url(../../assets/other.png)"; }), - (t.prototype.toggleMod = function(t, e) { - var n = this; - (this.modIDBeingSwitched = e.ID), (this.modSwitchInProgress = !0); + (t.prototype.toggleMod = function(t, n) { + var e = this; + (this.modIDBeingSwitched = n.ID), (this.modSwitchInProgress = !0); var o, a = new ZS(); - (a.ModID = e.ID), + (a.ModID = n.ID), (a.Status = t.checked ? wS.Installed : wS.NotInstalled), (o = this.msgSvc.actionResponseMessage.subscribe(function(t) { t.ResponseToMessageID == a.MessageID && - ((n.modIDBeingSwitched = null), - (n.modSwitchInProgress = !1), + ((e.modIDBeingSwitched = null), + (e.modSwitchInProgress = !1), o.unsubscribe(), t.Success || console.log( @@ -56761,7 +56746,7 @@ console.log(t), (this.selectedMod = t); }), (t.prototype.clickDeleteMod = function(t) { - var e = this; + var n = this; this.dialog .open(Xx, { width: "450px", @@ -56774,21 +56759,21 @@ } }) .afterClosed() - .subscribe(function(n) { - if (1 == n) { - e.modSwitchInProgress = !0; + .subscribe(function(e) { + if (1 == e) { + n.modSwitchInProgress = !0; var o, a = new QS(); (a.ModID = t.ID), - (o = e.msgSvc.actionResponseMessage.subscribe(function( + (o = n.msgSvc.actionResponseMessage.subscribe(function( t ) { t.ResponseToMessageID == a.MessageID && (console.log( "Got response message in mods for mod ID " + a.ModID ), - (e.modIDBeingSwitched = null), - (e.modSwitchInProgress = !1), + (n.modIDBeingSwitched = null), + (n.modSwitchInProgress = !1), o.unsubscribe(), t.Success || console.log( @@ -56796,7 +56781,7 @@ )); })), console.log("Sending message to delete mod id " + t.ID), - e.msgSvc.sendClientMessage(a); + n.msgSvc.sendClientMessage(a); } }); }), @@ -56808,12 +56793,12 @@ encapsulation: 0, styles: [ [ - ".viewport[_ngcontent-%COMP%]{height:49px;overflow-y:auto;margin-left:200px}.modContainer[_ngcontent-%COMP%]{height:115px!important}.modContainer[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .modContainer[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-left:95px}.modContainer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{margin-left:95px!important}.modCategory[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:95px;height:115px;background-size:cover;background-repeat:no-repeat;border-radius:5px 0 0 5px}.builtinMods[_ngcontent-%COMP%]{float:right;top:103px}.colorName[_ngcontent-%COMP%]{text-shadow:-1.5px 0 2px #000,0 1.5px 2px #000,1.5px 0 2px #000,0 -1.5px 2px #000}.container[_ngcontent-%COMP%]{height:330px;overflow-y:scroll;overflow-x:hidden}.description[_ngcontent-%COMP%]{margin-top:5px;font-style:italic;margin-left:5px;text-align:justify;white-space:pre-line!important}.deleteMod[_ngcontent-%COMP%]{float:right;position:absolute;top:3px;right:3px;color:#ff4500}.modUrl[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.header[_ngcontent-%COMP%]{margin-top:20px}.version[_ngcontent-%COMP%]{font-size:14px;color:#a9a9a9;margin-left:5px}.content[_ngcontent-%COMP%]{font-style:italic;margin-left:15px;margin-right:15px;text-align:justify}.modUrl[_ngcontent-%COMP%]{float:left;margin-top:5px;margin-bottom:0}.footer[_ngcontent-%COMP%]{margin-top:20px!important}.modId[_ngcontent-%COMP%]{color:#a9a9a9;font-size:8px;height:10px;position:absolute;left:5px;top:5px}.enabledtext[_ngcontent-%COMP%]{font-size:14px;float:right;margin-top:4px;color:#a9a9a9}.enabledtext.active[_ngcontent-%COMP%]{font-weight:700}.selected[_ngcontent-%COMP%]{background-color:#828282!important;color:#fff}mat-list-item[_ngcontent-%COMP%]{cursor:pointer;position:relative;left:0;background-color:#404040;margin:.5em;padding:.3em 0 .9em;height:1.6em;border-radius:4px}mat-list-item[_ngcontent-%COMP%]:hover{background-color:#474747;left:.1em}mat-list-item.selected[_ngcontent-%COMP%]:hover{background-color:#636363!important;color:#fff}.toggleContainer[_ngcontent-%COMP%]{display:block;float:right;width:65px;margin-right:6px}.toggle[_ngcontent-%COMP%], .toggleSpinner[_ngcontent-%COMP%]{display:inline-block}.toggleSpinner[_ngcontent-%COMP%]{margin-bottom:-3px;margin-left:5px;width:20px;height:20px}.description[_ngcontent-%COMP%]{font-size:12px;white-space:pre-wrap}.modal.left[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{position:fixed;margin:auto;width:600px;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal.left[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%]{height:100%;overflow-y:auto}.modal.left[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%]{padding:15px 15px 80px}.modal.right.fade[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:-320px;transition:opacity .3s linear,right .3s ease-out}.modal.right.fade.in[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:0}.modal-content[_ngcontent-%COMP%]{border-radius:0;border:none}.modal-header[_ngcontent-%COMP%]{border-bottom-color:#eee;background-color:#fafafa}" + ".viewport[_ngcontent-%COMP%]{height:49px;overflow-y:auto;margin-left:300px}.modContainer[_ngcontent-%COMP%]{height:115px!important}.modContainer[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .modContainer[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{margin-left:95px}.modContainer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{margin-left:95px!important}.modCategory[_ngcontent-%COMP%]{position:absolute;left:0;top:0;width:95px;height:115px;background-size:cover;background-repeat:no-repeat;border-radius:5px 0 0 5px}.builtinMods[_ngcontent-%COMP%]{float:right;top:103px}.colorName[_ngcontent-%COMP%]{text-shadow:-1.5px 0 2px #000,0 1.5px 2px #000,1.5px 0 2px #000,0 -1.5px 2px #000}.container[_ngcontent-%COMP%]{height:330px;overflow-y:scroll;overflow-x:hidden}.description[_ngcontent-%COMP%]{margin-top:5px;font-style:italic;margin-left:5px;text-align:justify;white-space:pre-line!important}.deleteMod[_ngcontent-%COMP%]{float:right;position:absolute;top:3px;right:3px;color:#ff4500}.modUrl[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{color:#fff}.header[_ngcontent-%COMP%]{margin-top:20px}.version[_ngcontent-%COMP%]{font-size:14px;color:#a9a9a9;margin-left:5px}.content[_ngcontent-%COMP%]{font-style:italic;margin-left:15px;margin-right:15px;text-align:justify}.modUrl[_ngcontent-%COMP%]{float:left;margin-top:5px;margin-bottom:0}.footer[_ngcontent-%COMP%]{margin-top:20px!important}.modId[_ngcontent-%COMP%]{color:#a9a9a9;font-size:8px;height:10px;position:absolute;left:5px;top:5px}.enabledtext[_ngcontent-%COMP%]{font-size:14px;float:right;margin-top:4px;color:#a9a9a9}.enabledtext.active[_ngcontent-%COMP%]{font-weight:700}.selected[_ngcontent-%COMP%]{background-color:#828282!important;color:#fff}mat-list-item[_ngcontent-%COMP%]{cursor:pointer;position:relative;left:0;background-color:#404040;margin:.5em;padding:.3em 0 .9em;height:1.6em;border-radius:4px}mat-list-item[_ngcontent-%COMP%]:hover{background-color:#474747;left:.1em}mat-list-item.selected[_ngcontent-%COMP%]:hover{background-color:#636363!important;color:#fff}.toggleContainer[_ngcontent-%COMP%]{display:block;float:right;width:65px;margin-right:6px}.toggle[_ngcontent-%COMP%], .toggleSpinner[_ngcontent-%COMP%]{display:inline-block}.toggleSpinner[_ngcontent-%COMP%]{margin-bottom:-3px;margin-left:5px;width:20px;height:20px}.description[_ngcontent-%COMP%]{font-size:12px;white-space:pre-wrap}.modal.left[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{position:fixed;margin:auto;width:700px;height:100%;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal.left[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-content[_ngcontent-%COMP%]{height:100%;overflow-y:auto}.modal.left[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%], .modal.right[_ngcontent-%COMP%] .modal-body[_ngcontent-%COMP%]{padding:15px 15px 80px}.modal.right.fade[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:-320px;transition:opacity .3s linear,right .3s ease-out}.modal.right.fade.in[_ngcontent-%COMP%] .modal-dialog[_ngcontent-%COMP%]{right:0}.modal-content[_ngcontent-%COMP%]{border-radius:0;border:none}.modal-header[_ngcontent-%COMP%]{border-bottom-color:#eee;background-color:#fafafa}" ] ], data: {} }); - function eE(t) { + function nE(t) { return Di( 0, [ @@ -56825,7 +56810,7 @@ null ); } - function nE(t) { + function eE(t) { return Di( 0, [ @@ -56834,8 +56819,8 @@ (t()(), Ai(1, null, [", ported by: ", ""])) ], null, - function(t, e) { - t(e, 1, 0, e.parent.context.$implicit.Porter); + function(t, n) { + t(n, 1, 0, n.parent.context.$implicit.Porter); } ); } @@ -56876,8 +56861,8 @@ (t()(), Ai(-1, null, ["More Information"])) ], null, - function(t, e) { - t(e, 1, 0, e.parent.context.$implicit.InfoUrl); + function(t, n) { + t(n, 1, 0, n.parent.context.$implicit.InfoUrl); } ); } @@ -56943,26 +56928,26 @@ null, 0, Uk, - [Nn, ff, [2, Ds], [2, Py], Hk], + [Ne, ff, [2, Ds], [2, Py], Hk], { diameter: [0, "diameter"], mode: [1, "mode"] }, null ) ], - function(t, e) { - t(e, 1, 0, "20", "indeterminate"); + function(t, n) { + t(n, 1, 0, "20", "indeterminate"); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1)._noopAnimations, - wa(e, 1).diameter, - wa(e, 1).diameter, - "determinate" === wa(e, 1).mode ? 0 : null, - "determinate" === wa(e, 1).mode ? 100 : null, - "determinate" === wa(e, 1).mode ? wa(e, 1).value : null, - wa(e, 1).mode + wa(n, 1)._noopAnimations, + wa(n, 1).diameter, + wa(n, 1).diameter, + "determinate" === wa(n, 1).mode ? 0 : null, + "determinate" === wa(n, 1).mode ? 100 : null, + "determinate" === wa(n, 1).mode ? wa(n, 1).value : null, + wa(n, 1).mode ); } ); @@ -56989,7 +56974,7 @@ kS, xS )), - Ba(1, 1228800, null, 3, CS, [Nn, eo, [2, _S], [2, yS]], null, null), + Ba(1, 1228800, null, 3, CS, [Ne, no, [2, _S], [2, yS]], null, null), Oi(603979776, 8, { _lines: 1 }), Oi(603979776, 9, { _avatar: 0 }), Oi(603979776, 10, { _icon: 0 }), @@ -57008,7 +56993,7 @@ null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba(7, 278528, null, 0, Ss, [ks], { ngStyle: [0, "ngStyle"] }, null), Ei(8, { "background-image": 0 }), Ba( @@ -57017,7 +57002,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -57041,16 +57026,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 12).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 12)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 12).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 12)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 12)._handleTouchend() && o), - "click" === e && + "click" === n && (o = !1 !== a.clickDeleteMod(t.context.$implicit) && o), o ); @@ -57064,7 +57049,7 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), @@ -57089,7 +57074,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -57144,7 +57129,7 @@ )), Ba(22, 16384, [[8, 4]], 0, ch, [], null, null), (t()(), Ai(23, null, [" by ", ""])), - (t()(), hi(16777216, null, null, 1, null, nE)), + (t()(), hi(16777216, null, null, 1, null, eE)), Ba(25, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -57218,17 +57203,17 @@ [2, "_mat-animation-noopable", null] ], [[null, "change"], [null, "[ngModel]"], [null, "focus"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "focus" === e && + "focus" === n && (o = !1 !== wa(t, 40)._inputElement.nativeElement.focus() && o), - "change" === e && - (o = !1 !== a.toggleMod(n, t.context.$implicit) && o), - "[ngModel]" === e && (o = o), + "change" === n && + (o = !1 !== a.toggleMod(e, t.context.$implicit) && o), + "[ngModel]" === n && (o = o), o ); }, @@ -57250,7 +57235,7 @@ null, 0, iw, - [Nn, Gf, eo, [8, null], Dr, ow, [2, Py], [2, rf]], + [Ne, Gf, no, [8, null], Dr, ow, [2, Py], [2, rf]], { disabled: [0, "disabled"], checked: [1, "checked"] }, { change: "change" } ), @@ -57269,7 +57254,7 @@ null, null )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 43, 278528, @@ -57287,83 +57272,83 @@ null, 0, uM, - [Nn, uO, gO, $n, to, Bn, [6, hs]], + [Ne, uO, gO, $e, to, Be, [6, hs]], { ngClass: [0, "ngClass"], klass: [1, "klass"] }, null ), Ei(46, { active: 0 }), (t()(), Ai(47, null, ["Mod ", ":"])) ], - function(t, e) { - var n = e.component, - o = t(e, 8, 0, n.getModBG(e.context.$implicit)); - t(e, 7, 0, o); - var a = t(e, 10, 0, n.getModBG(e.context.$implicit)); - t(e, 9, 0, a), - t(e, 12, 0, "Delete the mod from Beat On."), - t(e, 14, 0), - t(e, 25, 0, e.context.$implicit.Porter), + function(t, n) { + var e = n.component, + o = t(n, 8, 0, e.getModBG(n.context.$implicit)); + t(n, 7, 0, o); + var a = t(n, 10, 0, e.getModBG(n.context.$implicit)); + t(n, 9, 0, a), + t(n, 12, 0, "Delete the mod from Beat On."), + t(n, 14, 0), + t(n, 25, 0, n.context.$implicit.Porter), t( - e, + n, 32, 0, - null == e.context.$implicit + null == n.context.$implicit ? null - : null == e.context.$implicit.InfoUrl + : null == n.context.$implicit.InfoUrl ? null - : e.context.$implicit.InfoUrl.length + : n.context.$implicit.InfoUrl.length ), - t(e, 35, 0, n.modIDBeingSwitched != e.context.$implicit.ID), - t(e, 37, 0, n.modIDBeingSwitched == e.context.$implicit.ID), + t(n, 35, 0, e.modIDBeingSwitched != n.context.$implicit.ID), + t(n, 37, 0, e.modIDBeingSwitched == n.context.$implicit.ID), t( - e, + n, 40, 0, - n.modSwitchInProgress, - n.getModSwitch(e.context.$implicit) + e.modSwitchInProgress, + e.getModSwitch(n.context.$implicit) ); - var r = t(e, 44, 0, "Installed" == e.context.$implicit.Status); - t(e, 43, 0, "enabledtext", r); - var i = t(e, 46, 0, "Installed" == e.context.$implicit.Status); - t(e, 45, 0, i, "enabledtext"); + var r = t(n, 44, 0, "Installed" == n.context.$implicit.Status); + t(n, 43, 0, "enabledtext", r); + var i = t(n, 46, 0, "Installed" == n.context.$implicit.Status); + t(n, 45, 0, i, "enabledtext"); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1)._avatar || wa(e, 1)._icon, - wa(e, 1)._avatar || wa(e, 1)._icon + wa(n, 1)._avatar || wa(n, 1)._icon, + wa(n, 1)._avatar || wa(n, 1)._icon ), t( - e, + n, 13, 0, - wa(e, 14).inline, - "primary" !== wa(e, 14).color && - "accent" !== wa(e, 14).color && - "warn" !== wa(e, 14).color + wa(n, 14).inline, + "primary" !== wa(n, 14).color && + "accent" !== wa(n, 14).color && + "warn" !== wa(n, 14).color ), - t(e, 18, 0, e.context.$implicit.Name), - t(e, 20, 0, e.context.$implicit.Version), - t(e, 23, 0, e.context.$implicit.Author), - t(e, 28, 0, e.context.$implicit.Description), + t(n, 18, 0, n.context.$implicit.Name), + t(n, 20, 0, n.context.$implicit.Version), + t(n, 23, 0, n.context.$implicit.Author), + t(n, 28, 0, n.context.$implicit.Description), t( - e, + n, 38, 0, - wa(e, 40).id, - wa(e, 40).disabled ? null : -1, - wa(e, 40).checked, - wa(e, 40).disabled, - "before" == wa(e, 40).labelPosition, - "NoopAnimations" === wa(e, 40)._animationMode + wa(n, 40).id, + wa(n, 40).disabled ? null : -1, + wa(n, 40).checked, + wa(n, 40).disabled, + "before" == wa(n, 40).labelPosition, + "NoopAnimations" === wa(n, 40)._animationMode ), t( - e, + n, 47, 0, - "Installed" == e.context.$implicit.Status + "Installed" == n.context.$implicit.Status ? "Active" : "Inactive" ); @@ -57392,8 +57377,8 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - t(e, 1, 0, e.component.selectedMod.Name); + function(t, n) { + t(n, 1, 0, n.component.selectedMod.Name); } ); } @@ -57419,8 +57404,8 @@ (t()(), Ai(1, null, [" Created by: ", ""])) ], null, - function(t, e) { - t(e, 1, 0, e.component.selectedMod.Author); + function(t, n) { + t(n, 1, 0, n.component.selectedMod.Author); } ); } @@ -57433,8 +57418,8 @@ (t()(), Ai(1, null, [" ", " "])) ], null, - function(t, e) { - t(e, 1, 0, e.component.selectedMod.Description); + function(t, n) { + t(n, 1, 0, n.component.selectedMod.Description); } ); } @@ -57460,8 +57445,8 @@ (t()(), Ai(-1, null, [" More Info "])) ], null, - function(t, e) { - t(e, 0, 0, ea(1, "", e.component.selectedMod.InfoUrl, "")); + function(t, n) { + t(n, 0, 0, na(1, "", n.component.selectedMod.InfoUrl, "")); } ); } @@ -57497,10 +57482,10 @@ [["aria-label", "Close"], ["class", "close"], ["type", "button"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== wa(t.parent, 57).close() && o), o + "click" === n && (o = !1 !== wa(t.parent, 57).close() && o), o ); }, null, @@ -57573,25 +57558,25 @@ ky, xy )), - Ba(14, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(14, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), (t()(), Ai(-1, 0, ["Install"])), (t()(), hi(16777216, null, null, 1, null, uE)), Ba(17, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 6, 0, n.selectedMod), - t(e, 10, 0, n.selectedMod), - t(e, 12, 0, n.selectedMod), - t(e, 17, 0, n.selectedMod); + function(t, n) { + var e = n.component; + t(n, 6, 0, e.selectedMod), + t(n, 10, 0, e.selectedMod), + t(n, 12, 0, e.selectedMod), + t(n, 17, 0, e.selectedMod); }, - function(t, e) { + function(t, n) { t( - e, + n, 13, 0, - wa(e, 14).disabled || null, - "NoopAnimations" === wa(e, 14)._animationMode + wa(n, 14).disabled || null, + "NoopAnimations" === wa(n, 14)._animationMode ); } ); @@ -57630,7 +57615,7 @@ Mh, Ph )), - Ba(2, 49152, null, 0, ef, [], null, null), + Ba(2, 49152, null, 0, nf, [], null, null), (t()(), bi( 3, @@ -57646,7 +57631,7 @@ kh, xh )), - Ba(4, 49152, null, 0, nf, [], null, null), + Ba(4, 49152, null, 0, ef, [], null, null), (t()(), bi( 5, @@ -57688,7 +57673,7 @@ null, 0, Uh, - [Nn, Nh, [8, "false"], [2, Fh]], + [Ne, Nh, [8, "false"], [2, Fh]], null, null ), @@ -57769,17 +57754,17 @@ [8, "id", 0] ], [[null, "focus"], [null, "blur"], [null, "keydown"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "focus" === e && (o = !1 !== wa(t, 19).focus() && o), - "blur" === e && (o = !1 !== wa(t, 19)._blur() && o), - "keydown" === e && (o = !1 !== wa(t, 19)._keydown(n) && o), + "focus" === n && (o = !1 !== wa(t, 19).focus() && o), + "blur" === n && (o = !1 !== wa(t, 19)._blur() && o), + "keydown" === n && (o = !1 !== wa(t, 19)._keydown(e) && o), o ); }, - Sw, - ww + Gw, + Ww )), Ha(6144, null, Cw, null, [hw]), Ba( @@ -57788,7 +57773,7 @@ null, 1, hw, - [Nn, eo, [2, rf], [2, px], [2, Cx], ah, [8, null]], + [Ne, no, [2, rf], [2, px], [2, Cx], ah, [8, null]], null, null ), @@ -57829,29 +57814,29 @@ [null, "blur"], [null, "input"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && (o = !1 !== wa(t, 27)._handleClick(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 27)._handleKeydown(n) && o), - "focus" === e && (o = !1 !== wa(t, 27).focus() && o), - "blur" === e && (o = !1 !== wa(t, 27)._blur() && o), - "click" === e && (o = !1 !== wa(t, 31).handleClick() && o), - "focus" === e && (o = !1 !== wa(t, 31).handleFocus() && o), - "input" === e && (o = !1 !== wa(t, 31).handleInput(n) && o), - "colorPickerChange" === e && - (o = !1 !== (a.leftColor = n) && o), - "colorPickerSelect" === e && - (o = !1 !== a.leftColorSelected(n) && o), + "click" === n && (o = !1 !== wa(t, 27)._handleClick(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 27)._handleKeydown(e) && o), + "focus" === n && (o = !1 !== wa(t, 27).focus() && o), + "blur" === n && (o = !1 !== wa(t, 27)._blur() && o), + "click" === n && (o = !1 !== wa(t, 31).handleClick() && o), + "focus" === n && (o = !1 !== wa(t, 31).handleFocus() && o), + "input" === n && (o = !1 !== wa(t, 31).handleInput(e) && o), + "colorPickerChange" === n && + (o = !1 !== (a.leftColor = e) && o), + "colorPickerSelect" === n && + (o = !1 !== a.leftColorSelected(e) && o), o ); }, null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 23, 278528, @@ -57869,7 +57854,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -57880,7 +57865,7 @@ [[1, 4]], 3, uw, - [Nn, Dr, ff, [2, _h]], + [Ne, Dr, ff, [2, _h]], { selected: [0, "selected"] }, null ), @@ -57893,7 +57878,7 @@ null, 0, BS, - [Zt, En, Xr, so, Nn, jS], + [Zt, Ee, Xr, so, Ne, jS], { colorPicker: [0, "colorPicker"], cpCmykEnabled: [1, "cpCmykEnabled"], @@ -57962,29 +57947,29 @@ [null, "blur"], [null, "input"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && (o = !1 !== wa(t, 40)._handleClick(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 40)._handleKeydown(n) && o), - "focus" === e && (o = !1 !== wa(t, 40).focus() && o), - "blur" === e && (o = !1 !== wa(t, 40)._blur() && o), - "click" === e && (o = !1 !== wa(t, 44).handleClick() && o), - "focus" === e && (o = !1 !== wa(t, 44).handleFocus() && o), - "input" === e && (o = !1 !== wa(t, 44).handleInput(n) && o), - "colorPickerChange" === e && - (o = !1 !== (a.rightColor = n) && o), - "colorPickerSelect" === e && - (o = !1 !== a.rightColorSelected(n) && o), + "click" === n && (o = !1 !== wa(t, 40)._handleClick(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 40)._handleKeydown(e) && o), + "focus" === n && (o = !1 !== wa(t, 40).focus() && o), + "blur" === n && (o = !1 !== wa(t, 40)._blur() && o), + "click" === n && (o = !1 !== wa(t, 44).handleClick() && o), + "focus" === n && (o = !1 !== wa(t, 44).handleFocus() && o), + "input" === n && (o = !1 !== wa(t, 44).handleInput(e) && o), + "colorPickerChange" === n && + (o = !1 !== (a.rightColor = e) && o), + "colorPickerSelect" === n && + (o = !1 !== a.rightColorSelected(e) && o), o ); }, null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba( 36, 278528, @@ -58002,7 +57987,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -58013,7 +57998,7 @@ [[1, 4]], 3, uw, - [Nn, Dr, ff, [2, _h]], + [Ne, Dr, ff, [2, _h]], { selected: [0, "selected"] }, null ), @@ -58026,7 +58011,7 @@ null, 0, BS, - [Zt, En, Xr, so, Nn, jS], + [Zt, Ee, Xr, so, Ne, jS], { colorPicker: [0, "colorPicker"], cpCmykEnabled: [1, "cpCmykEnabled"], @@ -58074,7 +58059,7 @@ null, null )), - (t()(), hi(16777216, null, null, 1, null, eE)), + (t()(), hi(16777216, null, null, 1, null, nE)), Ba(49, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -58097,7 +58082,7 @@ null, 0, SO, - [Nn, uO, Lv, kO, gO], + [Ne, uO, Lv, kO, gO], { fxFlex: [0, "fxFlex"] }, null ), @@ -58116,7 +58101,7 @@ MS, PS )), - Ba(53, 704512, null, 0, yS, [Nn], null, null), + Ba(53, 704512, null, 0, yS, [Ne], null, null), (t()(), hi(16777216, null, 0, 1, null, iE)), Ba( 55, @@ -58124,7 +58109,7 @@ null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ), @@ -58139,10 +58124,10 @@ [], null, [["window", "resize"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "window:resize" === e && + "window:resize" === n && (o = !1 !== wa(t, 57).targetPlacement() && o), o ); @@ -58156,26 +58141,26 @@ [["myModal", 4]], 0, US, - [Bn, eo, HS], + [Be, no, HS], { identifier: [0, "identifier"] }, null ), (t()(), hi(16777216, null, 0, 1, null, dE)), Ba(59, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 8, 0), t(e, 19, 0); - var o = t(e, 24, 0, n.leftColor); - t(e, 23, 0, o); - var a = t(e, 26, 0, n.leftColor); - t(e, 25, 0, a), - t(e, 27, 0, ""), + function(t, n) { + var e = n.component; + t(n, 8, 0), t(n, 19, 0); + var o = t(n, 24, 0, e.leftColor); + t(n, 23, 0, o); + var a = t(n, 26, 0, e.leftColor); + t(n, 25, 0, a), + t(n, 27, 0, ""), t( - e, + n, 31, 0, - n.leftColor, + e.leftColor, !1, "rgba", !0, @@ -58185,16 +58170,16 @@ !0, "Save Color" ); - var r = t(e, 37, 0, n.rightColor); - t(e, 36, 0, r); - var i = t(e, 39, 0, n.rightColor); - t(e, 38, 0, i), - t(e, 40, 0, ""), + var r = t(n, 37, 0, e.rightColor); + t(n, 36, 0, r); + var i = t(n, 39, 0, e.rightColor); + t(n, 38, 0, i), + t(n, 40, 0, ""), t( - e, + n, 44, 0, - n.rightColor, + e.rightColor, !1, "rgba", !0, @@ -58204,61 +58189,61 @@ !0, "Save Color" ), - t(e, 49, 0, !n.config), - t(e, 51, 0, "60%"), - t(e, 55, 0, n.config.Mods), - t(e, 57, 0, "myModal"), - t(e, 59, 0, wa(e, 57).hasData()); + t(n, 49, 0, !e.config), + t(n, 51, 0, "60%"), + t(n, 55, 0, e.config.Mods), + t(n, 57, 0, "myModal"), + t(n, 59, 0, wa(n, 57).hasData()); }, - function(t, e) { + function(t, n) { t( - e, + n, 7, 0, - wa(e, 8).inline, - "primary" !== wa(e, 8).color && - "accent" !== wa(e, 8).color && - "warn" !== wa(e, 8).color - ), - t(e, 17, 1, [ - wa(e, 19).disabled ? null : wa(e, 19)._tabIndex, - wa(e, 19)._ariaDescribedby || null, - wa(e, 19).required.toString(), - wa(e, 19).disabled.toString(), - wa(e, 19).errorState, - wa(e, 19).multiple, - wa(e, 19).role, - wa(e, 19).disabled, - wa(e, 19).errorState, - wa(e, 19).required, - wa(e, 19).ariaOrientation, - wa(e, 19)._uid + wa(n, 8).inline, + "primary" !== wa(n, 8).color && + "accent" !== wa(n, 8).color && + "warn" !== wa(n, 8).color + ), + t(n, 17, 1, [ + wa(n, 19).disabled ? null : wa(n, 19)._tabIndex, + wa(n, 19)._ariaDescribedby || null, + wa(n, 19).required.toString(), + wa(n, 19).disabled.toString(), + wa(n, 19).errorState, + wa(n, 19).multiple, + wa(n, 19).role, + wa(n, 19).disabled, + wa(n, 19).errorState, + wa(n, 19).required, + wa(n, 19).ariaOrientation, + wa(n, 19)._uid ]), t( - e, + n, 21, 0, - wa(e, 27).disabled ? null : -1, - wa(e, 27).selected, - wa(e, 27).avatar, - wa(e, 27).trailingIcon || wa(e, 27).removeIcon, - wa(e, 27).disabled, - wa(e, 27).disabled || null, - wa(e, 27).disabled.toString(), - wa(e, 27).ariaSelected + wa(n, 27).disabled ? null : -1, + wa(n, 27).selected, + wa(n, 27).avatar, + wa(n, 27).trailingIcon || wa(n, 27).removeIcon, + wa(n, 27).disabled, + wa(n, 27).disabled || null, + wa(n, 27).disabled.toString(), + wa(n, 27).ariaSelected ), t( - e, + n, 34, 0, - wa(e, 40).disabled ? null : -1, - wa(e, 40).selected, - wa(e, 40).avatar, - wa(e, 40).trailingIcon || wa(e, 40).removeIcon, - wa(e, 40).disabled, - wa(e, 40).disabled || null, - wa(e, 40).disabled.toString(), - wa(e, 40).ariaSelected + wa(n, 40).disabled ? null : -1, + wa(n, 40).selected, + wa(n, 40).avatar, + wa(n, 40).trailingIcon || wa(n, 40).removeIcon, + wa(n, 40).disabled, + wa(n, 40).disabled || null, + wa(n, 40).disabled.toString(), + wa(n, 40).ariaSelected ); } ); @@ -58284,8 +58269,8 @@ )), Ba(1, 4308992, null, 0, $S, [Sg, yc, pg, HS, pv], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -58367,13 +58352,13 @@ [[1, 4]], 0, By, - [En, so], + [Ee, so], { portal: [0, "portal"] }, null ) ], - function(t, e) { - t(e, 2, 0, ""); + function(t, n) { + t(n, 2, 0, ""); }, null ); @@ -58407,33 +58392,33 @@ ["component", "@dialogContainer.start"], ["component", "@dialogContainer.done"] ], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "component:@dialogContainer.start" === e && - (o = !1 !== wa(t, 1)._onAnimationStart(n) && o), - "component:@dialogContainer.done" === e && - (o = !1 !== wa(t, 1)._onAnimationDone(n) && o), + "component:@dialogContainer.start" === n && + (o = !1 !== wa(t, 1)._onAnimationStart(e) && o), + "component:@dialogContainer.done" === n && + (o = !1 !== wa(t, 1)._onAnimationDone(e) && o), o ); }, bE, fE )), - Ba(1, 49152, null, 0, rv, [Nn, Kf, eo, [2, Ds], ov], null, null) + Ba(1, 49152, null, 0, rv, [Ne, Kf, no, [2, Ds], ov], null, null) ], null, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1)._id, - wa(e, 1)._config.role, - wa(e, 1)._config.ariaLabel ? null : wa(e, 1)._ariaLabelledBy, - wa(e, 1)._config.ariaLabel, - wa(e, 1)._config.ariaDescribedBy || null, - wa(e, 1)._state + wa(n, 1)._id, + wa(n, 1)._config.role, + wa(n, 1)._config.ariaLabel ? null : wa(n, 1)._ariaLabelledBy, + wa(n, 1)._config.ariaLabel, + wa(n, 1)._config.ariaDescribedBy || null, + wa(n, 1)._state ); } ); @@ -58542,19 +58527,19 @@ [["class", "mat-tooltip"]], [[2, "mat-tooltip-handset", null], [24, "@state", 0]], [[null, "@state.start"], [null, "@state.done"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "@state.start" === e && (o = !1 !== a._animationStart() && o), - "@state.done" === e && (o = !1 !== a._animationDone(n) && o), + "@state.start" === n && (o = !1 !== a._animationStart() && o), + "@state.done" === n && (o = !1 !== a._animationDone(e) && o), o ); }, null, null )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 2, 278528, @@ -58565,25 +58550,25 @@ { klass: [0, "klass"], ngClass: [1, "ngClass"] }, null ), - Va(131072, Ts, [eo]), + Va(131072, Ts, [no]), (t()(), Ai(4, null, ["", ""])) ], - function(t, e) { - t(e, 2, 0, "mat-tooltip", e.component.tooltipClass); + function(t, n) { + t(n, 2, 0, "mat-tooltip", n.component.tooltipClass); }, - function(t, e) { - var n, - o = e.component; + function(t, n) { + var e, + o = n.component; t( - e, + n, 0, 0, - null == (n = xo(e, 0, 0, wa(e, 3).transform(o._isHandset))) + null == (e = xo(n, 0, 0, wa(n, 3).transform(o._isHandset))) ? null - : n.matches, + : e.matches, o._visibility ), - t(e, 4, 0, o.message); + t(n, 4, 0, o.message); } ); } @@ -58602,10 +58587,10 @@ [["aria-hidden", "true"]], [[4, "zoom", null]], [["body", "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "body:click" === e && + "body:click" === n && (o = !1 !== wa(t, 1)._handleBodyInteraction() && o), o ); @@ -58613,11 +58598,11 @@ vE, CE )), - Ba(1, 180224, null, 0, cP, [eo, tP], null, null) + Ba(1, 180224, null, 0, cP, [no, tP], null, null) ], null, - function(t, e) { - t(e, 0, 0, "visible" === wa(e, 1)._visibility ? 1 : null); + function(t, n) { + t(n, 0, 0, "visible" === wa(n, 1)._visibility ? 1 : null); } ); } @@ -58650,9 +58635,9 @@ )) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, ea(1, "arrow arrow-", n.cpPosition, ""), n.arrowTop); + function(t, n) { + var e = n.component; + t(n, 0, 0, na(1, "arrow arrow-", e.cpPosition, ""), e.arrowTop); } ); } @@ -58677,17 +58662,17 @@ [null, "mousedown"], [null, "touchstart"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "mousedown" === e && (o = !1 !== wa(t, 1).mouseDown(n) && o), - "touchstart" === e && - (o = !1 !== wa(t, 1).touchStart(n) && o), - "newValue" === e && (o = !1 !== a.onColorChange(n) && o), - "dragStart" === e && + "mousedown" === n && (o = !1 !== wa(t, 1).mouseDown(e) && o), + "touchstart" === n && + (o = !1 !== wa(t, 1).touchStart(e) && o), + "newValue" === n && (o = !1 !== a.onColorChange(e) && o), + "dragStart" === n && (o = !1 !== a.onDragStart("saturation-lightness") && o), - "dragEnd" === e && + "dragEnd" === n && (o = !1 !== a.onDragEnd("saturation-lightness") && o), o ); @@ -58701,7 +58686,7 @@ null, 0, NS, - [Nn], + [Ne], { rgX: [0, "rgX"], rgY: [1, "rgY"] }, { dragEnd: "dragEnd", @@ -58725,18 +58710,18 @@ null )) ], - function(t, e) { - t(e, 1, 0, 1, 1); + function(t, n) { + t(n, 1, 0, 1, 1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, n.hueSliderColor), + function(t, n) { + var e = n.component; + t(n, 0, 0, e.hueSliderColor), t( - e, + n, 2, 0, - null == n.slider ? null : n.slider.v, - null == n.slider ? null : n.slider.s + null == e.slider ? null : e.slider.v, + null == e.slider ? null : e.slider.s ); } ); @@ -58756,12 +58741,12 @@ [["type", "button"]], [[8, "className", 0], [8, "disabled", 0]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && - (o = !1 !== a.onAddPresetColor(n, a.selectedColor) && o), + "click" === n && + (o = !1 !== a.onAddPresetColor(e, a.selectedColor) && o), o ); }, @@ -58771,17 +58756,17 @@ (t()(), Ai(1, null, [" ", " "])) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - ea(1, "", n.cpAddColorButtonClass, ""), - n.cpPresetColors && - n.cpPresetColors.length >= n.cpMaxPresetColorsLength + na(1, "", e.cpAddColorButtonClass, ""), + e.cpPresetColors && + e.cpPresetColors.length >= e.cpMaxPresetColorsLength ), - t(e, 1, 0, n.cpAddColorButtonText); + t(n, 1, 0, e.cpAddColorButtonText); } ); } @@ -58830,13 +58815,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 1).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 1).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaInput(e) && o), o ); }, @@ -58854,12 +58839,12 @@ { newValue: "newValue" } ) ], - function(t, e) { - t(e, 1, 0, 1); + function(t, n) { + t(n, 1, 0, 1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, null == n.cmykText ? null : n.cmykText.a); + function(t, n) { + var e = n.component; + t(n, 0, 0, null == e.cmykText ? null : e.cmykText.a); } ); } @@ -58925,13 +58910,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 3).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onCyanInput(n) && o), + "input" === n && (o = !1 !== wa(t, 3).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onCyanInput(e) && o), o ); }, @@ -58964,13 +58949,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 5).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onMagentaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 5).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onMagentaInput(e) && o), o ); }, @@ -59003,13 +58988,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 7).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onYellowInput(n) && o), + "input" === n && (o = !1 !== wa(t, 7).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onYellowInput(e) && o), o ); }, @@ -59042,13 +59027,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 9).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onBlackInput(n) && o), + "input" === n && (o = !1 !== wa(t, 9).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onBlackInput(e) && o), o ); }, @@ -59097,22 +59082,22 @@ (t()(), hi(16777216, null, null, 1, null, IE)), Ba(22, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 3, 0, 100), - t(e, 5, 0, 100), - t(e, 7, 0, 100), - t(e, 9, 0, 100), - t(e, 11, 0, "disabled" !== n.cpAlphaChannel), - t(e, 22, 0, "disabled" !== n.cpAlphaChannel); + function(t, n) { + var e = n.component; + t(n, 3, 0, 100), + t(n, 5, 0, 100), + t(n, 7, 0, 100), + t(n, 9, 0, 100), + t(n, 11, 0, "disabled" !== e.cpAlphaChannel), + t(n, 22, 0, "disabled" !== e.cpAlphaChannel); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, 3 !== n.format ? "none" : "block"), - t(e, 2, 0, null == n.cmykText ? null : n.cmykText.c), - t(e, 4, 0, null == n.cmykText ? null : n.cmykText.m), - t(e, 6, 0, null == n.cmykText ? null : n.cmykText.y), - t(e, 8, 0, null == n.cmykText ? null : n.cmykText.k); + function(t, n) { + var e = n.component; + t(n, 0, 0, 3 !== e.format ? "none" : "block"), + t(n, 2, 0, null == e.cmykText ? null : e.cmykText.c), + t(n, 4, 0, null == e.cmykText ? null : e.cmykText.m), + t(n, 6, 0, null == e.cmykText ? null : e.cmykText.y), + t(n, 8, 0, null == e.cmykText ? null : e.cmykText.k); } ); } @@ -59137,13 +59122,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 1).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 1).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaInput(e) && o), o ); }, @@ -59161,12 +59146,12 @@ { newValue: "newValue" } ) ], - function(t, e) { - t(e, 1, 0, 1); + function(t, n) { + t(n, 1, 0, 1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, null == n.hslaText ? null : n.hslaText.a); + function(t, n) { + var e = n.component; + t(n, 0, 0, null == e.hslaText ? null : e.hslaText.a); } ); } @@ -59232,13 +59217,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 3).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onHueInput(n) && o), + "input" === n && (o = !1 !== wa(t, 3).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onHueInput(e) && o), o ); }, @@ -59271,13 +59256,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 5).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onSaturationInput(n) && o), + "input" === n && (o = !1 !== wa(t, 5).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onSaturationInput(e) && o), o ); }, @@ -59310,13 +59295,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 7).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onLightnessInput(n) && o), + "input" === n && (o = !1 !== wa(t, 7).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onLightnessInput(e) && o), o ); }, @@ -59362,20 +59347,20 @@ (t()(), hi(16777216, null, null, 1, null, RE)), Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 3, 0, 360), - t(e, 5, 0, 100), - t(e, 7, 0, 100), - t(e, 9, 0, "disabled" !== n.cpAlphaChannel), - t(e, 18, 0, "disabled" !== n.cpAlphaChannel); + function(t, n) { + var e = n.component; + t(n, 3, 0, 360), + t(n, 5, 0, 100), + t(n, 7, 0, 100), + t(n, 9, 0, "disabled" !== e.cpAlphaChannel), + t(n, 18, 0, "disabled" !== e.cpAlphaChannel); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, 2 !== n.format ? "none" : "block"), - t(e, 2, 0, null == n.hslaText ? null : n.hslaText.h), - t(e, 4, 0, null == n.hslaText ? null : n.hslaText.s), - t(e, 6, 0, null == n.hslaText ? null : n.hslaText.l); + function(t, n) { + var e = n.component; + t(n, 0, 0, 2 !== e.format ? "none" : "block"), + t(n, 2, 0, null == e.hslaText ? null : e.hslaText.h), + t(n, 4, 0, null == e.hslaText ? null : e.hslaText.s), + t(n, 6, 0, null == e.hslaText ? null : e.hslaText.l); } ); } @@ -59400,13 +59385,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 1).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 1).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaInput(e) && o), o ); }, @@ -59424,12 +59409,12 @@ { newValue: "newValue" } ) ], - function(t, e) { - t(e, 1, 0, 1); + function(t, n) { + t(n, 1, 0, 1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, null == n.rgbaText ? null : n.rgbaText.a); + function(t, n) { + var e = n.component; + t(n, 0, 0, null == e.rgbaText ? null : e.rgbaText.a); } ); } @@ -59495,13 +59480,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 3).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onRedInput(n) && o), + "input" === n && (o = !1 !== wa(t, 3).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onRedInput(e) && o), o ); }, @@ -59534,13 +59519,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 5).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onGreenInput(n) && o), + "input" === n && (o = !1 !== wa(t, 5).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onGreenInput(e) && o), o ); }, @@ -59573,13 +59558,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 7).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onBlueInput(n) && o), + "input" === n && (o = !1 !== wa(t, 7).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onBlueInput(e) && o), o ); }, @@ -59625,20 +59610,20 @@ (t()(), hi(16777216, null, null, 1, null, zE)), Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 3, 0, 255), - t(e, 5, 0, 255), - t(e, 7, 0, 255), - t(e, 9, 0, "disabled" !== n.cpAlphaChannel), - t(e, 18, 0, "disabled" !== n.cpAlphaChannel); + function(t, n) { + var e = n.component; + t(n, 3, 0, 255), + t(n, 5, 0, 255), + t(n, 7, 0, 255), + t(n, 9, 0, "disabled" !== e.cpAlphaChannel), + t(n, 18, 0, "disabled" !== e.cpAlphaChannel); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, 1 !== n.format ? "none" : "block"), - t(e, 2, 0, null == n.rgbaText ? null : n.rgbaText.r), - t(e, 4, 0, null == n.rgbaText ? null : n.rgbaText.g), - t(e, 6, 0, null == n.rgbaText ? null : n.rgbaText.b); + function(t, n) { + var e = n.component; + t(n, 0, 0, 1 !== e.format ? "none" : "block"), + t(n, 2, 0, null == e.rgbaText ? null : e.rgbaText.r), + t(n, 4, 0, null == e.rgbaText ? null : e.rgbaText.g), + t(n, 6, 0, null == e.rgbaText ? null : e.rgbaText.b); } ); } @@ -59663,13 +59648,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 1).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 1).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaInput(e) && o), o ); }, @@ -59687,11 +59672,11 @@ { newValue: "newValue" } ) ], - function(t, e) { - t(e, 1, 0, 1); + function(t, n) { + t(n, 1, 0, 1); }, - function(t, e) { - t(e, 0, 0, e.component.hexAlpha); + function(t, n) { + t(n, 0, 0, n.component.hexAlpha); } ); } @@ -59757,14 +59742,14 @@ [null, "newValue"], [null, "input"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 3).inputChange(n) && o), - "blur" === e && (o = !1 !== a.onHexInput(null) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onHexInput(n) && o), + "input" === n && (o = !1 !== wa(t, 3).inputChange(e) && o), + "blur" === n && (o = !1 !== a.onHexInput(null) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onHexInput(e) && o), o ); }, @@ -59795,21 +59780,21 @@ (t()(), hi(16777216, null, null, 1, null, FE)), Ba(10, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 5, 0, "forced" === n.cpAlphaChannel), - t(e, 10, 0, "forced" === n.cpAlphaChannel); + function(t, n) { + var e = n.component; + t(n, 5, 0, "forced" === e.cpAlphaChannel), + t(n, 10, 0, "forced" === e.cpAlphaChannel); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - "forced" === n.cpAlphaChannel, - 0 !== n.format ? "none" : "block" + "forced" === e.cpAlphaChannel, + 0 !== e.format ? "none" : "block" ), - t(e, 2, 0, n.hexText); + t(n, 2, 0, e.hexText); } ); } @@ -59834,13 +59819,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 1).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaInput(n) && o), + "input" === n && (o = !1 !== wa(t, 1).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaInput(e) && o), o ); }, @@ -59858,12 +59843,12 @@ { newValue: "newValue" } ) ], - function(t, e) { - t(e, 1, 0, 1); + function(t, n) { + t(n, 1, 0, 1); }, - function(t, e) { - var n = e.component; - t(e, 0, 0, null == n.hslaText ? null : n.hslaText.a); + function(t, n) { + var e = n.component; + t(n, 0, 0, null == e.hslaText ? null : e.hslaText.a); } ); } @@ -59917,13 +59902,13 @@ ], [[8, "value", 0]], [[null, "keyup.enter"], [null, "newValue"], [null, "input"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && (o = !1 !== wa(t, 3).inputChange(n) && o), - "keyup.enter" === e && (o = !1 !== a.onAcceptColor(n) && o), - "newValue" === e && (o = !1 !== a.onValueInput(n) && o), + "input" === n && (o = !1 !== wa(t, 3).inputChange(e) && o), + "keyup.enter" === n && (o = !1 !== a.onAcceptColor(e) && o), + "newValue" === n && (o = !1 !== a.onValueInput(e) && o), o ); }, @@ -59964,13 +59949,13 @@ bi(9, 0, null, null, 1, "div", [], null, null, null, null, null)), (t()(), Ai(-1, null, ["A"])) ], - function(t, e) { - var n = e.component; - t(e, 3, 0, 100), t(e, 5, 0, "disabled" !== n.cpAlphaChannel); + function(t, n) { + var e = n.component; + t(n, 3, 0, 100), t(n, 5, 0, "disabled" !== e.cpAlphaChannel); }, - function(t, e) { - var n = e.component; - t(e, 2, 0, null == n.hslaText ? null : n.hslaText.l); + function(t, n) { + var e = n.component; + t(n, 2, 0, null == e.hslaText ? null : e.hslaText.l); } ); } @@ -60004,10 +59989,10 @@ [["class", "type-policy-arrow"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.onFormatToggle(-1) && o), o ); @@ -60026,10 +60011,10 @@ [["class", "type-policy-arrow"]], null, [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.onFormatToggle(1) && o), o ); @@ -60057,14 +60042,14 @@ [], [[8, "className", 0]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.onRemovePresetColor( - n, + e, t.parent.context.$implicit ) && o), o @@ -60075,8 +60060,8 @@ )) ], null, - function(t, e) { - t(e, 0, 0, ea(1, "", e.component.cpRemoveColorButtonClass, "")); + function(t, n) { + t(n, 0, 0, na(1, "", n.component.cpRemoveColorButtonClass, "")); } ); } @@ -60095,10 +60080,10 @@ [["class", "preset-color"]], [[4, "backgroundColor", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.setColorFromString(t.context.$implicit) && @@ -60112,11 +60097,11 @@ (t()(), hi(16777216, null, null, 1, null, qE)), Ba(2, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - t(e, 2, 0, e.component.cpAddColorButton); + function(t, n) { + t(n, 2, 0, n.component.cpAddColorButton); }, - function(t, e) { - t(e, 0, 0, e.context.$implicit); + function(t, n) { + t(n, 0, 0, n.context.$implicit); } ); } @@ -60133,13 +60118,13 @@ null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ) ], - function(t, e) { - t(e, 2, 0, e.component.cpPresetColors); + function(t, n) { + t(n, 2, 0, n.component.cpPresetColors); }, null ); @@ -60166,10 +60151,10 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, ea(1, "", n.cpPresetEmptyMessageClass, "")), - t(e, 1, 0, n.cpPresetEmptyMessage); + function(t, n) { + var e = n.component; + t(n, 0, 0, na(1, "", e.cpPresetEmptyMessageClass, "")), + t(n, 1, 0, e.cpPresetEmptyMessage); } ); } @@ -60215,24 +60200,24 @@ (t()(), hi(16777216, null, null, 1, null, WE)), Ba(7, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 5, 0, - null == n.cpPresetColors ? null : n.cpPresetColors.length + null == e.cpPresetColors ? null : e.cpPresetColors.length ), t( - e, + n, 7, 0, - !(null != n.cpPresetColors && n.cpPresetColors.length) && - n.cpAddColorButton + !(null != e.cpPresetColors && e.cpPresetColors.length) && + e.cpAddColorButton ); }, - function(t, e) { - t(e, 3, 0, e.component.cpPresetLabel); + function(t, n) { + t(n, 3, 0, n.component.cpPresetLabel); } ); } @@ -60251,11 +60236,11 @@ [["type", "button"]], [[8, "className", 0]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && - (o = !1 !== t.component.onCancelColor(n) && o), + "click" === n && + (o = !1 !== t.component.onCancelColor(e) && o), o ); }, @@ -60265,10 +60250,10 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, ea(1, "", n.cpCancelButtonClass, "")), - t(e, 1, 0, n.cpCancelButtonText); + function(t, n) { + var e = n.component; + t(n, 0, 0, na(1, "", e.cpCancelButtonClass, "")), + t(n, 1, 0, e.cpCancelButtonText); } ); } @@ -60287,11 +60272,11 @@ [["type", "button"]], [[8, "className", 0]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && - (o = !1 !== t.component.onAcceptColor(n) && o), + "click" === n && + (o = !1 !== t.component.onAcceptColor(e) && o), o ); }, @@ -60301,10 +60286,10 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - var n = e.component; - t(e, 0, 0, ea(1, "", n.cpOKButtonClass, "")), - t(e, 1, 0, n.cpOKButtonText); + function(t, n) { + var e = n.component; + t(n, 0, 0, na(1, "", e.cpOKButtonClass, "")), + t(n, 1, 0, e.cpOKButtonText); } ); } @@ -60332,9 +60317,9 @@ (t()(), hi(16777216, null, null, 1, null, QE)), Ba(4, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, n.cpCancelButton), t(e, 4, 0, n.cpOKButton); + function(t, n) { + var e = n.component; + t(n, 2, 0, e.cpCancelButton), t(n, 4, 0, e.cpOKButton); }, null ); @@ -60366,10 +60351,10 @@ [4, "width", "px"] ], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== n.stopPropagation() && o), o + "click" === n && (o = !1 !== e.stopPropagation() && o), o ); }, null, @@ -60475,16 +60460,16 @@ [null, "mousedown"], [null, "touchstart"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "mousedown" === e && (o = !1 !== wa(t, 18).mouseDown(n) && o), - "touchstart" === e && - (o = !1 !== wa(t, 18).touchStart(n) && o), - "newValue" === e && (o = !1 !== a.onHueChange(n) && o), - "dragStart" === e && (o = !1 !== a.onDragStart("hue") && o), - "dragEnd" === e && (o = !1 !== a.onDragEnd("hue") && o), + "mousedown" === n && (o = !1 !== wa(t, 18).mouseDown(e) && o), + "touchstart" === n && + (o = !1 !== wa(t, 18).touchStart(e) && o), + "newValue" === n && (o = !1 !== a.onHueChange(e) && o), + "dragStart" === n && (o = !1 !== a.onDragStart("hue") && o), + "dragEnd" === n && (o = !1 !== a.onDragEnd("hue") && o), o ); }, @@ -60497,7 +60482,7 @@ null, 0, NS, - [Nn], + [Ne], { rgX: [0, "rgX"] }, { dragEnd: "dragEnd", @@ -60537,16 +60522,16 @@ [null, "mousedown"], [null, "touchstart"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "mousedown" === e && (o = !1 !== wa(t, 21).mouseDown(n) && o), - "touchstart" === e && - (o = !1 !== wa(t, 21).touchStart(n) && o), - "newValue" === e && (o = !1 !== a.onValueChange(n) && o), - "dragStart" === e && (o = !1 !== a.onDragStart("value") && o), - "dragEnd" === e && (o = !1 !== a.onDragEnd("value") && o), + "mousedown" === n && (o = !1 !== wa(t, 21).mouseDown(e) && o), + "touchstart" === n && + (o = !1 !== wa(t, 21).touchStart(e) && o), + "newValue" === n && (o = !1 !== a.onValueChange(e) && o), + "dragStart" === n && (o = !1 !== a.onDragStart("value") && o), + "dragEnd" === n && (o = !1 !== a.onDragEnd("value") && o), o ); }, @@ -60559,7 +60544,7 @@ null, 0, NS, - [Nn], + [Ne], { rgX: [0, "rgX"] }, { dragEnd: "dragEnd", @@ -60599,16 +60584,16 @@ [null, "mousedown"], [null, "touchstart"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "mousedown" === e && (o = !1 !== wa(t, 24).mouseDown(n) && o), - "touchstart" === e && - (o = !1 !== wa(t, 24).touchStart(n) && o), - "newValue" === e && (o = !1 !== a.onAlphaChange(n) && o), - "dragStart" === e && (o = !1 !== a.onDragStart("alpha") && o), - "dragEnd" === e && (o = !1 !== a.onDragEnd("alpha") && o), + "mousedown" === n && (o = !1 !== wa(t, 24).mouseDown(e) && o), + "touchstart" === n && + (o = !1 !== wa(t, 24).touchStart(e) && o), + "newValue" === n && (o = !1 !== a.onAlphaChange(e) && o), + "dragStart" === n && (o = !1 !== a.onDragStart("alpha") && o), + "dragEnd" === n && (o = !1 !== a.onDragEnd("alpha") && o), o ); }, @@ -60621,7 +60606,7 @@ null, 0, NS, - [Nn], + [Ne], { rgX: [0, "rgX"] }, { dragEnd: "dragEnd", @@ -60661,58 +60646,58 @@ (t()(), hi(16777216, null, null, 1, null, XE)), Ba(41, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 5, 0, "popup" == n.cpDialogDisplay), - t(e, 7, 0, 1 === (n.cpColorMode || 1)), - t(e, 13, 0, n.cpAddColorButton), - t(e, 16, 0, "disabled" === n.cpAlphaChannel), - t(e, 18, 0, 1), - t(e, 21, 0, 1), - t(e, 24, 0, 1), - t(e, 27, 0, !n.cpDisableInput && 1 === (n.cpColorMode || 1)), - t(e, 29, 0, !n.cpDisableInput && 1 === (n.cpColorMode || 1)), - t(e, 31, 0, !n.cpDisableInput && 1 === (n.cpColorMode || 1)), - t(e, 33, 0, !n.cpDisableInput && 1 === (n.cpColorMode || 1)), - t(e, 35, 0, !n.cpDisableInput && 2 === (n.cpColorMode || 1)), - t(e, 37, 0, !n.cpDisableInput && 1 === (n.cpColorMode || 1)), + function(t, n) { + var e = n.component; + t(n, 5, 0, "popup" == e.cpDialogDisplay), + t(n, 7, 0, 1 === (e.cpColorMode || 1)), + t(n, 13, 0, e.cpAddColorButton), + t(n, 16, 0, "disabled" === e.cpAlphaChannel), + t(n, 18, 0, 1), + t(n, 21, 0, 1), + t(n, 24, 0, 1), + t(n, 27, 0, !e.cpDisableInput && 1 === (e.cpColorMode || 1)), + t(n, 29, 0, !e.cpDisableInput && 1 === (e.cpColorMode || 1)), + t(n, 31, 0, !e.cpDisableInput && 1 === (e.cpColorMode || 1)), + t(n, 33, 0, !e.cpDisableInput && 1 === (e.cpColorMode || 1)), + t(n, 35, 0, !e.cpDisableInput && 2 === (e.cpColorMode || 1)), + t(n, 37, 0, !e.cpDisableInput && 1 === (e.cpColorMode || 1)), t( - e, + n, 39, 0, - (null == n.cpPresetColors ? null : n.cpPresetColors.length) || - n.cpAddColorButton + (null == e.cpPresetColors ? null : e.cpPresetColors.length) || + e.cpAddColorButton ), - t(e, 41, 0, n.cpOKButton || n.cpCancelButton); + t(n, 41, 0, e.cpOKButton || e.cpCancelButton); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 3, 0, - n.show, - n.show ? "block" : "none", - n.show ? "visible" : "hidden", - n.top, - n.left, - n.position, - n.cpHeight, - n.cpWidth - ), - t(e, 11, 0, n.selectedColor), - t(e, 17, 0, 1 === (n.cpColorMode || 1) ? "block" : "none"), - t(e, 19, 0, null == n.slider ? null : n.slider.h), - t(e, 20, 0, 2 === (n.cpColorMode || 1) ? "block" : "none"), - t(e, 22, 0, null == n.slider ? null : n.slider.v), + e.show, + e.show ? "block" : "none", + e.show ? "visible" : "hidden", + e.top, + e.left, + e.position, + e.cpHeight, + e.cpWidth + ), + t(n, 11, 0, e.selectedColor), + t(n, 17, 0, 1 === (e.cpColorMode || 1) ? "block" : "none"), + t(n, 19, 0, null == e.slider ? null : e.slider.h), + t(n, 20, 0, 2 === (e.cpColorMode || 1) ? "block" : "none"), + t(n, 22, 0, null == e.slider ? null : e.slider.v), t( - e, + n, 23, 0, - "disabled" === n.cpAlphaChannel ? "none" : "block", - n.alphaSliderColor + "disabled" === e.cpAlphaChannel ? "none" : "block", + e.alphaSliderColor ), - t(e, 25, 0, null == n.slider ? null : n.slider.a); + t(n, 25, 0, null == e.slider ? null : e.slider.a); } ); } @@ -60731,29 +60716,29 @@ [], null, [["document", "keyup.esc"], ["document", "keyup.enter"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "document:keyup.esc" === e && - (o = !1 !== wa(t, 1).handleEsc(n) && o), - "document:keyup.enter" === e && - (o = !1 !== wa(t, 1).handleEnter(n) && o), + "document:keyup.esc" === n && + (o = !1 !== wa(t, 1).handleEsc(e) && o), + "document:keyup.enter" === n && + (o = !1 !== wa(t, 1).handleEnter(e) && o), o ); }, JE, ME )), - Ba(1, 4440064, null, 0, FS, [Nn, eo, jS], null, null) + Ba(1, 4440064, null, 0, FS, [Ne, no, jS], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var tI = ha("color-picker", FS, $E, {}, {}, []), - eI = So({ + nI = So({ encapsulation: 0, styles: [ [ @@ -60762,7 +60747,7 @@ ], data: {} }); - function nI(t) { + function eI(t) { return Di( 0, [ @@ -60784,8 +60769,8 @@ (t()(), Ai(1, null, ["", ""])) ], null, - function(t, e) { - t(e, 1, 0, e.context.$implicit); + function(t, n) { + t(n, 1, 0, n.context.$implicit); } ); } @@ -60840,7 +60825,7 @@ null, 0, qk, - [Nn, ff, [2, Ds], [2, Py], Hk], + [Ne, ff, [2, Ds], [2, Py], Hk], null, null ), @@ -60890,47 +60875,47 @@ null, 0, xC, - [Nn, eo, Dr, [2, _C], [2, rf], OC], + [Ne, no, Dr, [2, _C], [2, rf], OC], null, null ), Ba(11, 212992, null, 0, vM, [[4, xC]], null, null), - (t()(), hi(16777216, null, 0, 1, null, nI)), + (t()(), hi(16777216, null, 0, 1, null, eI)), Ba( 13, 409600, null, 0, wC, - [so, io, $n, [1, xC], Dr], + [so, io, $e, [1, xC], Dr], { cdkVirtualForOf: [0, "cdkVirtualForOf"] }, null ) ], - function(t, e) { - var n = e.component; - t(e, 8, 0, "10"), - t(e, 10, 0), - t(e, 11, 0), - t(e, 13, 0, n.messages.slice().reverse()); + function(t, n) { + var e = n.component; + t(n, 8, 0, "10"), + t(n, 10, 0), + t(n, 11, 0), + t(n, 13, 0, e.messages.slice().reverse()); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 2, 0, - wa(e, 3)._noopAnimations, - wa(e, 3).diameter, - wa(e, 3).diameter + wa(n, 3)._noopAnimations, + wa(n, 3).diameter, + wa(n, 3).diameter ), - t(e, 5, 0, n.mainText), + t(n, 5, 0, e.mainText), t( - e, + n, 6, 0, - "horizontal" === wa(e, 10).orientation, - "horizontal" !== wa(e, 10).orientation + "horizontal" === wa(n, 10).orientation, + "horizontal" !== wa(n, 10).orientation ); } ); @@ -60952,12 +60937,12 @@ null, null, oI, - eI + nI )), - Ba(1, 114688, null, 0, Ig, [lv, sv, pg, eo, Eg], null, null) + Ba(1, 114688, null, 0, Ig, [lv, sv, pg, no, Eg], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -60992,10 +60977,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickDelete() && o), + "click" === n && (o = !1 !== t.component.clickDelete() && o), o ); }, @@ -61008,23 +60993,23 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Delete"])) ], - function(t, e) { - t(e, 1, 0, "warn"); + function(t, n) { + t(n, 1, 0, "warn"); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ); } ); @@ -61048,7 +61033,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -61064,7 +61049,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -61076,10 +61061,10 @@ [["accept", "image/*"], ["hidden", ""], ["type", "file"]], null, [[null, "change"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "change" === e && + "change" === n && (o = !1 !== t.component.loadCover(wa(t, 4).files) && o), o ); @@ -61102,11 +61087,11 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && + "click" === n && (o = !1 !== (a.onQuest() ? a.questClick() : wa(t, 4).click()) && o), @@ -61116,8 +61101,8 @@ ky, xy )), - Ba(6, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), - Ba(7, 16384, null, 0, wy, [Nn], null, null), + Ba(6, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(7, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 8, @@ -61200,8 +61185,8 @@ ], null, null, - Vw, - Ew + Fw, + ww )), Ba( 14, @@ -61209,7 +61194,7 @@ null, 9, xw, - [Nn, eo, [2, Oh], [2, rf], [2, Mw], ff, Dr, [2, Py]], + [Ne, no, [2, Oh], [2, rf], [2, Mw], ff, Dr, [2, Py]], null, null ), @@ -61261,24 +61246,24 @@ [null, "compositionend"], [null, "focus"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "input" === e && - (o = !1 !== wa(t, 25)._handleInput(n.target.value) && o), - "blur" === e && (o = !1 !== wa(t, 25).onTouched() && o), - "compositionstart" === e && + "input" === n && + (o = !1 !== wa(t, 25)._handleInput(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 25).onTouched() && o), + "compositionstart" === n && (o = !1 !== wa(t, 25)._compositionStart() && o), - "compositionend" === e && - (o = !1 !== wa(t, 25)._compositionEnd(n.target.value) && o), - "blur" === e && (o = !1 !== wa(t, 30)._focusChanged(!1) && o), - "focus" === e && + "compositionend" === n && + (o = !1 !== wa(t, 25)._compositionEnd(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 30)._focusChanged(!1) && o), + "focus" === n && (o = !1 !== wa(t, 30)._focusChanged(!0) && o), - "input" === e && (o = !1 !== wa(t, 30)._onInput() && o), - "ngModelChange" === e && - (o = !1 !== (a.data.playlist.PlaylistName = n) && o), - "input" === e && + "input" === n && (o = !1 !== wa(t, 30)._onInput() && o), + "ngModelChange" === n && + (o = !1 !== (a.data.playlist.PlaylistName = e) && o), + "input" === n && (o = !1 !== a.makeAutoID(a.data.playlist.PlaylistName) && o), o @@ -61287,7 +61272,7 @@ null, null )), - Ba(25, 16384, null, 0, xM, [Bn, Nn, [2, MM]], null, null), + Ba(25, 16384, null, 0, xM, [Be, Ne, [2, MM]], null, null), Ha( 1024, null, @@ -61314,12 +61299,12 @@ 999424, null, 0, - Ww, - [Nn, ff, [6, EM], [2, px], [2, Cx], ah, [8, null], Uw, Dr], + Kw, + [Ne, ff, [6, EM], [2, px], [2, Cx], ah, [8, null], Vw, Dr], { placeholder: [0, "placeholder"] }, null ), - Ha(2048, [[1, 4], [2, 4]], Cw, null, [Ww]), + Ha(2048, [[1, 4], [2, 4]], Cw, null, [Kw]), (t()(), bi( 32, @@ -61367,10 +61352,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickSave() && o), o + "click" === n && (o = !1 !== t.component.clickSave() && o), o ); }, ky, @@ -61382,11 +61367,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(38, 16384, null, 0, wy, [Nn], null, null), + Ba(38, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Save"])), (t()(), bi( @@ -61414,91 +61399,91 @@ [["fast-click", ""], ["mat-raised-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickCancel() && o), + "click" === n && (o = !1 !== t.component.clickCancel() && o), o ); }, ky, xy )), - Ba(42, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), - Ba(43, 16384, null, 0, wy, [Nn], null, null), + Ba(42, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(43, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Cancel"])) ], - function(t, e) { - t(e, 27, 0, e.component.data.playlist.PlaylistName), - t(e, 30, 0, "Playlist Name"), - t(e, 37, 0, "accent"); + function(t, n) { + t(n, 27, 0, n.component.data.playlist.PlaylistName), + t(n, 30, 0, "Playlist Name"), + t(n, 37, 0, "accent"); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 5, 0, - wa(e, 6).disabled || null, - "NoopAnimations" === wa(e, 6)._animationMode - ), - t(e, 10, 0, n.getCover()), - t(e, 13, 1, [ - "standard" == wa(e, 14).appearance, - "fill" == wa(e, 14).appearance, - "outline" == wa(e, 14).appearance, - "legacy" == wa(e, 14).appearance, - wa(e, 14)._control.errorState, - wa(e, 14)._canLabelFloat, - wa(e, 14)._shouldLabelFloat(), - wa(e, 14)._hasFloatingLabel(), - wa(e, 14)._hideControlPlaceholder(), - wa(e, 14)._control.disabled, - wa(e, 14)._control.autofilled, - wa(e, 14)._control.focused, - "accent" == wa(e, 14).color, - "warn" == wa(e, 14).color, - wa(e, 14)._shouldForward("untouched"), - wa(e, 14)._shouldForward("touched"), - wa(e, 14)._shouldForward("pristine"), - wa(e, 14)._shouldForward("dirty"), - wa(e, 14)._shouldForward("valid"), - wa(e, 14)._shouldForward("invalid"), - wa(e, 14)._shouldForward("pending"), - !wa(e, 14)._animationsEnabled + wa(n, 6).disabled || null, + "NoopAnimations" === wa(n, 6)._animationMode + ), + t(n, 10, 0, e.getCover()), + t(n, 13, 1, [ + "standard" == wa(n, 14).appearance, + "fill" == wa(n, 14).appearance, + "outline" == wa(n, 14).appearance, + "legacy" == wa(n, 14).appearance, + wa(n, 14)._control.errorState, + wa(n, 14)._canLabelFloat, + wa(n, 14)._shouldLabelFloat(), + wa(n, 14)._hasFloatingLabel(), + wa(n, 14)._hideControlPlaceholder(), + wa(n, 14)._control.disabled, + wa(n, 14)._control.autofilled, + wa(n, 14)._control.focused, + "accent" == wa(n, 14).color, + "warn" == wa(n, 14).color, + wa(n, 14)._shouldForward("untouched"), + wa(n, 14)._shouldForward("touched"), + wa(n, 14)._shouldForward("pristine"), + wa(n, 14)._shouldForward("dirty"), + wa(n, 14)._shouldForward("valid"), + wa(n, 14)._shouldForward("invalid"), + wa(n, 14)._shouldForward("pending"), + !wa(n, 14)._animationsEnabled ]), - t(e, 24, 1, [ - wa(e, 29).ngClassUntouched, - wa(e, 29).ngClassTouched, - wa(e, 29).ngClassPristine, - wa(e, 29).ngClassDirty, - wa(e, 29).ngClassValid, - wa(e, 29).ngClassInvalid, - wa(e, 29).ngClassPending, - wa(e, 30)._isServer, - wa(e, 30).id, - wa(e, 30).placeholder, - wa(e, 30).disabled, - wa(e, 30).required, - (wa(e, 30).readonly && !wa(e, 30)._isNativeSelect) || null, - wa(e, 30)._ariaDescribedby || null, - wa(e, 30).errorState, - wa(e, 30).required.toString() + t(n, 24, 1, [ + wa(n, 29).ngClassUntouched, + wa(n, 29).ngClassTouched, + wa(n, 29).ngClassPristine, + wa(n, 29).ngClassDirty, + wa(n, 29).ngClassValid, + wa(n, 29).ngClassInvalid, + wa(n, 29).ngClassPending, + wa(n, 30)._isServer, + wa(n, 30).id, + wa(n, 30).placeholder, + wa(n, 30).disabled, + wa(n, 30).required, + (wa(n, 30).readonly && !wa(n, 30)._isNativeSelect) || null, + wa(n, 30)._ariaDescribedby || null, + wa(n, 30).errorState, + wa(n, 30).required.toString() ]), - t(e, 34, 0, "end" === wa(e, 35).align), + t(n, 34, 0, "end" === wa(n, 35).align), t( - e, + n, 36, 0, - wa(e, 37).disabled || null, - "NoopAnimations" === wa(e, 37)._animationMode + wa(n, 37).disabled || null, + "NoopAnimations" === wa(n, 37)._animationMode ), t( - e, + n, 41, 0, - wa(e, 42).disabled || null, - "NoopAnimations" === wa(e, 42)._animationMode + wa(n, 42).disabled || null, + "NoopAnimations" === wa(n, 42)._animationMode ); } ); @@ -61512,9 +61497,9 @@ (t()(), hi(16777216, null, null, 1, null, sI)), Ba(3, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, n.data && !n.data.isNew), t(e, 3, 0, n.data); + function(t, n) { + var e = n.component; + t(n, 1, 0, e.data && !e.data.isNew), t(n, 3, 0, e.data); }, null ); @@ -61540,8 +61525,8 @@ )), Ba(1, 114688, null, 0, qx, [Eg, lv, sv, pv], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -61567,7 +61552,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -61583,7 +61568,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -61649,10 +61634,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickButton1() && o), + "click" === n && (o = !1 !== t.component.clickButton1() && o), o ); }, @@ -61665,11 +61650,11 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(14, 16384, null, 0, wy, [Nn], null, null), + Ba(14, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(15, 0, ["", ""])), (t()(), bi( @@ -61697,44 +61682,44 @@ [["fast-click", ""], ["mat-raised-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickCancel() && o), + "click" === n && (o = !1 !== t.component.clickCancel() && o), o ); }, ky, xy )), - Ba(18, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), - Ba(19, 16384, null, 0, wy, [Nn], null, null), + Ba(18, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(19, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(20, 0, ["", ""])) ], - function(t, e) { - t(e, 13, 0, "accent"); + function(t, n) { + t(n, 13, 0, "accent"); }, - function(t, e) { - var n = e.component; - t(e, 6, 0, n.data.title), - t(e, 9, 0, n.data.subTitle), - t(e, 10, 0, "end" === wa(e, 11).align), + function(t, n) { + var e = n.component; + t(n, 6, 0, e.data.title), + t(n, 9, 0, e.data.subTitle), + t(n, 10, 0, "end" === wa(n, 11).align), t( - e, + n, 12, 0, - wa(e, 13).disabled || null, - "NoopAnimations" === wa(e, 13)._animationMode + wa(n, 13).disabled || null, + "NoopAnimations" === wa(n, 13)._animationMode ), - t(e, 15, 0, n.data.button1Text || "OK"), + t(n, 15, 0, e.data.button1Text || "OK"), t( - e, + n, 17, 0, - wa(e, 18).disabled || null, - "NoopAnimations" === wa(e, 18)._animationMode + wa(n, 18).disabled || null, + "NoopAnimations" === wa(n, 18)._animationMode ), - t(e, 20, 0, n.data.button2Text || "Cancel"); + t(n, 20, 0, e.data.button2Text || "Cancel"); } ); } @@ -61759,8 +61744,8 @@ )), Ba(1, 114688, null, 0, Xx, [lv, sv], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); @@ -61768,9 +61753,9 @@ var fI = ha("app-confirm-dialog", Xx, gI, {}, {}, []), hI = new Ut("MAT_GRID_LIST"), bI = (function() { - function t(t, e) { + function t(t, n) { (this._element = t), - (this._gridList = e), + (this._gridList = n), (this._rowspan = 1), (this._colspan = 1); } @@ -61795,8 +61780,8 @@ enumerable: !0, configurable: !0 }), - (t.prototype._setStyle = function(t, e) { - this._element.nativeElement.style[t] = e; + (t.prototype._setStyle = function(t, n) { + this._element.nativeElement.style[t] = n; }), t ); @@ -61821,22 +61806,22 @@ enumerable: !0, configurable: !0 }), - (t.prototype.update = function(t, e) { - var n = this; + (t.prototype.update = function(t, n) { + var e = this; (this.columnIndex = 0), (this.rowIndex = 0), (this.tracker = new Array(t)), this.tracker.fill(0, 0, this.tracker.length), - (this.positions = e.map(function(t) { - return n._trackTile(t); + (this.positions = n.map(function(t) { + return e._trackTile(t); })); }), (t.prototype._trackTile = function(t) { - var e = this._findMatchingGap(t.colspan); + var n = this._findMatchingGap(t.colspan); return ( - this._markTilePosition(e, t), - (this.columnIndex = e + t.colspan), - new yI(this.rowIndex, e) + this._markTilePosition(n, t), + (this.columnIndex = n + t.colspan), + new yI(this.rowIndex, n) ); }), (t.prototype._findMatchingGap = function(t) { @@ -61848,20 +61833,20 @@ this.tracker.length + '".' ); - var e = -1, - n = -1; + var n = -1, + e = -1; do { this.columnIndex + t > this.tracker.length ? (this._nextRow(), - (e = this.tracker.indexOf(0, this.columnIndex)), - (n = this._findGapEndIndex(e))) - : -1 != (e = this.tracker.indexOf(0, this.columnIndex)) - ? ((n = this._findGapEndIndex(e)), (this.columnIndex = e + 1)) + (n = this.tracker.indexOf(0, this.columnIndex)), + (e = this._findGapEndIndex(n))) + : -1 != (n = this.tracker.indexOf(0, this.columnIndex)) + ? ((e = this._findGapEndIndex(n)), (this.columnIndex = n + 1)) : (this._nextRow(), - (e = this.tracker.indexOf(0, this.columnIndex)), - (n = this._findGapEndIndex(e))); - } while (n - e < t || 0 == n); - return Math.max(e, 0); + (n = this.tracker.indexOf(0, this.columnIndex)), + (e = this._findGapEndIndex(n))); + } while (e - n < t || 0 == e); + return Math.max(n, 0); }), (t.prototype._nextRow = function() { (this.columnIndex = 0), this.rowIndex++; @@ -61869,20 +61854,20 @@ this.tracker[t] = Math.max(0, this.tracker[t] - 1); }), (t.prototype._findGapEndIndex = function(t) { - for (var e = t + 1; e < this.tracker.length; e++) - if (0 != this.tracker[e]) return e; + for (var n = t + 1; n < this.tracker.length; n++) + if (0 != this.tracker[n]) return n; return this.tracker.length; }), - (t.prototype._markTilePosition = function(t, e) { - for (var n = 0; n < e.colspan; n++) - this.tracker[t + n] = e.rowspan; + (t.prototype._markTilePosition = function(t, n) { + for (var e = 0; e < n.colspan; e++) + this.tracker[t + e] = n.rowspan; }), t ); })(), yI = (function() { - return function(t, e) { - (this.row = t), (this.col = e); + return function(t, n) { + (this.row = t), (this.col = n); }; })(), CI = /^-?\d+((\.\d+)?[A-Za-z%$]?)+$/, @@ -61891,44 +61876,44 @@ (this._rows = 0), (this._rowspan = 0); } return ( - (t.prototype.init = function(t, e, n, o) { + (t.prototype.init = function(t, n, e, o) { (this._gutterSize = kI(t)), - (this._rows = e.rowCount), - (this._rowspan = e.rowspan), - (this._cols = n), + (this._rows = n.rowCount), + (this._rowspan = n.rowspan), + (this._cols = e), (this._direction = o); }), - (t.prototype.getBaseTileSize = function(t, e) { - return "(" + t + "% - (" + this._gutterSize + " * " + e + "))"; + (t.prototype.getBaseTileSize = function(t, n) { + return "(" + t + "% - (" + this._gutterSize + " * " + n + "))"; }), - (t.prototype.getTilePosition = function(t, e) { - return 0 === e + (t.prototype.getTilePosition = function(t, n) { + return 0 === n ? "0" - : xI("(" + t + " + " + this._gutterSize + ") * " + e); + : xI("(" + t + " + " + this._gutterSize + ") * " + n); }), - (t.prototype.getTileSize = function(t, e) { + (t.prototype.getTileSize = function(t, n) { return ( "(" + t + " * " + - e + + n + ") + (" + - (e - 1) + + (n - 1) + " * " + this._gutterSize + ")" ); }), - (t.prototype.setStyle = function(t, e, n) { + (t.prototype.setStyle = function(t, n, e) { var o = 100 / this._cols, a = (this._cols - 1) / this._cols; - this.setColStyles(t, n, o, a), this.setRowStyles(t, e, o, a); + this.setColStyles(t, e, o, a), this.setRowStyles(t, n, o, a); }), - (t.prototype.setColStyles = function(t, e, n, o) { - var a = this.getBaseTileSize(n, o); + (t.prototype.setColStyles = function(t, n, e, o) { + var a = this.getBaseTileSize(e, o); t._setStyle( "rtl" === this._direction ? "right" : "left", - this.getTilePosition(a, e) + this.getTilePosition(a, n) ), t._setStyle("width", xI(this.getTileSize(a, t.colspan))); }), @@ -61945,15 +61930,15 @@ ); })(), OI = (function(t) { - function e(e) { - var n = t.call(this) || this; - return (n.fixedRowHeight = e), n; + function n(n) { + var e = t.call(this) || this; + return (e.fixedRowHeight = n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.init = function(e, n, o, a) { + Object(o.__extends)(n, t), + (n.prototype.init = function(n, e, o, a) { if ( - (t.prototype.init.call(this, e, n, o, a), + (t.prototype.init.call(this, n, e, o, a), (this.fixedRowHeight = kI(this.fixedRowHeight)), !CI.test(this.fixedRowHeight)) ) @@ -61963,14 +61948,14 @@ '" set as rowHeight.' ); }), - (e.prototype.setRowStyles = function(t, e) { - t._setStyle("top", this.getTilePosition(this.fixedRowHeight, e)), + (n.prototype.setRowStyles = function(t, n) { + t._setStyle("top", this.getTilePosition(this.fixedRowHeight, n)), t._setStyle( "height", xI(this.getTileSize(this.fixedRowHeight, t.rowspan)) ); }), - (e.prototype.getComputedHeight = function() { + (n.prototype.getComputedHeight = function() { return [ "height", xI( @@ -61980,38 +61965,38 @@ ) ]; }), - (e.prototype.reset = function(t) { + (n.prototype.reset = function(t) { t._setListStyle(["height", null]), t._tiles && t._tiles.forEach(function(t) { t._setStyle("top", null), t._setStyle("height", null); }); }), - e + n ); })(vI), PI = (function(t) { - function e(e) { - var n = t.call(this) || this; - return n._parseRatio(e), n; + function n(n) { + var e = t.call(this) || this; + return e._parseRatio(n), e; } return ( - Object(o.__extends)(e, t), - (e.prototype.setRowStyles = function(t, e, n, o) { + Object(o.__extends)(n, t), + (n.prototype.setRowStyles = function(t, n, e, o) { (this.baseTileHeight = this.getBaseTileSize( - n / this.rowHeightRatio, + e / this.rowHeightRatio, o )), t._setStyle( "marginTop", - this.getTilePosition(this.baseTileHeight, e) + this.getTilePosition(this.baseTileHeight, n) ), t._setStyle( "paddingTop", xI(this.getTileSize(this.baseTileHeight, t.rowspan)) ); }), - (e.prototype.getComputedHeight = function() { + (n.prototype.getComputedHeight = function() { return [ "paddingBottom", xI( @@ -62021,47 +62006,47 @@ ) ]; }), - (e.prototype.reset = function(t) { + (n.prototype.reset = function(t) { t._setListStyle(["paddingBottom", null]), t._tiles.forEach(function(t) { t._setStyle("marginTop", null), t._setStyle("paddingTop", null); }); }), - (e.prototype._parseRatio = function(t) { - var e = t.split(":"); - if (2 !== e.length) + (n.prototype._parseRatio = function(t) { + var n = t.split(":"); + if (2 !== n.length) throw Error( 'mat-grid-list: invalid ratio given for row-height: "' + t + '"' ); - this.rowHeightRatio = parseFloat(e[0]) / parseFloat(e[1]); + this.rowHeightRatio = parseFloat(n[0]) / parseFloat(n[1]); }), - e + n ); })(vI), MI = (function(t) { - function e() { + function n() { return (null !== t && t.apply(this, arguments)) || this; } return ( - Object(o.__extends)(e, t), - (e.prototype.setRowStyles = function(t, e) { - var n = this.getBaseTileSize( + Object(o.__extends)(n, t), + (n.prototype.setRowStyles = function(t, n) { + var e = this.getBaseTileSize( 100 / this._rowspan, (this._rows - 1) / this._rows ); - t._setStyle("top", this.getTilePosition(n, e)), - t._setStyle("height", xI(this.getTileSize(n, t.rowspan))); + t._setStyle("top", this.getTilePosition(e, n)), + t._setStyle("height", xI(this.getTileSize(e, t.rowspan))); }), - (e.prototype.reset = function(t) { + (n.prototype.reset = function(t) { t._tiles && t._tiles.forEach(function(t) { t._setStyle("top", null), t._setStyle("height", null); }); }), - e + n ); })(vI); function xI(t) { @@ -62071,8 +62056,8 @@ return t.match(/([A-Za-z%]+)$/) ? t : t + "px"; } var wI = (function() { - function t(t, e) { - (this._element = t), (this._dir = e), (this._gutter = "1px"); + function t(t, n) { + (this._element = t), (this._dir = n), (this._gutter = "1px"); } return ( Object.defineProperty(t.prototype, "cols", { @@ -62100,9 +62085,9 @@ return this._rowHeight; }, set: function(t) { - var e = "" + (null == t ? "" : t); - e !== this._rowHeight && - ((this._rowHeight = e), this._setTileStyler(this._rowHeight)); + var n = "" + (null == t ? "" : t); + n !== this._rowHeight && + ((this._rowHeight = n), this._setTileStyler(this._rowHeight)); }, enumerable: !0, configurable: !0 @@ -62134,16 +62119,16 @@ (t.prototype._layoutTiles = function() { var t = this; this._tileCoordinator || (this._tileCoordinator = new _I()); - var e = this._tileCoordinator, - n = this._tiles.filter(function(e) { - return !e._gridList || e._gridList === t; + var n = this._tileCoordinator, + e = this._tiles.filter(function(n) { + return !n._gridList || n._gridList === t; }), o = this._dir ? this._dir.value : "ltr"; - this._tileCoordinator.update(this.cols, n), - this._tileStyler.init(this.gutterSize, e, this.cols, o), - n.forEach(function(n, o) { - var a = e.positions[o]; - t._tileStyler.setStyle(n, a.row, a.col); + this._tileCoordinator.update(this.cols, e), + this._tileStyler.init(this.gutterSize, n, this.cols, o), + e.forEach(function(e, o) { + var a = n.positions[o]; + t._tileStyler.setStyle(e, a.row, a.col); }), this._setListStyle(this._tileStyler.getComputedHeight()); }), @@ -62235,7 +62220,7 @@ TI, AI )), - Ba(1, 49152, [[1, 4]], 0, bI, [Nn, [2, hI]], null, null), + Ba(1, 49152, [[1, 4]], 0, bI, [Ne, [2, hI]], null, null), (t()(), bi( 2, @@ -62247,10 +62232,10 @@ [["class", "coverContainer"], ["mat-raised-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.pickImage(t.context.$implicit) && o), o @@ -62259,7 +62244,7 @@ ky, xy )), - Ba(3, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(3, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), (t()(), bi( 4, @@ -62277,16 +62262,16 @@ )) ], null, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 2, 0, - wa(e, 3).disabled || null, - "NoopAnimations" === wa(e, 3)._animationMode + wa(n, 3).disabled || null, + "NoopAnimations" === wa(n, 3)._animationMode ), - t(e, 4, 0, n.getImgUrl(e.context.$implicit)); + t(n, 4, 0, e.getImgUrl(n.context.$implicit)); } ); } @@ -62309,7 +62294,7 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), + Ba(1, 49152, null, 0, nf, [], null, null), (t()(), bi( 2, @@ -62325,7 +62310,7 @@ kh, xh )), - Ba(3, 49152, null, 0, nf, [], null, null), + Ba(3, 49152, null, 0, ef, [], null, null), (t()(), bi( 4, @@ -62401,7 +62386,7 @@ null, 1, wI, - [Nn, [2, rf]], + [Ne, [2, rf]], { cols: [0, "cols"], gutterSize: [1, "gutterSize"], @@ -62417,7 +62402,7 @@ null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ), @@ -62448,32 +62433,32 @@ [["fast-click", ""], ["mat-raised-button", ""]], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && (o = !1 !== t.component.clickCancel() && o), + "click" === n && (o = !1 !== t.component.clickCancel() && o), o ); }, ky, xy )), - Ba(19, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), - Ba(20, 16384, null, 0, wy, [Nn], null, null), + Ba(19, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(20, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Cancel"])) ], - function(t, e) { - var n = e.component; - t(e, 12, 0, "3", "10px", "1:1"), t(e, 15, 0, n.images); + function(t, n) { + var e = n.component; + t(n, 12, 0, "3", "10px", "1:1"), t(n, 15, 0, e.images); }, - function(t, e) { - t(e, 16, 0, "end" === wa(e, 17).align), + function(t, n) { + t(n, 16, 0, "end" === wa(n, 17).align), t( - e, + n, 18, 0, - wa(e, 19).disabled || null, - "NoopAnimations" === wa(e, 19)._animationMode + wa(n, 19).disabled || null, + "NoopAnimations" === wa(n, 19)._animationMode ); } ); @@ -62499,35 +62484,743 @@ )), Ba(1, 114688, null, 0, Ux, [lv, yc], null, null) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } var LI = ha("app-image-picker-dialog", Ux, zI, {}, {}, []), jI = (function() { - function t() { - (this.browserLinks = [ - { title: "Beast Saber", url: "https://bsaber.com" }, - { title: "Beat Saver", url: "https://beatsaver.com" }, - { title: "Google", url: "https://google.com" }, - { - title: "Mods", - url: "https://github.com/RedBrumbler/BeatOnCustomSabers" + function t(t, n) { + (this.document = t), + (this.platformId = n), + (this.documentIsAccessible = Ls(this.platformId)); + } + return ( + (t.prototype.check = function(t) { + return ( + !!this.documentIsAccessible && + ((t = encodeURIComponent(t)), + this.getCookieRegExp(t).test(this.document.cookie)) + ); + }), + (t.prototype.get = function(t) { + if (this.documentIsAccessible && this.check(t)) { + t = encodeURIComponent(t); + var n = this.getCookieRegExp(t).exec(this.document.cookie); + return decodeURIComponent(n[1]); } - ]), + return ""; + }), + (t.prototype.getAll = function() { + if (!this.documentIsAccessible) return {}; + var t = {}, + n = this.document; + if (n.cookie && "" !== n.cookie) + for (var e = n.cookie.split(";"), o = 0; o < e.length; o += 1) { + var a = e[o].split("="); + (a[0] = a[0].replace(/^ /, "")), + (t[decodeURIComponent(a[0])] = decodeURIComponent(a[1])); + } + return t; + }), + (t.prototype.set = function(t, n, e, o, a, r, i) { + if (this.documentIsAccessible) { + var l = + encodeURIComponent(t) + "=" + encodeURIComponent(n) + ";"; + e && + (l += + "number" == typeof e + ? "expires=" + + new Date( + new Date().getTime() + 1e3 * e * 60 * 60 * 24 + ).toUTCString() + + ";" + : "expires=" + e.toUTCString() + ";"), + o && (l += "path=" + o + ";"), + a && (l += "domain=" + a + ";"), + r && (l += "secure;"), + i && (l += "sameSite=" + i + ";"), + (this.document.cookie = l); + } + }), + (t.prototype.delete = function(t, n, e) { + this.documentIsAccessible && + this.set( + t, + "", + new Date("Thu, 01 Jan 1970 00:00:01 GMT"), + n, + e + ); + }), + (t.prototype.deleteAll = function(t, n) { + if (this.documentIsAccessible) { + var e = this.getAll(); + for (var o in e) e.hasOwnProperty(o) && this.delete(o, t, n); + } + }), + (t.prototype.getCookieRegExp = function(t) { + var n = t.replace( + /([\[\]\{\}\(\)\|\=\;\+\?\,\.\*\^\$])/gi, + "\\$1" + ); + return new RegExp( + "(?:^" + n + "|;\\s*" + n + ")=(.*?)(?:;|$)", + "g" + ); + }), + t + ); + })(), + FI = (function() { + function t(t, n, e, o) { + if ( + ((this.dialogRef = t), + (this.data = n), + (this.cookies = e), + (this.appIntegration = o), + (this.historyItems = []), + (this.wasBrowserHidden = !1), + n.key) + ) { + var a = e.get("inputhistory_" + n.key); + this.historyItems = a ? JSON.parse(a) : []; + } + } + return ( + (t.prototype.ngOnInit = function() { + (this.wasBrowserHidden = !1), + this.appIntegration.isBrowserShown && + ((this.wasBrowserHidden = !0), + this.appIntegration.hideBrowser()); + }), + (t.prototype.historyClick = function(t) { + (this.inputText = t), this.clickButton1(); + }), + (t.prototype.clickButton1 = function() { + if (this.inputText) { + if (this.data.key && this.inputText) { + this.historyItems || (this.historyItems = []); + var t = this.historyItems.indexOf(this.inputText); + for ( + t >= 0 && this.historyItems.splice(t, 1), + this.historyItems.unshift(this.inputText); + this.historyItems.length > 5; + + ) + this.historyItems.pop(); + this.cookies.set( + "inputhistory_" + this.data.key, + JSON.stringify(this.historyItems) + ); + } + this.wasBrowserHidden && + ((this.wasBrowserHidden = !1), + this.appIntegration.showBrowser()), + this.dialogRef.close(this.inputText); + } + }), + (t.prototype.clickCancel = function() { + this.wasBrowserHidden && + ((this.wasBrowserHidden = !1), + this.appIntegration.showBrowser()), + this.dialogRef.close(null); + }), + (t.prototype.keyDownFunction = function(t) { + 13 == t.keyCode && this.clickButton1(); + }), + (t.ngInjectableDef = yt({ + factory: function() { + return new t(Tt(lv), Tt(sv), Tt(jI), Tt(Eg)); + }, + token: t, + providedIn: "root" + })), + t + ); + })(), + BI = So({ + encapsulation: 0, + styles: [[".histButton[_ngcontent-%COMP%]{width:100%;height:100%}"]], + data: {} + }); + function VI(t) { + return Di( + 0, + [ + (t()(), + bi( + 0, + 0, + null, + null, + 7, + "mat-list-item", + [["class", "mat-list-item"], ["role", "listitem"]], + [ + [2, "mat-list-item-avatar", null], + [2, "mat-list-item-with-avatar", null] + ], + null, + null, + kS, + xS + )), + Ba(1, 1228800, null, 3, CS, [Ne, no, [2, _S], [2, yS]], null, null), + Oi(603979776, 10, { _lines: 1 }), + Oi(603979776, 11, { _avatar: 0 }), + Oi(603979776, 12, { _icon: 0 }), + (t()(), + bi( + 5, + 0, + null, + 2, + 2, + "button", + [["class", "histButton"], ["mat-button", ""]], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "click" === n && + (o = + !1 !== t.component.historyClick(t.context.$implicit) && + o), + o + ); + }, + ky, + xy + )), + Ba(6, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + (t()(), Ai(7, 0, ["", ""])) + ], + null, + function(t, n) { + t( + n, + 0, + 0, + wa(n, 1)._avatar || wa(n, 1)._icon, + wa(n, 1)._avatar || wa(n, 1)._icon + ), + t( + n, + 5, + 0, + wa(n, 6).disabled || null, + "NoopAnimations" === wa(n, 6)._animationMode + ), + t(n, 7, 0, n.context.$implicit); + } + ); + } + function HI(t) { + return Di( + 0, + [ + (t()(), + bi( + 0, + 0, + null, + null, + 45, + "mat-card", + [["class", "mat-card"]], + null, + null, + null, + Mh, + Ph + )), + Ba(1, 49152, null, 0, nf, [], null, null), + (t()(), + bi( + 2, + 0, + null, + 0, + 7, + "mat-card-header", + [["class", "mat-card-header"]], + null, + null, + null, + kh, + xh + )), + Ba(3, 49152, null, 0, ef, [], null, null), + (t()(), + bi( + 4, + 0, + null, + 1, + 2, + "mat-card-title", + [["class", "mat-card-title"]], + null, + null, + null, + null, + null + )), + Ba(5, 16384, null, 0, Xg, [], null, null), + (t()(), Ai(6, null, ["", ""])), + (t()(), + bi( + 7, + 0, + null, + 1, + 2, + "mat-card-subtitle", + [["class", "mat-card-subtitle"]], + null, + null, + null, + null, + null + )), + Ba(8, 16384, null, 0, Jg, [], null, null), + (t()(), Ai(9, null, ["", ""])), + (t()(), + bi( + 10, + 0, + null, + 0, + 24, + "mat-card-content", + [["class", "mat-card-content"]], + null, + null, + null, + null, + null + )), + Ba(11, 16384, null, 0, Qg, [], null, null), + (t()(), + bi( + 12, + 0, + null, + null, + 18, + "mat-form-field", + [["class", "inputText mat-form-field"]], + [ + [2, "mat-form-field-appearance-standard", null], + [2, "mat-form-field-appearance-fill", null], + [2, "mat-form-field-appearance-outline", null], + [2, "mat-form-field-appearance-legacy", null], + [2, "mat-form-field-invalid", null], + [2, "mat-form-field-can-float", null], + [2, "mat-form-field-should-float", null], + [2, "mat-form-field-has-label", null], + [2, "mat-form-field-hide-placeholder", null], + [2, "mat-form-field-disabled", null], + [2, "mat-form-field-autofilled", null], + [2, "mat-focused", null], + [2, "mat-accent", null], + [2, "mat-warn", null], + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "_mat-animation-noopable", null] + ], + null, + null, + Fw, + ww + )), + Ba( + 13, + 7520256, + null, + 9, + xw, + [Ne, no, [2, Oh], [2, rf], [2, Mw], ff, Dr, [2, Py]], + null, + null + ), + Oi(603979776, 1, { _controlNonStatic: 0 }), + Oi(335544320, 2, { _controlStatic: 0 }), + Oi(603979776, 3, { _labelChildNonStatic: 0 }), + Oi(335544320, 4, { _labelChildStatic: 0 }), + Oi(603979776, 5, { _placeholderChild: 0 }), + Oi(603979776, 6, { _errorChildren: 1 }), + Oi(603979776, 7, { _hintChildren: 1 }), + Oi(603979776, 8, { _prefixChildren: 1 }), + Oi(603979776, 9, { _suffixChildren: 1 }), + (t()(), + bi( + 23, + 0, + null, + 1, + 7, + "input", + [ + ["class", "mat-input-element mat-form-field-autofill-control"], + ["matInput", ""], + ["type", "url"] + ], + [ + [2, "ng-untouched", null], + [2, "ng-touched", null], + [2, "ng-pristine", null], + [2, "ng-dirty", null], + [2, "ng-valid", null], + [2, "ng-invalid", null], + [2, "ng-pending", null], + [2, "mat-input-server", null], + [1, "id", 0], + [1, "placeholder", 0], + [8, "disabled", 0], + [8, "required", 0], + [1, "readonly", 0], + [1, "aria-describedby", 0], + [1, "aria-invalid", 0], + [1, "aria-required", 0] + ], + [ + [null, "keydown"], + [null, "ngModelChange"], + [null, "input"], + [null, "blur"], + [null, "compositionstart"], + [null, "compositionend"], + [null, "focus"] + ], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "input" === n && + (o = !1 !== wa(t, 24)._handleInput(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 24).onTouched() && o), + "compositionstart" === n && + (o = !1 !== wa(t, 24)._compositionStart() && o), + "compositionend" === n && + (o = !1 !== wa(t, 24)._compositionEnd(e.target.value) && o), + "blur" === n && (o = !1 !== wa(t, 29)._focusChanged(!1) && o), + "focus" === n && + (o = !1 !== wa(t, 29)._focusChanged(!0) && o), + "input" === n && (o = !1 !== wa(t, 29)._onInput() && o), + "keydown" === n && (o = !1 !== a.keyDownFunction(e) && o), + "ngModelChange" === n && (o = !1 !== (a.inputText = e) && o), + o + ); + }, + null, + null + )), + Ba(24, 16384, null, 0, xM, [Be, Ne, [2, MM]], null, null), + Ha( + 1024, + null, + OM, + function(t) { + return [t]; + }, + [xM] + ), + Ba( + 26, + 671744, + null, + 0, + _x, + [[8, null], [8, null], [8, null], [6, OM]], + { model: [0, "model"] }, + { update: "ngModelChange" } + ), + Ha(2048, null, EM, null, [_x]), + Ba(28, 16384, null, 0, IM, [[4, EM]], null, null), + Ba( + 29, + 999424, + null, + 0, + Kw, + [Ne, ff, [6, EM], [2, px], [2, Cx], ah, [8, null], Vw, Dr], + { placeholder: [0, "placeholder"], type: [1, "type"] }, + null + ), + Ha(2048, [[1, 4], [2, 4]], Cw, null, [Kw]), + (t()(), + bi( + 31, + 0, + null, + null, + 3, + "mat-list", + [ + ["class", "historyList mat-list mat-list-base"], + ["role", "list"] + ], + null, + null, + null, + MS, + PS + )), + Ba(32, 704512, null, 0, yS, [Ne], null, null), + (t()(), hi(16777216, null, 0, 1, null, VI)), + Ba( + 34, + 278528, + null, + 0, + _s, + [so, io, $e], + { ngForOf: [0, "ngForOf"] }, + null + ), + (t()(), + bi( + 35, + 0, + null, + 0, + 10, + "mat-card-actions", + [["class", "mat-card-actions"]], + [[2, "mat-card-actions-align-end", null]], + null, + null, + null, + null + )), + Ba(36, 16384, null, 0, $g, [], null, null), + (t()(), + bi( + 37, + 0, + null, + null, + 3, + "button", + [ + ["color", "accent"], + ["fast-click", ""], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "click" === n && (o = !1 !== t.component.clickButton1() && o), + o + ); + }, + ky, + xy + )), + Ba( + 38, + 180224, + null, + 0, + Zh, + [Ne, Gf, [2, Py]], + { color: [0, "color"] }, + null + ), + Ba(39, 16384, null, 0, wy, [Ne], null, null), + (t()(), Ai(40, 0, ["", ""])), + (t()(), + bi( + 41, + 0, + null, + null, + 0, + "div", + [["style", "display: inline-block; width: 50%"]], + null, + null, + null, + null, + null + )), + (t()(), + bi( + 42, + 0, + null, + null, + 3, + "button", + [["fast-click", ""], ["mat-raised-button", ""]], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "click" === n && (o = !1 !== t.component.clickCancel() && o), + o + ); + }, + ky, + xy + )), + Ba(43, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(44, 16384, null, 0, wy, [Ne], null, null), + (t()(), Ai(45, 0, ["", ""])) + ], + function(t, n) { + var e = n.component; + t(n, 26, 0, e.inputText), + t(n, 29, 0, na(1, "", e.data.label, ""), "url"), + t(n, 34, 0, e.historyItems), + t(n, 38, 0, "accent"); + }, + function(t, n) { + var e = n.component; + t(n, 6, 0, e.data.title), + t(n, 9, 0, e.data.subTitle), + t(n, 12, 1, [ + "standard" == wa(n, 13).appearance, + "fill" == wa(n, 13).appearance, + "outline" == wa(n, 13).appearance, + "legacy" == wa(n, 13).appearance, + wa(n, 13)._control.errorState, + wa(n, 13)._canLabelFloat, + wa(n, 13)._shouldLabelFloat(), + wa(n, 13)._hasFloatingLabel(), + wa(n, 13)._hideControlPlaceholder(), + wa(n, 13)._control.disabled, + wa(n, 13)._control.autofilled, + wa(n, 13)._control.focused, + "accent" == wa(n, 13).color, + "warn" == wa(n, 13).color, + wa(n, 13)._shouldForward("untouched"), + wa(n, 13)._shouldForward("touched"), + wa(n, 13)._shouldForward("pristine"), + wa(n, 13)._shouldForward("dirty"), + wa(n, 13)._shouldForward("valid"), + wa(n, 13)._shouldForward("invalid"), + wa(n, 13)._shouldForward("pending"), + !wa(n, 13)._animationsEnabled + ]), + t(n, 23, 1, [ + wa(n, 28).ngClassUntouched, + wa(n, 28).ngClassTouched, + wa(n, 28).ngClassPristine, + wa(n, 28).ngClassDirty, + wa(n, 28).ngClassValid, + wa(n, 28).ngClassInvalid, + wa(n, 28).ngClassPending, + wa(n, 29)._isServer, + wa(n, 29).id, + wa(n, 29).placeholder, + wa(n, 29).disabled, + wa(n, 29).required, + (wa(n, 29).readonly && !wa(n, 29)._isNativeSelect) || null, + wa(n, 29)._ariaDescribedby || null, + wa(n, 29).errorState, + wa(n, 29).required.toString() + ]), + t(n, 35, 0, "end" === wa(n, 36).align), + t( + n, + 37, + 0, + wa(n, 38).disabled || null, + "NoopAnimations" === wa(n, 38)._animationMode + ), + t(n, 40, 0, e.data.button1Text || "OK"), + t( + n, + 42, + 0, + wa(n, 43).disabled || null, + "NoopAnimations" === wa(n, 43)._animationMode + ), + t(n, 45, 0, e.data.button2Text || "Cancel"); + } + ); + } + function UI(t) { + return Di( + 0, + [ + (t()(), + bi( + 0, + 0, + null, + null, + 1, + "app-input-box", + [], + null, + null, + null, + HI, + BI + )), + Ba(1, 114688, null, 0, FI, [lv, sv, jI, Eg], null, null) + ], + function(t, n) { + t(n, 1, 0); + }, + null + ); + } + var qI = ha("app-input-box", FI, UI, {}, {}, []), + KI = (function() { + function t(t) { + (this.dialog = t), + (this.browserLinks = [ + { title: "Beast Saber", url: "https://bsaber.com" }, + { title: "Beat Saver", url: "https://beatsaver.com" }, + { title: "Google", url: "https://google.com" }, + { + title: "Mods", + url: "https://github.com/RedBrumbler/BeatOnCustomSabers" + } + ]), (this.linkSelected = new ar()); } return ( (t.prototype.clickLink = function(t) { this.linkSelected.emit(t.url); }), + (t.prototype.clickUrl = function() { + var t = this; + this.dialog + .open(FI, { + width: "600px", + height: "450px", + disableClose: !0, + data: { label: "URL", key: "browserUrl" } + }) + .afterClosed() + .subscribe(function(n) { + null != n && + (n.indexOf("://") < 1 && (n = "http://" + n), + t.linkSelected.emit(n)); + }); + }), (t.prototype.ngOnInit = function() {}), t ); })(), - FI = So({ + YI = So({ encapsulation: 0, styles: [ [ @@ -62536,7 +63229,7 @@ ], data: {} }); - function BI(t) { + function WI(t) { return Di( 0, [ @@ -62555,10 +63248,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickLink(t.context.$implicit) && o), o @@ -62567,8 +63260,8 @@ ky, xy )), - Ba(1, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba(1, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 3, @@ -62587,19 +63280,19 @@ (t()(), Ai(4, null, ["", ""])) ], null, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ), - t(e, 4, 0, e.context.$implicit.title); + t(n, 4, 0, n.context.$implicit.title); } ); } - function VI(t) { + function GI(t) { return Di( 0, [ @@ -62623,32 +63316,32 @@ [1, "aria-expanded", 0] ], [[null, "mousedown"], [null, "keydown"], [null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "mousedown" === e && - (o = !1 !== wa(t, 2)._handleMousedown(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "click" === e && (o = !1 !== wa(t, 2)._handleClick(n) && o), + "mousedown" === n && + (o = !1 !== wa(t, 2)._handleMousedown(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "click" === n && (o = !1 !== wa(t, 2)._handleClick(e) && o), o ); }, ky, xy )), - Ba(1, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(1, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), Ba( 2, 1196032, null, 0, - eM, - [$C, Nn, so, JP, [2, QP], [8, null], [2, rf], Gf], + nM, + [$C, Ne, so, JP, [2, QP], [8, null], [2, rf], Gf], { menu: [0, "menu"] }, null ), - Ba(3, 16384, null, 0, wy, [Nn], null, null), + Ba(3, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 4, @@ -62670,7 +63363,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -62696,20 +63389,33 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["expand_more"])), (t()(), - bi(10, 0, null, null, 9, "mat-menu", [], null, null, null, iM, aM)), + bi( + 10, + 0, + null, + null, + 14, + "mat-menu", + [], + null, + null, + null, + iM, + aM + )), Ba( 11, 1294336, [["menu", 4]], 2, XP, - [Nn, Dr, ZP], + [Ne, Dr, ZP], { panelClass: [0, "panelClass"] }, null ), @@ -62723,7 +63429,7 @@ 0, null, 0, - 3, + 8, "div", [["class", "mat-menu-item"], ["mat-menu-item", ""]], [ @@ -62735,12 +63441,12 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && - (o = !1 !== wa(t, 17)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && + (o = !1 !== wa(t, 17)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 17)._handleMouseEnter() && o), o ); @@ -62748,78 +63454,134 @@ sM, lM )), - Ba(17, 180224, [[1, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - (t()(), hi(16777216, null, 0, 1, null, BI)), + Ba(17, 180224, [[1, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + (t()(), + bi( + 18, + 0, + null, + 0, + 4, + "button", + [ + ["class", "linkbutton"], + ["fast-click", ""], + ["mat-raised-button", ""] + ], + [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [[null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "click" === n && (o = !1 !== t.component.clickUrl() && o), o + ); + }, + ky, + xy + )), + Ba(19, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), + Ba(20, 16384, null, 0, wy, [Ne], null, null), + (t()(), + bi( + 21, + 0, + null, + 0, + 1, + "div", + [["class", "title"]], + null, + null, + null, + null, + null + )), + (t()(), Ai(-1, null, ["URL.."])), + (t()(), hi(16777216, null, 0, 1, null, WI)), Ba( - 19, + 24, 278528, null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ) ], - function(t, e) { - var n = e.component; - t(e, 2, 0, wa(e, 11)), - t(e, 5, 0), - t(e, 8, 0), - t(e, 11, 0, "browserNavMenu"), - t(e, 19, 0, n.browserLinks); + function(t, n) { + var e = n.component; + t(n, 2, 0, wa(n, 11)), + t(n, 5, 0), + t(n, 8, 0), + t(n, 11, 0, "browserNavMenu"), + t(n, 24, 0, e.browserLinks); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode, - wa(e, 2).menuOpen || null + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode, + wa(n, 2).menuOpen || null ), t( - e, + n, 4, 0, - wa(e, 5).inline, - "primary" !== wa(e, 5).color && - "accent" !== wa(e, 5).color && - "warn" !== wa(e, 5).color + wa(n, 5).inline, + "primary" !== wa(n, 5).color && + "accent" !== wa(n, 5).color && + "warn" !== wa(n, 5).color ), t( - e, + n, 7, 0, - wa(e, 8).inline, - "primary" !== wa(e, 8).color && - "accent" !== wa(e, 8).color && - "warn" !== wa(e, 8).color + wa(n, 8).inline, + "primary" !== wa(n, 8).color && + "accent" !== wa(n, 8).color && + "warn" !== wa(n, 8).color ), t( - e, + n, 16, 0, - wa(e, 17).role, - wa(e, 17)._highlighted, - wa(e, 17)._triggersSubmenu, - wa(e, 17)._getTabIndex(), - wa(e, 17).disabled.toString(), - wa(e, 17).disabled || null + wa(n, 17).role, + wa(n, 17)._highlighted, + wa(n, 17)._triggersSubmenu, + wa(n, 17)._getTabIndex(), + wa(n, 17).disabled.toString(), + wa(n, 17).disabled || null + ), + t( + n, + 18, + 0, + wa(n, 19).disabled || null, + "NoopAnimations" === wa(n, 19)._animationMode ); } ); } - var HI = (function() { + var ZI = (function(t) { + function n() { + var n = (null !== t && t.apply(this, arguments)) || this; + return (n.Type = zx.StopDownloads), n; + } + return o.__extends(n, t), n; + })(Nx), + QI = (function() { function t(t) { (this.msgSvc = t), (this.downloads = { Downloads: [] }); } return ( (t.prototype.ngOnInit = function() { var t = this; - this.msgSvc.downloadStatusMessage.subscribe(function(e) { + this.msgSvc.downloadStatusMessage.subscribe(function(n) { console.log("got download update status message"), - (t.downloads = e); + (t.downloads = n); }); }), (t.prototype.getColor = function() { @@ -62828,10 +63590,14 @@ ? "accent" : ""; }), + (t.prototype.cancelAllDownloads = function() { + var t = new ZI(); + this.msgSvc.sendClientMessage(t); + }), t ); })(), - UI = So({ + XI = So({ encapsulation: 0, styles: [ [ @@ -62840,7 +63606,7 @@ ], data: {} }); - function qI(t) { + function JI(t) { return Di( 0, [ @@ -62850,16 +63616,118 @@ 0, null, null, - 7, + 1, + "p", + [["class", "nodownloads"], ["color", "primary"]], + null, + null, + null, + null, + null + )), + (t()(), Ai(-1, null, ["No active downloads"])) + ], + null, + null + ); + } + function $I(t) { + return Di( + 0, + [ + (t()(), + bi( + 0, + 0, + null, + null, + 4, "button", [ + ["class", "mat-menu-item"], ["fast-click", ""], - ["mat-button", ""], - ["mat-raised-button", ""] + ["mat-menu-item", ""] ], - [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], + [ + [1, "role", 0], + [2, "mat-menu-item-highlighted", null], + [2, "mat-menu-item-submenu-trigger", null], + [1, "tabindex", 0], + [1, "aria-disabled", 0], + [1, "disabled", 0] + ], + [[null, "click"], [null, "mouseenter"]], + function(t, n, e) { + var o = !0, + a = t.component; + return ( + "click" === n && (o = !1 !== wa(t, 1)._checkDisabled(e) && o), + "mouseenter" === n && + (o = !1 !== wa(t, 1)._handleMouseEnter() && o), + "click" === n && (o = !1 !== a.cancelAllDownloads() && o), + o + ); + }, + sM, + lM + )), + Ba(1, 180224, [[1, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), + (t()(), + bi(3, 0, null, 0, 1, "div", [], null, null, null, null, null)), + (t()(), Ai(-1, null, ["Cancel All Downloads"])) + ], + null, + function(t, n) { + t( + n, + 0, + 0, + wa(n, 1).role, + wa(n, 1)._highlighted, + wa(n, 1)._triggersSubmenu, + wa(n, 1)._getTabIndex(), + wa(n, 1).disabled.toString(), + wa(n, 1).disabled || null + ); + } + ); + } + function tA(t) { + return Di( + 0, + [ + (t()(), + bi( + 0, + 16777216, null, null, + 8, + "button", + [ + ["aria-haspopup", "true"], + ["fast-click", ""], + ["mat-button", ""], + ["mat-raised-button", ""] + ], + [ + [1, "disabled", 0], + [2, "_mat-animation-noopable", null], + [1, "aria-expanded", 0] + ], + [[null, "mousedown"], [null, "keydown"], [null, "click"]], + function(t, n, e) { + var o = !0; + return ( + "mousedown" === n && + (o = !1 !== wa(t, 2)._handleMousedown(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "click" === n && (o = !1 !== wa(t, 2)._handleClick(e) && o), + o + ); + }, ky, xy )), @@ -62869,14 +63737,24 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba( + 2, + 1196032, + null, + 0, + nM, + [$C, Ne, so, JP, [2, QP], [8, null], [2, rf], Gf], + { menu: [0, "menu"] }, + null + ), + Ba(3, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( - 3, + 4, 0, null, 0, @@ -62890,19 +63768,19 @@ Kh )), Ba( - 4, + 5, 9158656, null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["cloud_download"])), (t()(), bi( - 6, + 7, 0, null, 0, @@ -62915,55 +63793,73 @@ null, null )), - (t()(), Ai(7, null, ["", ""])) + (t()(), Ai(8, null, ["", ""])), + (t()(), + bi(9, 0, null, null, 9, "mat-menu", [], null, null, null, iM, aM)), + Ha(6144, null, QP, null, [XP]), + Ha(6144, null, WP, null, [QP]), + Ba(12, 1294336, [["menu", 4]], 2, XP, [Ne, Dr, ZP], null, null), + Oi(603979776, 1, { items: 1 }), + Oi(603979776, 2, { lazyContent: 0 }), + (t()(), hi(16777216, null, 0, 1, null, JI)), + Ba(16, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), + (t()(), hi(16777216, null, 0, 1, null, $I)), + Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - t(e, 1, 0, ea(1, "", e.component.getColor(), "")), t(e, 4, 0); + function(t, n) { + var e = n.component; + t(n, 1, 0, na(1, "", e.getColor(), "")), + t(n, 2, 0, wa(n, 12)), + t(n, 5, 0), + t(n, 12, 0), + t(n, 16, 0, e.downloads.Downloads.length < 1), + t(n, 18, 0, e.downloads.Downloads.length > 0); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode, + wa(n, 2).menuOpen || null ), t( - e, - 3, + n, + 4, 0, - wa(e, 4).inline, - "primary" !== wa(e, 4).color && - "accent" !== wa(e, 4).color && - "warn" !== wa(e, 4).color + wa(n, 5).inline, + "primary" !== wa(n, 5).color && + "accent" !== wa(n, 5).color && + "warn" !== wa(n, 5).color ), - t(e, 7, 0, n.downloads.Downloads.length); + t(n, 8, 0, e.downloads.Downloads.length); } ); } - var KI = (function(t) { - function e() { - var e = t.call(this) || this; - return (e.Type = zx.GetOps), e; + var nA = (function(t) { + function n() { + var n = t.call(this) || this; + return (n.Type = zx.GetOps), n; } - return o.__extends(e, t), e; + return o.__extends(n, t), n; })(Nx), - YI = (function() { - function t(t, e) { - var n = this; + eA = (function() { + function t(t, n) { + var e = this; (this.msgSvc = t), - (this.appIntegration = e), + (this.appIntegration = n), (this.wasBrowserHidden = !1), (this.ops = { Ops: [] }); var o = !1; this.msgSvc.opStatusMessage.subscribe(function(t) { - (n.ops = t), (o = !0); + (e.ops = t), (o = !0); }), t.connectionStatusChanged.subscribe(function(t) { if (t == mg.Connected && !o) { - var e = new KI(); - (e.ClearFailedOps = !1), n.msgSvc.sendClientMessage(e); + var n = new nA(); + (n.ClearFailedOps = !1), e.msgSvc.sendClientMessage(n); } }); } @@ -63004,22 +63900,22 @@ }), (t.prototype.ngOnInit = function() {}), (t.prototype.clickClearFailedOps = function() { - var t = new KI(); + var t = new nA(); (t.ClearFailedOps = !0), this.msgSvc.sendClientMessage(t); }), t ); })(), - WI = So({ + oA = So({ encapsulation: 0, styles: [ [ - '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.opsCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.noops[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}.opDesc[_ngcontent-%COMP%]{display:inline-block;min-width:100px}.opStatus[_ngcontent-%COMP%]{display:inline-block;min-width:50px;padding-right:3px}.clearFailed[_ngcontent-%COMP%]{margin-left:8px}.opId[_ngcontent-%COMP%]{display:inline-block;min-width:20px;margin-right:4px}.opContainer[_ngcontent-%COMP%]{font-size:12px}.check[_ngcontent-%COMP%]{position:absolute;color:green;top:-3px;left:24px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.sync[_ngcontent-%COMP%]{position:absolute;color:#fff;top:3px;left:0;font-size:32px;padding:0;width:32px;height:32px}.exclamation[_ngcontent-%COMP%]{position:absolute;color:red;top:0;left:22px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.iconContainer[_ngcontent-%COMP%]{width:24px;display:inline-block}.spinny[_ngcontent-%COMP%]{-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}' + '@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}@-webkit-keyframes cdk-text-field-autofill-start{}@-webkit-keyframes cdk-text-field-autofill-end{}.mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-option[_ngcontent-%COMP%]{color:#fff}.mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple):not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:focus:not(.mat-option-disabled), .mat-option[_ngcontent-%COMP%]:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active[_ngcontent-%COMP%]{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-primary[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ad2c2c}.mat-accent[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#216bad}.mat-warn[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-optgroup-disabled[_ngcontent-%COMP%] .mat-optgroup-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox[_ngcontent-%COMP%]::after{color:#303030}.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{color:#686868}.mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%], .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#216bad}.mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ad2c2c}.mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-checked[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-pseudo-checkbox-indeterminate[_ngcontent-%COMP%]{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%], .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled[_ngcontent-%COMP%]{background:#686868}.mat-elevation-z0[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3[_ngcontent-%COMP%]{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6[_ngcontent-%COMP%]{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7[_ngcontent-%COMP%]{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8[_ngcontent-%COMP%]{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9[_ngcontent-%COMP%]{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10[_ngcontent-%COMP%]{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11[_ngcontent-%COMP%]{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13[_ngcontent-%COMP%]{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14[_ngcontent-%COMP%]{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15[_ngcontent-%COMP%]{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17[_ngcontent-%COMP%]{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18[_ngcontent-%COMP%]{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19[_ngcontent-%COMP%]{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21[_ngcontent-%COMP%]{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22[_ngcontent-%COMP%]{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23[_ngcontent-%COMP%]{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-theme-loaded-marker[_ngcontent-%COMP%]{display:none}.mat-autocomplete-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-autocomplete-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content[_ngcontent-%COMP%]{outline:solid 1px;border-radius:0}.mat-checkbox-disabled[_ngcontent-%COMP%]{opacity:.5}}.mat-badge-accent[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-badge-warn[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ff5722}.mat-badge[_ngcontent-%COMP%]{position:relative}.mat-badge-hidden[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{display:none}.mat-badge-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content[_ngcontent-%COMP%]{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-content._mat-animation-noopable[_ngcontent-%COMP%], .ng-animate-disabled[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{transition:none}.mat-badge-content.mat-badge-active[_ngcontent-%COMP%]{-webkit-transform:none;transform:none}.mat-badge-small[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:16px;height:16px;line-height:16px;font-size:9px}.mat-badge-small.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-8px}.mat-badge-small.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-8px}.mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-16px}.mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-16px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-8px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-small.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-8px}.mat-badge-medium[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-11px}.mat-badge-medium.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-11px}.mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-22px}.mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-22px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-11px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-medium.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-11px}.mat-badge-large[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{width:28px;height:28px;line-height:28px;font-size:24px}.mat-badge-large.mat-badge-above[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{top:-14px}.mat-badge-large.mat-badge-below[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{bottom:-14px}.mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-28px}.mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-28px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-before[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:-14px}[dir=rtl][_ngcontent-%COMP%] .mat-badge-large.mat-badge-overlap.mat-badge-after[_ngcontent-%COMP%] .mat-badge-content[_ngcontent-%COMP%]{right:auto;left:-14px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{color:inherit;background:0 0}.mat-button.mat-primary[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-button[disabled][disabled][_ngcontent-%COMP%], .mat-icon-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-icon-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-icon-button[disabled][disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-stroked-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-stroked-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-primary[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-accent[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#216bad}.mat-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button.mat-warn[_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:#ff5722}.mat-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%], .mat-stroked-button[disabled][_ngcontent-%COMP%] .mat-button-focus-overlay[_ngcontent-%COMP%]{background-color:transparent}.mat-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{opacity:.1;background-color:currentColor}.mat-button-focus-overlay[_ngcontent-%COMP%]{background:#fff}.mat-stroked-button[_ngcontent-%COMP%]:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%]{color:#fff;background-color:#424242}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{color:#fff}.mat-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-fab[disabled][disabled][_ngcontent-%COMP%], .mat-flat-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-flat-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-flat-button[disabled][disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-accent[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-primary[disabled][_ngcontent-%COMP%], .mat-mini-fab.mat-warn[disabled][_ngcontent-%COMP%], .mat-mini-fab[disabled][disabled][_ngcontent-%COMP%], .mat-raised-button.mat-accent[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-primary[disabled][_ngcontent-%COMP%], .mat-raised-button.mat-warn[disabled][_ngcontent-%COMP%], .mat-raised-button[disabled][disabled][_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-fab.mat-accent[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-fab.mat-warn[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-flat-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-mini-fab.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-raised-button.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-flat-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-stroked-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab[_ngcontent-%COMP%]:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled][_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group[_ngcontent-%COMP%], .mat-button-toggle-standalone[_ngcontent-%COMP%]{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%], .mat-button-toggle-standalone.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-button-toggle[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff;background:#424242}.mat-button-toggle-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle-focus-overlay[_ngcontent-%COMP%]{background-color:#fff}.mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl][_ngcontent-%COMP%] .mat-button-toggle-group-appearance-standard[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical[_ngcontent-%COMP%] .mat-button-toggle[_ngcontent-%COMP%] + .mat-button-toggle[_ngcontent-%COMP%]{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{color:#fff}.mat-button-toggle-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard[_ngcontent-%COMP%]{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked[_ngcontent-%COMP%]{background-color:#424242}.mat-card[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-card[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-checkbox-frame[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark[_ngcontent-%COMP%]{fill:#303030}.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path[_ngcontent-%COMP%]{stroke:#000!important}}.mat-checkbox-mixedmark[_ngcontent-%COMP%]{background-color:#303030}.mat-checkbox-checked.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-primary[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-accent[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#216bad}.mat-checkbox-checked.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-indeterminate.mat-warn[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%], .mat-checkbox-disabled.mat-checkbox-indeterminate[_ngcontent-%COMP%] .mat-checkbox-background[_ngcontent-%COMP%]{background-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%]:not(.mat-checkbox-checked) .mat-checkbox-frame[_ngcontent-%COMP%]{border-color:#686868}.mat-checkbox-disabled[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background[_ngcontent-%COMP%]{background:0 0}.mat-ripple-element[_ngcontent-%COMP%]{display:none}}.mat-checkbox[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element[_ngcontent-%COMP%]{background:#ad2c2c}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element[_ngcontent-%COMP%]{background:#216bad}.mat-checkbox-checked[_ngcontent-%COMP%]:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%], .mat-checkbox[_ngcontent-%COMP%]:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element[_ngcontent-%COMP%]{background:#ff5722}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]:not(.mat-chip-disabled) .mat-chip-remove[_ngcontent-%COMP%]:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled[_ngcontent-%COMP%]{opacity:.4}.mat-chip.mat-standard-chip[_ngcontent-%COMP%]::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-chip-remove[_ngcontent-%COMP%]{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background:rgba(255,255,255,.1)}.mat-table[_ngcontent-%COMP%]{background:#424242}.mat-table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] tfoot[_ngcontent-%COMP%], .mat-table[_ngcontent-%COMP%] thead[_ngcontent-%COMP%], .mat-table-sticky[_ngcontent-%COMP%], [mat-footer-row][_ngcontent-%COMP%], [mat-header-row][_ngcontent-%COMP%], [mat-row][_ngcontent-%COMP%], mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%]{background:inherit}mat-footer-row[_ngcontent-%COMP%], mat-header-row[_ngcontent-%COMP%], mat-row[_ngcontent-%COMP%], td.mat-cell[_ngcontent-%COMP%], td.mat-footer-cell[_ngcontent-%COMP%], th.mat-header-cell[_ngcontent-%COMP%]{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{color:#fff}.mat-calendar-arrow[_ngcontent-%COMP%]{border-top-color:#fff}.mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-next-button[_ngcontent-%COMP%], .mat-datepicker-content[_ngcontent-%COMP%] .mat-calendar-previous-button[_ngcontent-%COMP%], .mat-datepicker-toggle[_ngcontent-%COMP%]{color:#fff}.mat-calendar-table-header[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider[_ngcontent-%COMP%]::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content[_ngcontent-%COMP%]{color:#fff;border-color:transparent}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .cdk-program-focused[_ngcontent-%COMP%] .mat-calendar-body-active[_ngcontent-%COMP%] > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected), .mat-calendar-body-cell[_ngcontent-%COMP%]:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-today[_ngcontent-%COMP%]:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content[_ngcontent-%COMP%]{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-disabled[_ngcontent-%COMP%] > .mat-calendar-body-selected[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn[_ngcontent-%COMP%] .mat-calendar-body-today.mat-calendar-body-selected[_ngcontent-%COMP%]{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch[_ngcontent-%COMP%]{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active[_ngcontent-%COMP%]{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-datepicker-toggle-active.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-dialog-container[_ngcontent-%COMP%]{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical[_ngcontent-%COMP%]{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]{background:#424242;color:#fff}.mat-expansion-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-keyboard-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]).cdk-program-focused, .mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded) .mat-expansion-panel-header[_ngcontent-%COMP%]:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel[_ngcontent-%COMP%]:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header[_ngcontent-%COMP%]:hover{background:#424242}}.mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:#fff}.mat-expansion-indicator[_ngcontent-%COMP%]::after, .mat-expansion-panel-header-description[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-description[_ngcontent-%COMP%], .mat-expansion-panel-header[aria-disabled=true][_ngcontent-%COMP%] .mat-expansion-panel-header-title[_ngcontent-%COMP%]{color:inherit}.mat-form-field-label[_ngcontent-%COMP%], .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-label.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-focused[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#fff}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#216bad}.mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple.mat-warn[_ngcontent-%COMP%]{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid) .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused[_ngcontent-%COMP%]:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%] .mat-form-field-required-marker[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-label.mat-accent[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-form-field.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-ripple.mat-accent[_ngcontent-%COMP%]{background-color:#ff5722}.mat-error[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-hint[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);bottom:1.25em}.mat-form-field-appearance-legacy.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]::before{background-color:transparent}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#fff}.mat-form-field-appearance-outline.mat-focused[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-outline-thick[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-outline[_ngcontent-%COMP%]{color:rgba(255,255,255,.15)}.mat-icon.mat-primary[_ngcontent-%COMP%]{color:#ad2c2c}.mat-icon.mat-accent[_ngcontent-%COMP%]{color:#216bad}.mat-icon.mat-warn[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field-type-mat-native-select[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after, .mat-input-element[_ngcontent-%COMP%]:disabled{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]{caret-color:#ad2c2c}.mat-input-element[_ngcontent-%COMP%]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]{color:rgba(0,0,0,.87)}.mat-input-element[_ngcontent-%COMP%] option[_ngcontent-%COMP%]:disabled{color:rgba(0,0,0,.38)}.mat-accent[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#216bad}.mat-form-field-invalid[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]::after{color:#ff5722}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{color:#fff}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-list-item-disabled[_ngcontent-%COMP%]{background-color:#000}.mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-action-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover, .mat-list-option[_ngcontent-%COMP%]:focus, .mat-list-option[_ngcontent-%COMP%]:hover, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:focus, .mat-nav-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]:hover{background:rgba(255,255,255,.04)}.mat-menu-panel[_ngcontent-%COMP%]{background:#424242}.mat-menu-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item[_ngcontent-%COMP%]{background:0 0;color:#fff}.mat-menu-item[disabled][_ngcontent-%COMP%], .mat-menu-item[disabled][_ngcontent-%COMP%]::after{color:rgba(255,255,255,.5)}.mat-menu-item[_ngcontent-%COMP%] .mat-icon-no-color[_ngcontent-%COMP%], .mat-menu-item-submenu-trigger[_ngcontent-%COMP%]::after{color:#fff}.mat-menu-item-highlighted[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-keyboard-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item.cdk-program-focused[_ngcontent-%COMP%]:not([disabled]), .mat-menu-item[_ngcontent-%COMP%]:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator[_ngcontent-%COMP%]{background:#424242}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-paginator-decrement[_ngcontent-%COMP%], .mat-paginator-increment[_ngcontent-%COMP%]{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first[_ngcontent-%COMP%], .mat-paginator-last[_ngcontent-%COMP%]{border-top:2px solid #fff}.mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-decrement[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-first[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-increment[_ngcontent-%COMP%], .mat-icon-button[disabled][_ngcontent-%COMP%] .mat-paginator-last[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background[_ngcontent-%COMP%]{fill:#e6c0c0}.mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#e6c0c0}.mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#0b3c83}.mat-progress-bar.mat-accent[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#216bad}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-background[_ngcontent-%COMP%]{fill:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-buffer[_ngcontent-%COMP%]{background-color:#ffccbc}.mat-progress-bar.mat-warn[_ngcontent-%COMP%] .mat-progress-bar-fill[_ngcontent-%COMP%]::after{background-color:#ff5722}.mat-progress-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ad2c2c}.mat-progress-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-accent[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#216bad}.mat-progress-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%], .mat-spinner.mat-warn[_ngcontent-%COMP%] circle[_ngcontent-%COMP%]{stroke:#ff5722}.mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ad2c2c}.mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-primary[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#216bad}.mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-accent[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:#ff5722}.mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-persistent-ripple[_ngcontent-%COMP%], .mat-radio-button.mat-warn[_ngcontent-%COMP%]:active .mat-radio-persistent-ripple[_ngcontent-%COMP%]{background-color:#ff5722}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled.mat-radio-checked[_ngcontent-%COMP%] .mat-radio-outer-circle[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-inner-circle[_ngcontent-%COMP%], .mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-ripple[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled[_ngcontent-%COMP%] .mat-radio-label-content[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-radio-button[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-select-value[_ngcontent-%COMP%]{color:#fff}.mat-select-disabled[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%], .mat-select-placeholder[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-select-panel[_ngcontent-%COMP%]{background:#424242}.mat-select-panel[_ngcontent-%COMP%]:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel[_ngcontent-%COMP%] .mat-option.mat-selected[_ngcontent-%COMP%]:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#216bad}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-invalid[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-form-field.mat-focused.mat-warn[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:#ff5722}.mat-form-field[_ngcontent-%COMP%] .mat-select.mat-select-disabled[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-drawer-container[_ngcontent-%COMP%]{background-color:#303030;color:#fff}.mat-drawer[_ngcontent-%COMP%]{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push[_ngcontent-%COMP%]{background-color:#424242}.mat-drawer[_ngcontent-%COMP%]:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side[_ngcontent-%COMP%]{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%], [dir=rtl][_ngcontent-%COMP%] .mat-drawer-side[_ngcontent-%COMP%]{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl][_ngcontent-%COMP%] .mat-drawer-side.mat-drawer-end[_ngcontent-%COMP%]{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown[_ngcontent-%COMP%]{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-thumb[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:#ff5722}.mat-slide-toggle[_ngcontent-%COMP%]:not(.mat-checked) .mat-ripple-element[_ngcontent-%COMP%]{background-color:#fff}.mat-slide-toggle-thumb[_ngcontent-%COMP%]{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.5)}.mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-primary[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-primary[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-accent[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#216bad}.mat-accent[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%], .mat-warn[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%]{background-color:#ff5722}.mat-warn[_ngcontent-%COMP%] .mat-slider-thumb-label-text[_ngcontent-%COMP%]{color:#fff}.mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(33,107,173,.2)}.cdk-focused[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%] .mat-slider-track-fill[_ngcontent-%COMP%], .mat-slider-disabled[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%], .mat-slider[_ngcontent-%COMP%]:hover .mat-slider-track-background[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%] .mat-slider-focus-ring[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused[_ngcontent-%COMP%] .mat-slider-thumb-label[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing) .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%], .mat-slider-min-value[_ngcontent-%COMP%]:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks[_ngcontent-%COMP%] .mat-slider-wrapper[_ngcontent-%COMP%]::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical[_ngcontent-%COMP%] .mat-slider-ticks[_ngcontent-%COMP%]{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused[_ngcontent-%COMP%], .mat-step-header.cdk-program-focused[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%]:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header[_ngcontent-%COMP%]:hover{background:0 0}}.mat-step-header[_ngcontent-%COMP%] .mat-step-label[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-optional[_ngcontent-%COMP%]{color:rgba(255,255,255,.7)}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-selected[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-done[_ngcontent-%COMP%], .mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-edit[_ngcontent-%COMP%]{background-color:#ad2c2c;color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-icon-state-error[_ngcontent-%COMP%]{background-color:transparent;color:#ff5722}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-active[_ngcontent-%COMP%]{color:#fff}.mat-step-header[_ngcontent-%COMP%] .mat-step-label.mat-step-label-error[_ngcontent-%COMP%]{color:#ff5722}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{background-color:#424242}.mat-stepper-vertical-line[_ngcontent-%COMP%]::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header[_ngcontent-%COMP%]::after, .mat-horizontal-stepper-header[_ngcontent-%COMP%]::before, .mat-stepper-horizontal-line[_ngcontent-%COMP%]{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow[_ngcontent-%COMP%]{color:#c6c6c6}.mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[_ngcontent-%COMP%]{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group-inverted-header[_ngcontent-%COMP%] .mat-tab-nav-bar[_ngcontent-%COMP%]{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-][_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar[class*=mat-background-][_ngcontent-%COMP%]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-primary.mat-background-primary[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-accent.mat-background-accent[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-warn.mat-background-warn[_ngcontent-%COMP%] .mat-ink-bar[_ngcontent-%COMP%]{background-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ad2c2c}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-primary[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#216bad}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-accent[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-keyboard-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.cdk-program-focused[_ngcontent-%COMP%]:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-links[_ngcontent-%COMP%]{background-color:#ff5722}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link[_ngcontent-%COMP%]{color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-label.mat-tab-disabled[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-link.mat-tab-disabled[_ngcontent-%COMP%]{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:#fff}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-tab-header-pagination-disabled[_ngcontent-%COMP%] .mat-tab-header-pagination-chevron[_ngcontent-%COMP%]{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%], .mat-tab-nav-bar.mat-background-warn[_ngcontent-%COMP%] .mat-ripple-element[_ngcontent-%COMP%]{background-color:rgba(255,255,255,.12)}.mat-toolbar[_ngcontent-%COMP%]{background:#212121;color:#fff}.mat-toolbar.mat-primary[_ngcontent-%COMP%]{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent[_ngcontent-%COMP%]{background:#216bad;color:#fff}.mat-toolbar.mat-warn[_ngcontent-%COMP%]{background:#ff5722;color:#fff}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-ripple[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-underline[_ngcontent-%COMP%]{background-color:currentColor}.mat-toolbar[_ngcontent-%COMP%] .mat-focused[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-form-field.mat-focused[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-arrow[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] .mat-select-value[_ngcontent-%COMP%]{color:inherit}.mat-toolbar[_ngcontent-%COMP%] .mat-input-element[_ngcontent-%COMP%]{caret-color:currentColor}.mat-tooltip[_ngcontent-%COMP%]{background:rgba(97,97,97,.9)}.mat-tree[_ngcontent-%COMP%]{background:#424242}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{color:#fff}.mat-snack-bar-container[_ngcontent-%COMP%]{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-h1[_ngcontent-%COMP%], .mat-headline[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h1[_ngcontent-%COMP%]{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2[_ngcontent-%COMP%], .mat-title[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3[_ngcontent-%COMP%], .mat-subheading-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h3[_ngcontent-%COMP%]{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4[_ngcontent-%COMP%], .mat-subheading-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h4[_ngcontent-%COMP%]{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h5[_ngcontent-%COMP%]{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2[_ngcontent-%COMP%], .mat-body-strong[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-body-1[_ngcontent-%COMP%] p[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin:0 0 12px}.mat-caption[_ngcontent-%COMP%], .mat-small[_ngcontent-%COMP%]{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-4[_ngcontent-%COMP%]{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-3[_ngcontent-%COMP%]{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-2[_ngcontent-%COMP%]{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1[_ngcontent-%COMP%], .mat-typography[_ngcontent-%COMP%] .mat-display-1[_ngcontent-%COMP%]{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button[_ngcontent-%COMP%], .mat-fab[_ngcontent-%COMP%], .mat-flat-button[_ngcontent-%COMP%], .mat-icon-button[_ngcontent-%COMP%], .mat-mini-fab[_ngcontent-%COMP%], .mat-raised-button[_ngcontent-%COMP%], .mat-stroked-button[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle[_ngcontent-%COMP%], .mat-card[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title[_ngcontent-%COMP%]{font-size:24px;font-weight:500}.mat-card-header[_ngcontent-%COMP%] .mat-card-title[_ngcontent-%COMP%]{font-size:20px}.mat-card-content[_ngcontent-%COMP%], .mat-card-subtitle[_ngcontent-%COMP%]{font-size:14px}.mat-checkbox[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout[_ngcontent-%COMP%] .mat-checkbox-label[_ngcontent-%COMP%]{line-height:24px}.mat-chip[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-chip[_ngcontent-%COMP%] .mat-chip-remove.mat-icon[_ngcontent-%COMP%], .mat-chip[_ngcontent-%COMP%] .mat-chip-trailing-icon.mat-icon[_ngcontent-%COMP%]{font-size:18px}.mat-table[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell[_ngcontent-%COMP%]{font-size:12px;font-weight:500}.mat-cell[_ngcontent-%COMP%], .mat-footer-cell[_ngcontent-%COMP%]{font-size:14px}.mat-calendar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body[_ngcontent-%COMP%]{font-size:13px}.mat-calendar-body-label[_ngcontent-%COMP%], .mat-calendar-period-button[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-calendar-table-header[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{font-size:11px;font-weight:400}.mat-dialog-title[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content[_ngcontent-%COMP%]{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field[_ngcontent-%COMP%]{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.34375em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{font-size:150%;line-height:1.125}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%]{height:1.5em;width:1.5em}.mat-form-field-prefix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%], .mat-form-field-suffix[_ngcontent-%COMP%] .mat-icon-button[_ngcontent-%COMP%] .mat-icon[_ngcontent-%COMP%]{height:1.125em;line-height:1.125}.mat-form-field-infix[_ngcontent-%COMP%]{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34373em) scale(.75);transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.34372em) scale(.75);transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper[_ngcontent-%COMP%]{top:-.84375em;padding-top:.84375em}.mat-form-field-label[_ngcontent-%COMP%]{top:1.34375em}.mat-form-field-underline[_ngcontent-%COMP%]{bottom:1.34375em}.mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-wrapper[_ngcontent-%COMP%]{padding-bottom:1.25em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);-ms-transform:translateY(-1.28119em) scale(.75);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);-ms-transform:translateY(-1.28118em) scale(.75);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);-ms-transform:translateY(-1.28117em) scale(.75);width:133.3334133333%}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.28125em}.mat-form-field-appearance-legacy[_ngcontent-%COMP%] .mat-form-field-subscript-wrapper[_ngcontent-%COMP%]{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28116em) scale(.75);transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-form-field-autofill-control[_ngcontent-%COMP%]:-webkit-autofill + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28115em) scale(.75);transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.28114em) scale(.75);transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:.25em 0 .75em}.mat-form-field-appearance-fill[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59373em) scale(.75);transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-.59372em) scale(.75);transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-infix[_ngcontent-%COMP%]{padding:1em 0}.mat-form-field-appearance-outline[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[_ngcontent-%COMP%]:focus + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%], .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59373em) scale(.75);transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float[_ngcontent-%COMP%] .mat-input-server[label][_ngcontent-%COMP%]:not(:label-shown) + .mat-form-field-label-wrapper[_ngcontent-%COMP%] .mat-form-field-label[_ngcontent-%COMP%]{-webkit-transform:translateY(-1.59372em) scale(.75);transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-grid-tile-footer[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%]{font-size:14px}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%], .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-grid-tile-header[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}input.mat-input-element[_ngcontent-%COMP%]{margin-top:-.0625em}.mat-menu-item[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator[_ngcontent-%COMP%], .mat-paginator-page-size[_ngcontent-%COMP%] .mat-select-trigger[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button[_ngcontent-%COMP%], .mat-select[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger[_ngcontent-%COMP%]{height:1.125em}.mat-slide-toggle-content[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal[_ngcontent-%COMP%], .mat-stepper-vertical[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label[_ngcontent-%COMP%]{font-size:14px;font-weight:400}.mat-step-sub-label-error[_ngcontent-%COMP%]{font-weight:400}.mat-step-label-error[_ngcontent-%COMP%]{font-size:14px}.mat-step-label-selected[_ngcontent-%COMP%]{font-size:14px;font-weight:500}.mat-tab-group[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label[_ngcontent-%COMP%], .mat-tab-link[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h1[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h3[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h4[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h5[_ngcontent-%COMP%], .mat-toolbar[_ngcontent-%COMP%] h6[_ngcontent-%COMP%]{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset[_ngcontent-%COMP%]{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item[_ngcontent-%COMP%], .mat-list-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:16px}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:14px}.mat-list-base[_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2), .mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense][_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%] .mat-line[_ngcontent-%COMP%]:nth-child(n+2){font-size:12px}.mat-list-base[dense][_ngcontent-%COMP%] .mat-subheader[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label[_ngcontent-%COMP%]{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action[_ngcontent-%COMP%]{color:inherit;line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree[_ngcontent-%COMP%]{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node[_ngcontent-%COMP%], .mat-tree-node[_ngcontent-%COMP%]{font-weight:400;font-size:14px}.mat-ripple[_ngcontent-%COMP%]{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded[_ngcontent-%COMP%]{overflow:visible}.mat-ripple-element[_ngcontent-%COMP%]{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}.cdk-visually-hidden[_ngcontent-%COMP%]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%], .cdk-overlay-container[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:1000}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored[_ngcontent-%COMP%]:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize[_ngcontent-%COMP%]{resize:none}textarea.cdk-textarea-autosize-measuring[_ngcontent-%COMP%]{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.opsCount[_ngcontent-%COMP%]{display:inline-block;font-size:15px;margin-left:5px;margin-top:3px}mat-icon[_ngcontent-%COMP%]{font-size:24px}.noops[_ngcontent-%COMP%]{font-size:14px;padding:5px;color:#ff5722}.opDesc[_ngcontent-%COMP%]{display:inline-block;min-width:100px}.opStatus[_ngcontent-%COMP%]{display:inline-block;min-width:50px;padding-right:3px}.clearFailed[_ngcontent-%COMP%]{margin-left:8px}.opId[_ngcontent-%COMP%]{display:inline-block;min-width:20px;margin-right:4px}.opContainer[_ngcontent-%COMP%]{font-size:12px}.check[_ngcontent-%COMP%]{position:absolute;color:green;top:-3px;left:24px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.sync[_ngcontent-%COMP%]{position:absolute;color:#fff;top:3px;left:0;font-size:32px;padding:0;width:32px;height:32px}.exclamation[_ngcontent-%COMP%]{position:absolute;color:red;top:0;left:22px;font-size:24px;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.iconContainer[_ngcontent-%COMP%]{width:24px;display:inline-block}.spinny[_ngcontent-%COMP%]{-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}' ] ], data: {} }); - function GI(t) { + function aA(t) { return Di( 0, [ @@ -63044,29 +63940,29 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["check"])) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).inline, - "primary" !== wa(e, 1).color && - "accent" !== wa(e, 1).color && - "warn" !== wa(e, 1).color + wa(n, 1).inline, + "primary" !== wa(n, 1).color && + "accent" !== wa(n, 1).color && + "warn" !== wa(n, 1).color ); } ); } - function ZI(t) { + function rA(t) { return Di( 0, [ @@ -63091,29 +63987,29 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["priority_high"])) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).inline, - "primary" !== wa(e, 1).color && - "accent" !== wa(e, 1).color && - "warn" !== wa(e, 1).color + wa(n, 1).inline, + "primary" !== wa(n, 1).color && + "accent" !== wa(n, 1).color && + "warn" !== wa(n, 1).color ); } ); } - function QI(t) { + function iA(t) { return Di( 0, [ @@ -63138,7 +64034,7 @@ null ); } - function XI(t) { + function lA(t) { return Di( 0, [ @@ -63164,14 +64060,14 @@ [1, "disabled", 0] ], [[null, "click"], [null, "mouseenter"]], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "click" === e && (o = !1 !== wa(t, 1)._checkDisabled(n) && o), - "mouseenter" === e && + "click" === n && (o = !1 !== wa(t, 1)._checkDisabled(e) && o), + "mouseenter" === n && (o = !1 !== wa(t, 1)._handleMouseEnter() && o), - "click" === e && + "click" === n && (o = !1 !== a.opClick(t.context.$implicit) && o), o ); @@ -63179,8 +64075,8 @@ sM, lM )), - Ba(1, 180224, [[1, 4]], 0, GP, [Nn, Ds, Gf, [2, WP]], null, null), - Ba(2, 16384, null, 0, wy, [Nn], null, null), + Ba(1, 180224, [[1, 4]], 0, GP, [Ne, Ds, Gf, [2, WP]], null, null), + Ba(2, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 3, @@ -63262,26 +64158,26 @@ (t()(), Ai(11, null, ["", ""])) ], null, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).role, - wa(e, 1)._highlighted, - wa(e, 1)._triggersSubmenu, - wa(e, 1)._getTabIndex(), - wa(e, 1).disabled.toString(), - wa(e, 1).disabled || null + wa(n, 1).role, + wa(n, 1)._highlighted, + wa(n, 1)._triggersSubmenu, + wa(n, 1)._getTabIndex(), + wa(n, 1).disabled.toString(), + wa(n, 1).disabled || null ), - t(e, 5, 0, e.context.$implicit.ID), - t(e, 7, 0, e.context.$implicit.Status), - t(e, 9, 0, e.context.$implicit.OpDescription), - t(e, 11, 0, e.context.$implicit.Error); + t(n, 5, 0, n.context.$implicit.ID), + t(n, 7, 0, n.context.$implicit.Status), + t(n, 9, 0, n.context.$implicit.OpDescription), + t(n, 11, 0, n.context.$implicit.Error); } ); } - function JI(t) { + function sA(t) { return Di( 0, [ @@ -63311,17 +64207,17 @@ [null, "keydown"], [null, "click"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "mousedown" === e && - (o = !1 !== wa(t, 2)._handleMousedown(n) && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "click" === e && (o = !1 !== wa(t, 2)._handleClick(n) && o), - "menuOpened" === e && (o = !1 !== a.menuOpened() && o), - "menuClosed" === e && (o = !1 !== a.menuClosed() && o), + "mousedown" === n && + (o = !1 !== wa(t, 2)._handleMousedown(e) && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "click" === n && (o = !1 !== wa(t, 2)._handleClick(e) && o), + "menuOpened" === n && (o = !1 !== a.menuOpened() && o), + "menuClosed" === n && (o = !1 !== a.menuClosed() && o), o ); }, @@ -63334,7 +64230,7 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), @@ -63343,12 +64239,12 @@ 1196032, null, 0, - eM, - [$C, Nn, so, JP, [2, QP], [8, null], [2, rf], Gf], + nM, + [$C, Ne, so, JP, [2, QP], [8, null], [2, rf], Gf], { menu: [0, "menu"] }, { menuOpened: "menuOpened", menuClosed: "menuClosed" } ), - Ba(3, 16384, null, 0, wy, [Nn], null, null), + Ba(3, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 4, @@ -63379,7 +64275,7 @@ Yh, Kh )), - Ha(512, null, gs, fs, [$n, to, Nn, Bn]), + Ha(512, null, gs, fs, [$e, to, Ne, Be]), Ba( 7, 278528, @@ -63397,7 +64293,7 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), @@ -63407,15 +64303,15 @@ null, 0, uM, - [Nn, uO, gO, $n, to, Bn, [6, hs]], + [Ne, uO, gO, $e, to, Be, [6, hs]], { ngClass: [0, "ngClass"], klass: [1, "klass"] }, null ), Ei(11, { spinny: 0 }), (t()(), Ai(-1, 0, ["sync"])), - (t()(), hi(16777216, null, null, 1, null, GI)), + (t()(), hi(16777216, null, null, 1, null, aA)), Ba(14, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, null, 1, null, ZI)), + (t()(), hi(16777216, null, null, 1, null, rA)), Ba(16, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -63450,19 +64346,19 @@ )), Ha(6144, null, QP, null, [XP]), Ha(6144, null, WP, null, [QP]), - Ba(22, 1294336, [["menu", 4]], 2, XP, [Nn, Dr, ZP], null, null), + Ba(22, 1294336, [["menu", 4]], 2, XP, [Ne, Dr, ZP], null, null), Oi(603979776, 1, { items: 1 }), Oi(603979776, 2, { lazyContent: 0 }), - (t()(), hi(16777216, null, 0, 1, null, QI)), + (t()(), hi(16777216, null, 0, 1, null, iA)), Ba(26, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, XI)), + (t()(), hi(16777216, null, 0, 1, null, lA)), Ba( 28, 278528, null, 0, _s, - [so, io, $n], + [so, io, $e], { ngForOf: [0, "ngForOf"] }, null ), @@ -63482,10 +64378,10 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "click"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "click" === e && + "click" === n && (o = !1 !== t.component.clickClearFailedOps() && o), o ); @@ -63499,74 +64395,74 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { color: [0, "color"] }, null ), - Ba(31, 16384, null, 0, wy, [Nn], null, null), + Ba(31, 16384, null, 0, wy, [Ne], null, null), (t()(), Ai(-1, 0, ["Clear Failed"])) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, ea(1, "", n.getColor(), "")), t(e, 2, 0, wa(e, 22)); - var o = t(e, 8, 0, n.showSpin()); - t(e, 7, 0, "sync", o), t(e, 9, 0); - var a = t(e, 11, 0, n.showSpin()); - t(e, 10, 0, a, "sync"), - t(e, 14, 0, n.showCheck()), - t(e, 16, 0, n.showError()), - t(e, 22, 0), - t(e, 26, 0, n.ops.Ops.length < 1), - t(e, 28, 0, n.ops.Ops), - t(e, 30, 0, "accent"); + function(t, n) { + var e = n.component; + t(n, 1, 0, na(1, "", e.getColor(), "")), t(n, 2, 0, wa(n, 22)); + var o = t(n, 8, 0, e.showSpin()); + t(n, 7, 0, "sync", o), t(n, 9, 0); + var a = t(n, 11, 0, e.showSpin()); + t(n, 10, 0, a, "sync"), + t(n, 14, 0, e.showCheck()), + t(n, 16, 0, e.showError()), + t(n, 22, 0), + t(n, 26, 0, e.ops.Ops.length < 1), + t(n, 28, 0, e.ops.Ops), + t(n, 30, 0, "accent"); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode, - wa(e, 2).menuOpen || null + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode, + wa(n, 2).menuOpen || null ), t( - e, + n, 5, 0, - wa(e, 9).inline, - "primary" !== wa(e, 9).color && - "accent" !== wa(e, 9).color && - "warn" !== wa(e, 9).color + wa(n, 9).inline, + "primary" !== wa(n, 9).color && + "accent" !== wa(n, 9).color && + "warn" !== wa(n, 9).color ), - t(e, 18, 0, n.ops.Ops.length), + t(n, 18, 0, e.ops.Ops.length), t( - e, + n, 29, 0, - wa(e, 30).disabled || null, - "NoopAnimations" === wa(e, 30)._animationMode + wa(n, 30).disabled || null, + "NoopAnimations" === wa(n, 30)._animationMode ); } ); } - var $I = (function(t) { - function e(e, n, o) { - var a = t.call(this, e) || this; - return (a._platform = n), (a._document = o), a; + var cA = (function(t) { + function n(n, e, o) { + var a = t.call(this, n) || this; + return (a._platform = e), (a._document = o), a; } return ( - Object(o.__extends)(e, t), - (e.prototype.ngAfterViewInit = function() { + Object(o.__extends)(n, t), + (n.prototype.ngAfterViewInit = function() { var t = this; - je() && + Fn() && this._platform.isBrowser && (this._checkToolbarMixedModes(), this._toolbarRows.changes.subscribe(function() { return t._checkToolbarMixedModes(); })); }), - (e.prototype._checkToolbarMixedModes = function() { + (n.prototype._checkToolbarMixedModes = function() { var t = this; this._toolbarRows.length && Array.from(this._elementRef.nativeElement.childNodes) @@ -63575,9 +64471,9 @@ t.classList && t.classList.contains("mat-toolbar-row") ); }) - .filter(function(e) { + .filter(function(n) { return ( - e.nodeType !== + n.nodeType !== (t._document ? t._document.COMMENT_NODE : 8) ); }) @@ -63590,7 +64486,7 @@ ); })(); }), - e + n ); })( th( @@ -63601,24 +64497,24 @@ })() ) ), - tA = (function() { + uA = (function() { return function() {}; })(), - eA = So({ + dA = So({ encapsulation: 2, styles: [ "@media (-ms-high-contrast:active){.mat-toolbar{outline:solid 1px}}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width:599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}" ], data: {} }); - function nA(t) { + function pA(t) { return Di(2, [wi(null, 0), wi(null, 1)], null, null); } - var oA = So({ + var mA = So({ encapsulation: 0, styles: [ [ - ".app-content[_ngcontent-%COMP%]{display:block;height:100%}.goodCon[_ngcontent-%COMP%]{color:green}.badCon[_ngcontent-%COMP%]{color:red}.orangeCon[_ngcontent-%COMP%]{color:orange}.toolbar[_ngcontent-%COMP%]{min-height:50px;height:50px;display:block!important}.sync-spot[_ngcontent-%COMP%]{width:155px;height:39px}.sync-placeholder[_ngcontent-%COMP%]{margin-top:6px}.undo-spot[_ngcontent-%COMP%]{margin-top:6px;color:#ff5722;margin-left:6px;margin-right:6px}.top-button[_ngcontent-%COMP%]{margin-top:6px;margin-right:1.5em}.sync-button[_ngcontent-%COMP%]{margin-top:7px}.logo[_ngcontent-%COMP%]{background:url(logo.6c1a8c36d9fd1df75fae.png) 50% 50%/contain no-repeat;height:50px;width:150px}.nowifi[_ngcontent-%COMP%]{position:absolute;top:-2px;left:-2px;color:red;font-size:32px}.credits[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-bottom:15px}.connectionStatus[_ngcontent-%COMP%]{margin-top:9px;position:relative;display:inline-block;width:32px;height:32px;cursor:pointer}.wifi[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px;font-size:32}.nosync[_ngcontent-%COMP%]{border-radius:10px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;background-color:#b8860b;height:26px;width:140.63px}.right[_ngcontent-%COMP%]{float:right}.warning[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:1.5s infinite glowing;animation:1.5s infinite glowing}@-webkit-keyframes glowing{0%,100%{background-color:#b20000;-webkit-box-shadow:0 0 3px #b20000}50%{background-color:red;-webkit-box-shadow:0 0 40px red}}@keyframes glowing{0%,100%{background-color:#b20000;box-shadow:0 0 3px #b20000}50%{background-color:red;box-shadow:0 0 40px red}}.happy[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:3.5s infinite glowing-happy;animation:3.5s infinite glowing-happy}@-webkit-keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}@keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}" + ".app-content[_ngcontent-%COMP%]{display:block;height:100%}.goodCon[_ngcontent-%COMP%]{color:green}.badCon[_ngcontent-%COMP%]{color:red}.orangeCon[_ngcontent-%COMP%]{color:orange}.toolbar[_ngcontent-%COMP%]{min-height:50px;height:50px;display:block!important}.sync-spot[_ngcontent-%COMP%]{width:155px;height:39px}.sync-placeholder[_ngcontent-%COMP%]{margin-top:6px}.undo-spot[_ngcontent-%COMP%]{margin-top:6px;color:#ff5722;margin-left:6px;margin-right:6px}.top-button[_ngcontent-%COMP%]{margin-top:6px;margin-right:1.5em}.sync-button[_ngcontent-%COMP%]{margin-top:7px}.logo[_ngcontent-%COMP%]{background:url(logo.png) 50% 50%/contain no-repeat;height:50px;width:150px}.nowifi[_ngcontent-%COMP%]{position:absolute;top:-2px;left:-2px;color:red;font-size:32px}.credits[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-bottom:15px}.connectionStatus[_ngcontent-%COMP%]{margin-top:9px;position:relative;display:inline-block;width:32px;height:32px;cursor:pointer}.wifi[_ngcontent-%COMP%]{position:absolute;top:2px;left:2px;font-size:32}.nosync[_ngcontent-%COMP%]{border-radius:10px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;background-color:#b8860b;height:26px;width:140.63px}.right[_ngcontent-%COMP%]{float:right}.warning[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:1.5s infinite glowing;animation:1.5s infinite glowing}@-webkit-keyframes glowing{0%,100%{background-color:#b20000;-webkit-box-shadow:0 0 3px #b20000}50%{background-color:red;-webkit-box-shadow:0 0 40px red}}@keyframes glowing{0%,100%{background-color:#b20000;box-shadow:0 0 3px #b20000}50%{background-color:red;box-shadow:0 0 40px red}}.happy[_ngcontent-%COMP%]{height:35px;background-color:#004a7f;border-radius:4px;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Arial;font-size:14px;padding:5px 10px;text-align:center;text-decoration:none;-webkit-animation:3.5s infinite glowing-happy;animation:3.5s infinite glowing-happy}@-webkit-keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}@keyframes glowing-happy{0%,100%{background-color:#20599d;box-shadow:0 0 10px #20599d}50%{background-color:#216bad;box-shadow:0 0 20px #216bad}}" ] ], data: { @@ -63665,7 +64561,7 @@ ] } }); - function aA(t) { + function gA(t) { return Di( 0, [ @@ -63690,29 +64586,29 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["close"])) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).inline, - "primary" !== wa(e, 1).color && - "accent" !== wa(e, 1).color && - "warn" !== wa(e, 1).color + wa(n, 1).inline, + "primary" !== wa(n, 1).color && + "accent" !== wa(n, 1).color && + "warn" !== wa(n, 1).color ); } ); } - function rA(t) { + function fA(t) { return Di( 0, [ @@ -63739,16 +64635,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 2).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 2).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 2)._handleTouchend() && o), - "click" === e && (o = !1 !== a.resetConfig() && o), + "click" === n && (o = !1 !== a.resetConfig() && o), o ); }, @@ -63761,7 +64657,7 @@ null, 0, Zh, - [Nn, Gf, [2, Py]], + [Ne, Gf, [2, Py]], { disabled: [0, "disabled"] }, null ), @@ -63771,7 +64667,7 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), @@ -63796,51 +64692,51 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["undo"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 1, 0, - ea( + na( 1, "", - !0 === (null == n.config ? null : n.config.IsCommitted) || - n.disableSync(), + !0 === (null == e.config ? null : e.config.IsCommitted) || + e.disableSync(), "" ) ), - t(e, 2, 0, "Undo all pending changes instead of syncing them."), - t(e, 4, 0); + t(n, 2, 0, "Undo all pending changes instead of syncing them."), + t(n, 4, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ), t( - e, + n, 3, 0, - wa(e, 4).inline, - "primary" !== wa(e, 4).color && - "accent" !== wa(e, 4).color && - "warn" !== wa(e, 4).color + wa(n, 4).inline, + "primary" !== wa(n, 4).color && + "accent" !== wa(n, 4).color && + "warn" !== wa(n, 4).color ); } ); } - function iA(t) { + function hA(t) { return Di( 0, [ @@ -63863,16 +64759,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), - "click" === e && (o = !1 !== a.commitConfig() && o), + "click" === n && (o = !1 !== a.commitConfig() && o), o ); }, @@ -63885,20 +64781,20 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), (t()(), Ai(-1, null, [" Sync to Beat Saber "])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "Sync the current configuration to Beat Saber."); + function(t, n) { + t(n, 1, 0, "Sync the current configuration to Beat Saber."); }, null ); } - function lA(t) { + function bA(t) { return Di( 0, [ @@ -63919,13 +64815,13 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), o ); @@ -63939,20 +64835,20 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), (t()(), Ai(-1, null, ["Processing..."])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "Beat On is processing, wait for it to finish to sync."); + function(t, n) { + t(n, 1, 0, "Beat On is processing, wait for it to finish to sync."); }, null ); } - function sA(t) { + function _A(t) { return Di( 0, [ @@ -63971,13 +64867,13 @@ ], [[1, "disabled", 0], [2, "_mat-animation-noopable", null]], [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 2).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 2).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 2)._handleTouchend() && o), o ); @@ -63985,35 +64881,35 @@ ky, xy )), - Ba(1, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(1, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), Ba( 2, 212992, null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), (t()(), Ai(-1, 0, ["Beat Saber Synced"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 2, 0, "Beat Saber is in sync."); + function(t, n) { + t(n, 2, 0, "Beat Saber is in sync."); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ); } ); } - function cA(t) { + function yA(t) { return Di( 0, [ @@ -64036,16 +64932,16 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), - "click" === e && (o = !1 !== a.clickStartBeatSaber() && o), + "click" === n && (o = !1 !== a.clickStartBeatSaber() && o), o ); }, @@ -64058,20 +64954,20 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), (t()(), Ai(-1, null, ["Start Beat Saber"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "Beat Saber is in sync."); + function(t, n) { + t(n, 1, 0, "Beat Saber is in sync."); }, null ); } - function uA(t) { + function CA(t) { return Di( 0, [ @@ -64094,21 +64990,21 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), - "linkSelected" === e && (o = !1 !== a.linkSelected(n) && o), + "linkSelected" === n && (o = !1 !== a.linkSelected(e) && o), o ); }, - VI, - FI + GI, + YI )), Ba( 1, @@ -64116,22 +65012,22 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(2, 114688, null, 0, jI, [], null, { + Ba(2, 114688, null, 0, KI, [pv], null, { linkSelected: "linkSelected" }), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "Browse to web site."), t(e, 2, 0); + function(t, n) { + t(n, 1, 0, "Browse to web site."), t(n, 2, 0); }, null ); } - function dA(t) { + function vA(t) { return Di( 0, [ @@ -64160,34 +65056,34 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 2).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 2).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 2)._handleTouchend() && o), - "click" === e && (o = !1 !== a.clickRefresh() && o), + "click" === n && (o = !1 !== a.clickRefresh() && o), o ); }, ky, xy )), - Ba(1, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(1, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), Ba( 2, 212992, null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(3, 16384, null, 0, wy, [Nn], null, null), + Ba(3, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 4, @@ -64209,38 +65105,38 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["cached"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 2, 0, "Refresh"), t(e, 5, 0); + function(t, n) { + t(n, 2, 0, "Refresh"), t(n, 5, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, void 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ), t( - e, + n, 4, 0, - wa(e, 5).inline, - "primary" !== wa(e, 5).color && - "accent" !== wa(e, 5).color && - "warn" !== wa(e, 5).color + wa(n, 5).inline, + "primary" !== wa(n, 5).color && + "accent" !== wa(n, 5).color && + "warn" !== wa(n, 5).color ); } ); } - function pA(t) { + function OA(t) { return Di( 0, [ @@ -64269,34 +65165,34 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 2).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 2)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 2).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 2)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 2)._handleTouchend() && o), - "click" === e && (o = !1 !== a.clickBack() && o), + "click" === n && (o = !1 !== a.clickBack() && o), o ); }, ky, xy )), - Ba(1, 180224, null, 0, Zh, [Nn, Gf, [2, Py]], null, null), + Ba(1, 180224, null, 0, Zh, [Ne, Gf, [2, Py]], null, null), Ba( 2, 212992, null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(3, 16384, null, 0, wy, [Nn], null, null), + Ba(3, 16384, null, 0, wy, [Ne], null, null), (t()(), bi( 4, @@ -64318,38 +65214,38 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["arrow_back"])), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 2, 0, "Back"), t(e, 5, 0); + function(t, n) { + t(n, 2, 0, "Back"), t(n, 5, 0); }, - function(t, e) { + function(t, n) { t( - e, + n, 0, 0, void 0, - wa(e, 1).disabled || null, - "NoopAnimations" === wa(e, 1)._animationMode + wa(n, 1).disabled || null, + "NoopAnimations" === wa(n, 1)._animationMode ), t( - e, + n, 4, 0, - wa(e, 5).inline, - "primary" !== wa(e, 5).color && - "accent" !== wa(e, 5).color && - "warn" !== wa(e, 5).color + wa(n, 5).inline, + "primary" !== wa(n, 5).color && + "accent" !== wa(n, 5).color && + "warn" !== wa(n, 5).color ); } ); } - function mA(t) { + function PA(t) { return Di( 0, [ @@ -64367,19 +65263,19 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), o ); }, - qI, - UI + tA, + XI )), Ba( 1, @@ -64387,20 +65283,20 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(2, 114688, null, 0, HI, [pg], null, null), + Ba(2, 114688, null, 0, QI, [pg], null, null), (t()(), hi(0, null, null, 0)) ], - function(t, e) { - t(e, 1, 0, "Downloads in progress"), t(e, 2, 0); + function(t, n) { + t(n, 1, 0, "Downloads in progress"), t(n, 2, 0); }, null ); } - function gA(t) { + function MA(t) { return Di( 0, [ @@ -64421,19 +65317,19 @@ ], null, [[null, "longpress"], [null, "keydown"], [null, "touchend"]], - function(t, e, n) { + function(t, n, e) { var o = !0; return ( - "longpress" === e && (o = !1 !== wa(t, 1).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 1)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 1).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 1)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 1)._handleTouchend() && o), o ); }, - JI, - WI + sA, + oA )), Ba( 1, @@ -64441,26 +65337,26 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - Ba(2, 114688, null, 0, YI, [pg, Eg], null, null), + Ba(2, 114688, null, 0, eA, [pg, Eg], null, null), (t()(), hi(0, null, null, 0)) ], - function(t, e) { + function(t, n) { t( - e, + n, 1, 0, "Current Beat On operations that are in progress or have failed." ), - t(e, 2, 0); + t(n, 2, 0); }, null ); } - function fA(t) { + function xA(t) { return Di( 0, [ @@ -64485,7 +65381,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -64493,13 +65389,13 @@ bi(2, 0, null, null, 1, "h3", [], null, null, null, null, null)), (t()(), Ai(-1, null, ["Checking mod installation status..."])) ], - function(t, e) { - t(e, 1, 0, "column"); + function(t, n) { + t(n, 1, 0, "column"); }, null ); } - function hA(t) { + function kA(t) { return Di( 0, [ @@ -64524,7 +65420,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -64535,13 +65431,13 @@ " Loading configuration... depending on how many songs are loaded, Beat On may take 5-90 seconds to load... " ])) ], - function(t, e) { - t(e, 1, 0, "column"); + function(t, n) { + t(n, 1, 0, "column"); }, null ); } - function bA(t) { + function wA(t) { return Di( 0, [ @@ -64560,28 +65456,28 @@ Mh, Ph )), - Ba(1, 49152, null, 0, ef, [], null, null), - (t()(), hi(16777216, null, 0, 1, null, fA)), + Ba(1, 49152, null, 0, nf, [], null, null), + (t()(), hi(16777216, null, 0, 1, null, xA)), Ba(3, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, hA)), + (t()(), hi(16777216, null, 0, 1, null, kA)), Ba(5, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 3, 0, !n.modStatusLoaded), + function(t, n) { + var e = n.component; + t(n, 3, 0, !e.modStatusLoaded), t( - e, + n, 5, 0, - n.modStatusLoaded && - null == n.config.Config && - "ModInstalled" == n.modStatus.CurrentStatus + e.modStatusLoaded && + null == e.config.Config && + "ModInstalled" == e.modStatus.CurrentStatus ); }, null ); } - function _A(t) { + function SA(t) { return Di( 0, [ @@ -64606,7 +65502,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -64625,10 +65521,10 @@ ], null, null, - nA, - eA + pA, + dA )), - Ba(3, 4243456, null, 1, $I, [Nn, ff, Ds], null, null), + Ba(3, 4243456, null, 1, cA, [Ne, ff, Ds], null, null), Oi(603979776, 1, { _toolbarRows: 1 }), (t()(), bi( @@ -64652,23 +65548,23 @@ [null, "keydown"], [null, "touchend"] ], - function(t, e, n) { + function(t, n, e) { var o = !0, a = t.component; return ( - "longpress" === e && (o = !1 !== wa(t, 11).show() && o), - "keydown" === e && - (o = !1 !== wa(t, 11)._handleKeydown(n) && o), - "touchend" === e && + "longpress" === n && (o = !1 !== wa(t, 11).show() && o), + "keydown" === n && + (o = !1 !== wa(t, 11)._handleKeydown(e) && o), + "touchend" === n && (o = !1 !== wa(t, 11)._handleTouchend() && o), - "click" === e && (o = !1 !== a.reconnect() && o), + "click" === n && (o = !1 !== a.reconnect() && o), o ); }, null, null )), - Ha(512, null, ks, ws, [Nn, to, Bn]), + Ha(512, null, ks, ws, [Ne, to, Be]), Ba(7, 278528, null, 0, Ss, [ks], { ngStyle: [0, "ngStyle"] }, null), Ei(8, { color: 0 }), Ba( @@ -64677,7 +65573,7 @@ null, 0, hM, - [Nn, uO, gO, to, Bn, id, [6, Ss], [2, jv], fr], + [Ne, uO, gO, to, Be, id, [6, Ss], [2, jv], fr], { ngStyle: [0, "ngStyle"] }, null ), @@ -64688,11 +65584,11 @@ null, 0, sP, - [$C, Nn, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], + [$C, Ne, OC, so, Dr, ff, Ff, Gf, rP, [2, rf], [2, lP], [2, td]], { message: [0, "message"] }, null ), - (t()(), hi(16777216, null, null, 1, null, aA)), + (t()(), hi(16777216, null, null, 1, null, gA)), Ba(13, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -64715,30 +65611,30 @@ null, 0, Uh, - [Nn, Nh, [8, null], [2, Fh]], + [Ne, Nh, [8, null], [2, Fh]], null, null ), (t()(), Ai(-1, 0, ["wifi"])), - (t()(), hi(16777216, null, 0, 1, null, rA)), + (t()(), hi(16777216, null, 0, 1, null, fA)), Ba(18, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, iA)), + (t()(), hi(16777216, null, 0, 1, null, hA)), Ba(20, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, lA)), + (t()(), hi(16777216, null, 0, 1, null, bA)), Ba(22, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, sA)), + (t()(), hi(16777216, null, 0, 1, null, _A)), Ba(24, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, cA)), + (t()(), hi(16777216, null, 0, 1, null, yA)), Ba(26, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, uA)), + (t()(), hi(16777216, null, 0, 1, null, CA)), Ba(28, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, dA)), + (t()(), hi(16777216, null, 0, 1, null, vA)), Ba(30, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, pA)), + (t()(), hi(16777216, null, 0, 1, null, OA)), Ba(32, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, mA)), + (t()(), hi(16777216, null, 0, 1, null, PA)), Ba(34, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), - (t()(), hi(16777216, null, 0, 1, null, gA)), + (t()(), hi(16777216, null, 0, 1, null, MA)), Ba(36, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null), (t()(), bi( @@ -64776,7 +65672,7 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), @@ -64801,7 +65697,7 @@ null, 0, Hm, - [Vm, so, En, [8, null], eo], + [Vm, so, Ee, [8, null], no], null, null ), @@ -64811,119 +65707,119 @@ null, 0, PO, - [Nn, uO, [2, vO], gO], + [Ne, uO, [2, vO], gO], { fxLayout: [0, "fxLayout"] }, null ), - (t()(), hi(16777216, null, null, 1, null, bA)), + (t()(), hi(16777216, null, null, 1, null, wA)), Ba(44, 16384, null, 0, Cs, [so, io], { ngIf: [0, "ngIf"] }, null) ], - function(t, e) { - var n = e.component; - t(e, 1, 0, "column"); - var o = t(e, 8, 0, n.getConnStatusColor()); - t(e, 7, 0, o); - var a = t(e, 10, 0, n.getConnStatusColor()); - t(e, 9, 0, a), - t(e, 11, 0, "Current connection status. Click to reconnect."), - t(e, 13, 0, !n.getConnStatusIcon()), - t(e, 15, 0), + function(t, n) { + var e = n.component; + t(n, 1, 0, "column"); + var o = t(n, 8, 0, e.getConnStatusColor()); + t(n, 7, 0, o); + var a = t(n, 10, 0, e.getConnStatusColor()); + t(n, 9, 0, a), + t(n, 11, 0, "Current connection status. Click to reconnect."), + t(n, 13, 0, !e.getConnStatusIcon()), + t(n, 15, 0), t( - e, + n, 18, 0, - n.modStatusLoaded && "ModInstalled" == n.modStatus.CurrentStatus + e.modStatusLoaded && "ModInstalled" == e.modStatus.CurrentStatus ), t( - e, + n, 20, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - !1 === (null == n.config ? null : n.config.IsCommitted) && - !n.disableSync() + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + !1 === (null == e.config ? null : e.config.IsCommitted) && + !e.disableSync() ), t( - e, + n, 22, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - !1 === (null == n.config ? null : n.config.IsCommitted) && - n.disableSync() + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + !1 === (null == e.config ? null : e.config.IsCommitted) && + e.disableSync() ), t( - e, + n, 24, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - !0 === (null == n.config ? null : n.config.IsCommitted) && - !n.appIntegrated + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + !0 === (null == e.config ? null : e.config.IsCommitted) && + !e.appIntegrated ), t( - e, + n, 26, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - !0 === (null == n.config ? null : n.config.IsCommitted) && - n.appIntegrated + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + !0 === (null == e.config ? null : e.config.IsCommitted) && + e.appIntegrated ), t( - e, + n, 28, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - n.showBrowser + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + e.showBrowser ), t( - e, + n, 30, 0, - n.modStatusLoaded && - "ModInstalled" == n.modStatus.CurrentStatus && - n.showRefreshButton + e.modStatusLoaded && + "ModInstalled" == e.modStatus.CurrentStatus && + e.showRefreshButton ), - t(e, 32, 0, n.modStatusLoaded && n.showBackButton), - t(e, 34, 0, n.modStatusLoaded), - t(e, 36, 0, n.modStatusLoaded), - t(e, 39, 0, "column"), - t(e, 41, 0), - t(e, 42, 0, "column"), + t(n, 32, 0, e.modStatusLoaded && e.showBackButton), + t(n, 34, 0, e.modStatusLoaded), + t(n, 36, 0, e.modStatusLoaded), + t(n, 39, 0, "column"), + t(n, 41, 0), + t(n, 42, 0, "column"), t( - e, + n, 44, 0, - !n.modStatusLoaded || - (null == n.config.Config && - "ModInstalled" == n.modStatus.CurrentStatus) + !e.modStatusLoaded || + (null == e.config.Config && + "ModInstalled" == e.modStatus.CurrentStatus) ); }, - function(t, e) { - var n = e.component; + function(t, n) { + var e = n.component; t( - e, + n, 2, 0, - wa(e, 3)._toolbarRows.length > 0, - 0 === wa(e, 3)._toolbarRows.length + wa(n, 3)._toolbarRows.length > 0, + 0 === wa(n, 3)._toolbarRows.length ), t( - e, + n, 14, 0, - wa(e, 15).inline, - "primary" !== wa(e, 15).color && - "accent" !== wa(e, 15).color && - "warn" !== wa(e, 15).color + wa(n, 15).inline, + "primary" !== wa(n, 15).color && + "accent" !== wa(n, 15).color && + "warn" !== wa(n, 15).color ), - t(e, 40, 0, !n.modStatusLoaded); + t(n, 40, 0, !e.modStatusLoaded); } ); } - function yA(t) { + function EA(t) { return Di( 0, [ @@ -64939,8 +65835,8 @@ null, null, null, - _A, - oA + SA, + mA )), Ba( 1, @@ -64953,48 +65849,48 @@ null ) ], - function(t, e) { - t(e, 1, 0); + function(t, n) { + t(n, 1, 0); }, null ); } - var CA = ha("app-root", Dg, yA, {}, {}, []), - vA = (function() { + var IA = ha("app-root", Dg, EA, {}, {}, []), + AA = (function() { return function() {}; })(), - OA = (function() { + TA = (function() { return function() {}; })(), - PA = (function() { - function t(t, e) { - js(e) && + RA = (function() { + function t(t, n) { + js(n) && !t && console.warn( "Warning: Flex Layout loaded on the server without FlexLayoutServerModule" ); } return ( - (t.withConfig = function(e, n) { + (t.withConfig = function(n, e) { return ( - void 0 === n && (n = []), + void 0 === e && (e = []), { ngModule: t, - providers: e.serverLoaded + providers: n.serverLoaded ? [ { provide: Lv, - useValue: Object(o.__assign)({}, zv, e) + useValue: Object(o.__assign)({}, zv, n) }, - { provide: Fv, useValue: n, multi: !0 }, + { provide: Fv, useValue: e, multi: !0 }, { provide: jv, useValue: !0 } ] : [ { provide: Lv, - useValue: Object(o.__assign)({}, zv, e) + useValue: Object(o.__assign)({}, zv, n) }, - { provide: Fv, useValue: n, multi: !0 } + { provide: Fv, useValue: e, multi: !0 } ] } ); @@ -65002,47 +65898,47 @@ t ); })(), - MA = (function() { + DA = (function() { return function() {}; })(), - xA = (function() { + NA = (function() { return function() {}; })(), - kA = (function() { + zA = (function() { return function() {}; })(), - wA = (function() { + LA = (function() { function t() {} - var e; + var n; return ( - (e = t), + (n = t), (t.forRoot = function(t) { return { - ngModule: e, + ngModule: n, providers: [{ provide: "options", useValue: t }] }; }), t ); })(), - SA = Fl(Vl, [Dg], function(t) { + jA = Fl(Vl, [Dg], function(t) { return (function(t) { - for (var e = {}, n = [], o = !1, a = 0; a < t.length; a++) { + for (var n = {}, e = [], o = !1, a = 0; a < t.length; a++) { var r = t[a]; - r.token === Pn && !0 === r.value && (o = !0), - 1073741824 & r.flags && n.push(r.token), + r.token === Pe && !0 === r.value && (o = !0), + 1073741824 & r.flags && e.push(r.token), (r.index = a), - (e[Mo(r.token)] = r); + (n[Mo(r.token)] = r); } return { factory: null, - providersByKey: e, + providersByKey: n, providers: t, - modules: n, + modules: e, isRoot: o }; })([ - la(512, En, In, [ + la(512, Ee, Ie, [ [ 8, [ @@ -65067,26 +65963,27 @@ dI, fI, LI, - CA + qI, + IA ] ], - [3, En], - Tn + [3, Ee], + Te ]), la(5120, ui, mi, [[3, ui]]), la(4608, ds, ps, [ui, [2, us]]), la(5120, or, gi, [Dr]), la(5120, dr, pr, []), - la(5120, $n, di, []), + la(5120, $e, di, []), la(5120, to, pi, []), la(4608, id, ld, [Ds]), - la(6144, sn, null, [id]), + la(6144, se, null, [id]), la(4608, $u, sh, [[2, rh], [2, Jf]]), la( 5120, ku, - function(t, e, n, o, a, r, i, l) { - return [new Xu(t, e, n), new rd(o), new nd(a, r, i, l)]; + function(t, n, e, o, a, r, i, l) { + return [new Xu(t, n, e), new rd(o), new ed(a, r, i, l)]; }, [Ds, Dr, fr, Ds, Ds, $u, br, [2, td]] ), @@ -65096,7 +65993,7 @@ la(5120, kb, Cy, []), la(5120, h_, vy, []), la(4608, K_, yy, [Ds, kb, h_]), - la(5120, jn, Oy, [Lu, K_, Dr]), + la(5120, je, Oy, [Lu, K_, Dr]), la(6144, Eu, null, [Iu]), la(4608, Hr, Hr, [Dr]), la(5120, xp, rg, [Nm]), @@ -65109,21 +66006,21 @@ la( 5120, hr, - function(t, e, n) { + function(t, n, e) { return [ t, - ((o = e), - (a = n), + ((o = n), + (a = e), function() { if (Ls(a)) { var t = Array.from( o.querySelectorAll("[class*=flex-layout-]") ), - e = /\bflex-layout-.+?\b/g; + n = /\bflex-layout-.+?\b/g; t.forEach(function(t) { t.classList.contains("flex-layout-ssr") && t.parentNode ? t.parentNode.removeChild(t) - : t.className.replace(e, ""); + : t.className.replace(n, ""); }); } }) @@ -65132,11 +66029,11 @@ }, [dg, Ds, fr] ), - la(4608, Xh, py, [jn, Ds]), - la(4608, $C, $C, [jC, KC, En, XC, qC, Zt, Dr, Ds, rf, [2, ns]]), - la(5120, tv, ev, [$C]), + la(4608, Xh, py, [je, Ds]), + la(4608, $C, $C, [jC, KC, Ee, XC, qC, Zt, Dr, Ds, rf, [2, es]]), + la(5120, tv, nv, [$C]), la(5120, uv, dv, [$C]), - la(135680, pv, pv, [$C, Zt, [2, ns], [2, cv], uv, [3, pv], KC]), + la(135680, pv, pv, [$C, Zt, [2, es], [2, cv], uv, [3, pv], KC]), la(4608, mc, gc, [Ds, fr, dc]), la(4608, fc, fc, [mc, pc]), la( @@ -65162,9 +66059,10 @@ la(5120, rP, iP, [$C]), la(4608, jS, jS, []), la(4608, HS, HS, []), + la(4608, jI, jI, [Ds, fr]), la(1073742336, Rs, Rs, []), la(1073742336, wg, wg, []), - la(1024, Ne, fd, []), + la(1024, zn, fd, []), la( 1024, Yr, @@ -65177,41 +66075,41 @@ la( 1024, cr, - function(t, e) { + function(t, n) { return [ - ((n = t), + ((e = t), Pu("probe", xu), Pu( "coreTokens", Object(o.__assign)( {}, Mu, - (n || []).reduce(function(t, e) { - return (t[e.name] = e.token), t; + (e || []).reduce(function(t, n) { + return (t[n.name] = n.token), t; }, {}) ) ), function() { return xu; }), - lg(e) + lg(n) ]; - var n; + var e; }, [[2, Yr], ig] ), la(512, ur, ur, [[2, cr]]), - la(131584, Xr, Xr, [Dr, br, Zt, Ne, En, ur]), + la(131584, Xr, Xr, [Dr, br, Zt, zn, Ee, ur]), la(1073742336, fi, fi, [Xr]), la(1073742336, hd, hd, [[3, hd]]), - la(1024, Qm, ng, [[3, Nm]]), + la(1024, Qm, eg, [[3, Nm]]), la(512, op, ap, []), la(512, Vm, Vm, []), la(256, Zm, {}, []), - la(1024, ts, eg, [Jl, [2, es], Zm]), - la(512, ns, ns, [ts, Jl]), + la(1024, ts, ng, [Jl, [2, ns], Zm]), + la(512, es, es, [ts, Jl]), la(512, xr, xr, []), - la(512, ir, ei, [xr, [2, $r]]), + la(512, ir, ni, [xr, [2, $r]]), la( 1024, Sm, @@ -65244,7 +66142,7 @@ Xr, op, Vm, - ns, + es, Zt, ir, xr, @@ -65254,7 +66152,7 @@ [2, km] ]), la(1073742336, $m, $m, [[2, Qm], [2, Nm]]), - la(1073742336, vA, vA, []), + la(1073742336, AA, AA, []), la(1073742336, My, My, []), la(1073742336, lf, lf, []), la(1073742336, Jf, Jf, [[2, Xf], [2, td]]), @@ -65263,10 +66161,10 @@ la(1073742336, Qh, Qh, []), la(1073742336, of, of, []), la(1073742336, qh, qh, []), - la(1073742336, tA, tA, []), + la(1073742336, uA, uA, []), la(1073742336, Vy, Vy, []), la(1073742336, SC, SC, []), - la(1073742336, nv, nv, []), + la(1073742336, ev, ev, []), la(1073742336, mv, mv, []), la(1073742336, Kk, Kk, []), la(1073742336, bc, bc, []), @@ -65277,36 +66175,36 @@ la(1073742336, Rv, Rv, []), la(1073742336, LO, LO, []), la(1073742336, _M, _M, []), - la(1073742336, OA, OA, []), - la(1073742336, PA, PA, [[2, jv], fr]), + la(1073742336, TA, TA, []), + la(1073742336, RA, RA, [[2, jv], fr]), la(1073742336, dh, dh, []), la(1073742336, SI, SI, []), - la(1073742336, MA, MA, []), + la(1073742336, DA, DA, []), la(1073742336, vx, vx, []), la(1073742336, Mx, Mx, []), - la(1073742336, nM, nM, []), + la(1073742336, eM, eM, []), la(1073742336, oM, oM, []), - la(1073742336, xA, xA, []), + la(1073742336, NA, NA, []), la(1073742336, Ix, Ix, []), la(1073742336, Ax, Ax, []), la(1073742336, yw, yw, []), la(1073742336, EC, EC, []), - la(1073742336, kA, kA, []), + la(1073742336, zA, zA, []), la(1073742336, HP, HP, []), la(1073742336, kw, kw, []), la(1073742336, Px, Px, []), - la(1073742336, qw, qw, []), - la(1073742336, Gw, Gw, []), + la(1073742336, Hw, Hw, []), + la(1073742336, Yw, Yw, []), la(1073742336, uP, uP, []), la(1073742336, lw, lw, []), la(1073742336, vh, vh, []), la(1073742336, OS, OS, []), la(1073742336, vS, vS, []), - la(1073742336, wA, wA, []), + la(1073742336, LA, LA, []), la(1073742336, qS, qS, []), la(1073742336, VS, VS, []), la(1073742336, Vl, Vl, []), - la(256, Pn, !0, []), + la(256, Pe, !0, []), la(256, Py, "BrowserAnimations", []), la(256, dc, "XSRF-TOKEN", []), la(256, pc, "X-XSRF-TOKEN", []), @@ -65326,34 +66224,34 @@ ]); }); (function() { - if (Le) + if (jn) throw new Error("Cannot enable prod mode after platform setup."); - ze = !1; + Ln = !1; })(), gd() - .bootstrapModuleFactory(SA) + .bootstrapModuleFactory(jA) .catch(function(t) { return console.error(t); }); }, - zfKp: function(t, e, n) { + zfKp: function(t, n, e) { "use strict"; - e.observable = + n.observable = ("function" == typeof Symbol && Symbol.observable) || "@@observable"; }, - zn8P: function(t, e) { - function n(t) { + zn8P: function(t, n) { + function e(t) { return Promise.resolve().then(function() { - var e = new Error("Cannot find module '" + t + "'"); - throw ((e.code = "MODULE_NOT_FOUND"), e); + var n = new Error("Cannot find module '" + t + "'"); + throw ((n.code = "MODULE_NOT_FOUND"), n); }); } - (n.keys = function() { + (e.keys = function() { return []; }), - (n.resolve = n), - (t.exports = n), - (n.id = "zn8P"); + (e.resolve = e), + (t.exports = e), + (e.id = "zn8P"); } }, [[0, 0]] diff --git a/BeatOn/Assets/www/polyfills-es2015.4aaaf8cdea71ba6ebdaf.js b/BeatOn/Assets/www/polyfills-es2015.js similarity index 100% rename from BeatOn/Assets/www/polyfills-es2015.4aaaf8cdea71ba6ebdaf.js rename to BeatOn/Assets/www/polyfills-es2015.js diff --git a/BeatOn/Assets/www/polyfills-es5.27d81060418231ff91d8.js b/BeatOn/Assets/www/polyfills-es5.js similarity index 100% rename from BeatOn/Assets/www/polyfills-es5.27d81060418231ff91d8.js rename to BeatOn/Assets/www/polyfills-es5.js diff --git a/BeatOn/Assets/www/runtime-es2015.858f8dd898b75fe86926.js b/BeatOn/Assets/www/runtime-es2015.858f8dd898b75fe86926.js deleted file mode 100644 index 941798b..0000000 --- a/BeatOn/Assets/www/runtime-es2015.858f8dd898b75fe86926.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){function r(r){for(var n,f,i=r[0],l=r[1],a=r[2],c=0,s=[];c.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent{color:#216bad}.mat-datepicker-toggle-active.mat-warn{color:#ff5722}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel{background:#424242;color:#fff}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.mat-expansion-panel-header-title{color:#fff}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label,.mat-hint{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused .mat-form-field-label{color:#ad2c2c}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#216bad}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#ff5722}.mat-focused .mat-form-field-required-marker{color:#216bad}.mat-form-field-ripple{background-color:#fff}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ad2c2c}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#216bad}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#ff5722}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#ff5722}.mat-error{color:#ff5722}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em;background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.mat-icon.mat-primary{color:#ad2c2c}.mat-icon.mat-accent{color:#216bad}.mat-icon.mat-warn{color:#ff5722}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(255,255,255,.5)}.mat-input-element{caret-color:#ad2c2c}.mat-input-element::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element option{color:rgba(0,0,0,.87)}.mat-input-element option:disabled{color:rgba(0,0,0,.38)}.mat-accent .mat-input-element{caret-color:#216bad}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#ff5722}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#fff}.mat-list-base .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500;color:rgba(255,255,255,.7)}.mat-list-item-disabled{background-color:#000}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(255,255,255,.04)}.mat-menu-panel{background:#424242}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:#fff}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:#fff}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator{background:#424242}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first,.mat-paginator-last{border-top:2px solid #fff}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background{fill:#e6c0c0}.mat-progress-bar-buffer{background-color:#e6c0c0}.mat-progress-bar-fill::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#0b3c83}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#0b3c83}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#216bad}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffccbc}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffccbc}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#ff5722}.mat-progress-spinner circle,.mat-spinner circle{stroke:#ad2c2c}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#216bad}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#ff5722}.mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ad2c2c}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#216bad}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#ff5722}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#ff5722}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.mat-radio-button .mat-ripple-element{background-color:#fff}.mat-select-value{color:#fff}.mat-select-disabled .mat-select-value,.mat-select-placeholder{color:rgba(255,255,255,.5)}.mat-select-arrow{color:rgba(255,255,255,.7)}.mat-select-panel{background:#424242}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#216bad}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#ff5722}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.mat-drawer-container{background-color:#303030;color:#fff}.mat-drawer{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push{background-color:#424242}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#216bad}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#ff5722}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#ad2c2c}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#216bad}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#ff5722}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(33,107,173,.2)}.cdk-focused .mat-slider-track-background,.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#ad2c2c;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#ff5722}.mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.mat-step-header .mat-step-label.mat-step-label-error{color:#ff5722}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#424242}.mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow{color:#c6c6c6}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#fff}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#ad2c2c}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#216bad}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#ff5722}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#212121;color:#fff}.mat-toolbar.mat-primary{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent{background:#216bad;color:#fff}.mat-toolbar.mat-warn{background:#ff5722;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif;background:#424242}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px;color:#fff}.mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:inherit}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(MaterialIcons-Regular.e79bfd88537def476913.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(MaterialIcons-Regular.570eb83859dc23dd0eec.woff2) format('woff2'),url(MaterialIcons-Regular.012cf6a10129e2275d79.woff) format('woff'),url(MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf) format('truetype')}.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';font-feature-settings:'liga'} \ No newline at end of file +.toast-center-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #fff}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='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'/%3E%3C/svg%3E")}.toast-error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='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'/%3E%3C/svg%3E")}.toast-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='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'/%3E%3C/svg%3E")}.toast-container.toast-bottom-center .ngx-toastr,.toast-container.toast-top-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-bottom-full-width .ngx-toastr,.toast-container.toast-top-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='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'/%3E%3C/svg%3E");background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}body.dialog-open{overflow:hidden}.nsm-dialog-btn-close{border:0;background:0 0;color:#2d2d2d;position:absolute;top:8px;right:8px;font-size:1.2em;cursor:pointer}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;overflow-x:hidden;overflow-y:auto;transition:background-color .5s;background-color:transparent;z-index:999}.overlay.nsm-overlay-open{background-color:rgba(0,0,0,.5)}.overlay.transparent{background-color:transparent}.nsm-dialog{position:relative;opacity:1;visibility:visible;min-height:200px;width:100%;max-width:520px;margin:0 auto;pointer-events:none}.nsm-dialog.nsm-dialog-close{opacity:0}.nsm-dialog.nsm-centered{display:flex;align-items:center;min-height:calc(100% - (1.75rem * 2))}.nsm-content{position:relative;display:flex;flex-direction:column;pointer-events:auto;background-clip:padding-box;background-color:#fff;border-radius:2px;padding:1rem;margin:1.75rem;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);outline:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nsm-body{position:relative;flex:1 1 auto}.nsm-dialog[class*=nsm-dialog-animation-]{transition:opacity .5s,-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s;transition:transform .5s ease-in-out,opacity .5s,-webkit-transform .5s ease-in-out}.nsm-dialog-animation-ltr{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.nsm-dialog-animation-ltr.nsm-dialog-open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nsm-dialog-animation-ltr.nsm-dialog-close{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.nsm-dialog-animation-rtl{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.nsm-dialog-animation-rtl.nsm-dialog-open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nsm-dialog-animation-rtl.nsm-dialog-close{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.nsm-dialog-animation-ttb{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.nsm-dialog-animation-ttb.nsm-dialog-open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nsm-dialog-animation-ttb.nsm-dialog-close{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.nsm-dialog-animation-btt{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.nsm-dialog-animation-btt.nsm-dialog-open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.nsm-dialog-animation-btt.nsm-dialog-close{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.fullheight,body,html{height:100%}body{background-color:#424242;margin:0;font-family:Roboto,"Helvetica Neue",sans-serif}.browserNavMenu{height:40px;max-width:600px!important;margin-left:-200px}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{max-width:100%}::-webkit-scrollbar{height:16px;width:12px;background:#424242}::-webkit-scrollbar-corner{background:#424242}::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}.hide-scroll-bar::-webkit-scrollbar{width:0}.hide-scroll-bar::-webkit-scrollbar-thumb{width:0}app-sync-saber{height:100%;overflow-y:scroll}.histButton span.mat-button-wrapper{width:100%;max-width:100%;float:left;text-align:left;text-overflow:ellipsis;overflow:hidden}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.34375em) scale(.75);transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34374em) scale(.75);transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-.59375em) scale(.75);transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-.59374em) scale(.75);transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.59375em) scale(.75);transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59374em) scale(.75);transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px;color:#fff}.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif;color:rgba(255,255,255,.7)}.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-ripple{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}@media (-ms-high-contrast:active){.mat-ripple-element{display:none}}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ad2c2c}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#216bad}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#ff5722}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(255,255,255,.5)}.mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox::after{color:#303030}.mat-pseudo-checkbox-disabled{color:#686868}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#216bad}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#ad2c2c}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#ff5722}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background{background-color:#303030;color:#fff}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#424242;color:#fff}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}@media (-ms-high-contrast:active){.mat-badge-content{outline:solid 1px;border-radius:0}.mat-checkbox-disabled{opacity:.5}}.mat-badge-accent .mat-badge-content{background:#216bad;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#ff5722}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-content{color:#fff;background:#ad2c2c;position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{transition:none}.mat-badge-content.mat-badge-active{-webkit-transform:none;transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#ad2c2c}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#216bad}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#ff5722}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(255,255,255,.3)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#ad2c2c}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#216bad}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#ff5722}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#fff}.mat-stroked-button:not([disabled]){border-color:rgba(255,255,255,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:#fff;background-color:#424242}.mat-fab.mat-accent,.mat-fab.mat-primary,.mat-fab.mat-warn,.mat-flat-button.mat-accent,.mat-flat-button.mat-primary,.mat-flat-button.mat-warn,.mat-mini-fab.mat-accent,.mat-mini-fab.mat-primary,.mat-mini-fab.mat-warn,.mat-raised-button.mat-accent,.mat-raised-button.mat-primary,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#ad2c2c}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#216bad}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#ff5722}.mat-fab.mat-accent .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none;border:1px solid rgba(255,255,255,.12)}.mat-button-toggle{color:rgba(255,255,255,.5)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard{color:#fff;background:#424242}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:1px solid rgba(255,255,255,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.12)}.mat-button-toggle-checked{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.mat-card{background:#424242;color:#fff}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(255,255,255,.7)}.mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark{fill:#303030}.mat-checkbox-checkmark-path{stroke:#303030!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path{stroke:#000!important}}.mat-checkbox-mixedmark{background-color:#303030}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#ad2c2c}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#216bad}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#ff5722}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.7)}@media (-ms-high-contrast:active){.mat-checkbox-background{background:0 0}}.mat-checkbox .mat-ripple-element{background-color:#fff}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#ad2c2c}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#216bad}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#ff5722}.mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#ad2c2c;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#216bad;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-table{background:#424242}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell{color:rgba(255,255,255,.7)}.mat-cell,.mat-footer-cell{color:#fff}.mat-calendar-arrow{border-top-color:#fff}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:#fff}.mat-calendar-table-header{color:rgba(255,255,255,.5)}.mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content{color:#fff;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(255,255,255,.5)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(255,255,255,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(255,255,255,.3)}.mat-calendar-body-selected{background-color:#ad2c2c;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(173,44,44,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#216bad;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(33,107,173,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#ff5722;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,87,34,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#ad2c2c}.mat-datepicker-toggle-active.mat-accent{color:#216bad}.mat-datepicker-toggle-active.mat-warn{color:#ff5722}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-divider{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel{background:#424242;color:#fff}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.mat-expansion-panel-header-title{color:#fff}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label,.mat-hint{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused .mat-form-field-label{color:#ad2c2c}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#216bad}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#ff5722}.mat-focused .mat-form-field-required-marker{color:#216bad}.mat-form-field-ripple{background-color:#fff}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ad2c2c}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#216bad}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#ad2c2c}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#216bad}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#ff5722}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#ff5722}.mat-error{color:#ff5722}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em;background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ad2c2c}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#216bad}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#ff5722}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.mat-icon.mat-primary{color:#ad2c2c}.mat-icon.mat-accent{color:#216bad}.mat-icon.mat-warn{color:#ff5722}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(255,255,255,.5)}.mat-input-element{caret-color:#ad2c2c}.mat-input-element::-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element option{color:rgba(0,0,0,.87)}.mat-input-element option:disabled{color:rgba(0,0,0,.38)}.mat-accent .mat-input-element{caret-color:#216bad}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#ff5722}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#ff5722}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#fff}.mat-list-base .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500;color:rgba(255,255,255,.7)}.mat-list-item-disabled{background-color:#000}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(255,255,255,.04)}.mat-menu-panel{background:#424242}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:#fff}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(255,255,255,.5)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:#fff}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-paginator{background:#424242}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first,.mat-paginator-last{border-top:2px solid #fff}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.mat-progress-bar-background{fill:#e6c0c0}.mat-progress-bar-buffer{background-color:#e6c0c0}.mat-progress-bar-fill::after{background-color:#ad2c2c}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#0b3c83}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#0b3c83}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#216bad}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffccbc}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffccbc}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#ff5722}.mat-progress-spinner circle,.mat-spinner circle{stroke:#ad2c2c}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#216bad}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#ff5722}.mat-radio-outer-circle{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ad2c2c}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ad2c2c}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#216bad}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#216bad}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#ff5722}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#ff5722}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.mat-radio-button .mat-ripple-element{background-color:#fff}.mat-select-value{color:#fff}.mat-select-disabled .mat-select-value,.mat-select-placeholder{color:rgba(255,255,255,.5)}.mat-select-arrow{color:rgba(255,255,255,.7)}.mat-select-panel{background:#424242}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ad2c2c}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#216bad}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#ff5722}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.mat-drawer-container{background-color:#303030;color:#fff}.mat-drawer{background-color:#424242;color:#fff}.mat-drawer.mat-drawer-push{background-color:#424242}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side{border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:1px solid rgba(255,255,255,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:1px solid rgba(255,255,255,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#216bad}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(33,107,173,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#216bad}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ad2c2c}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(173,44,44,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ad2c2c}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,87,34,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#ff5722}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#ad2c2c}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#216bad}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#ff5722}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(33,107,173,.2)}.cdk-focused .mat-slider-track-background,.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled:hover .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(255,255,255,.3)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(255,255,255,.04)}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#ad2c2c;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#ff5722}.mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.mat-step-header .mat-step-label.mat-step-label-error{color:#ff5722}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#424242}.mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.mat-sort-header-arrow{color:#c6c6c6}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#fff}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ad2c2c}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#216bad}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#ff5722}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(230,192,192,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#ad2c2c}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(11,60,131,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#216bad}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,204,188,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#ff5722}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#212121;color:#fff}.mat-toolbar.mat-primary{background:#ad2c2c;color:#fff}.mat-toolbar.mat-accent{background:#216bad;color:#fff}.mat-toolbar.mat-warn{background:#ff5722;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif;background:#424242}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px;color:#fff}.mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:inherit}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(MaterialIcons-Regular.woff2) format('woff2'),url(MaterialIcons-Regular.woff) format('woff'),url(MaterialIcons-Regular.ttf) format('truetype')}.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';font-feature-settings:'liga'} \ No newline at end of file diff --git a/BeatOn/Assets/www/upload.53eaa2f2d099aadddfb6.png b/BeatOn/Assets/www/upload.png similarity index 100% rename from BeatOn/Assets/www/upload.53eaa2f2d099aadddfb6.png rename to BeatOn/Assets/www/upload.png diff --git a/BeatOn/BeatOn.csproj b/BeatOn/BeatOn.csproj index e924540..d88a38a 100644 --- a/BeatOn/BeatOn.csproj +++ b/BeatOn/BeatOn.csproj @@ -48,21 +48,23 @@ false - True + false portable True bin\Release\ - TRACE + + prompt 4 true False SdkOnly - True + true false false false - + + false @@ -77,6 +79,10 @@ false false false + false + true + armeabi-v7a;x86 + Xamarin true @@ -222,10 +228,10 @@ - - - - + + + + @@ -343,55 +349,55 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/BeatOn/Properties/AssemblyInfo.cs b/BeatOn/Properties/AssemblyInfo.cs index 5a8bf11..55284d3 100644 --- a/BeatOn/Properties/AssemblyInfo.cs +++ b/BeatOn/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.0.9.9")] -[assembly: AssemblyFileVersion("0.0.9.9")] +[assembly: AssemblyVersion("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/BeatOn/SyncManager.cs b/BeatOn/SyncManager.cs index b27ca82..4d8b6fa 100644 --- a/BeatOn/SyncManager.cs +++ b/BeatOn/SyncManager.cs @@ -144,25 +144,37 @@ public List Sync(Guid? onlyID = null) _getConfig().Config = qae.GetCurrentConfig(); cfg = _getConfig(); } - var toAdd = spl.Value.Item2.Where(x => !playlist.SongList.Any(y => y.SongID.ToLower().StartsWith(x.Key.ToLower()))).ToList(); var toRemove = playlist.SongList.Where(x => !spl.Value.Item2.Any(y => x.SongID.ToLower().StartsWith(y.Key.ToLower()))).ToList(); toAdd.ForEach(x => { try { - _downloadManager.DownloadFile(x.Value.DownloadUrl.ToLower(), true, spl.Key, true); + if (cfg.Config.Playlists.SelectMany(z => z.SongList).Any(z => z.SongID.ToLower().StartsWith(x.Key.ToLower()))) + { + Log.LogErr($"Syncing playlist ID {spl.Key} includes songID {x.Key} which is already elsewhere in the library, skipping it."); + } + else + { + _downloadManager.DownloadFile(x.Value.DownloadUrl.ToLower(), true, spl.Key, true); + } } catch (Exception ex) { Log.LogErr($"Exception trying to start download of {x.Value.DownloadUrl}", ex); } }); + List delOps = new List(); toRemove.ForEach(x => { var d = new DeleteSongOp(x.SongID); qae.OpManager.QueueOp(d); + delOps.Add(d); }); + if (delOps.Count > 0) { + delOps.WaitForFinish(); + _getConfig().Config = qae.GetCurrentConfig(); + } } sync.LastSyncSuccess = DateTime.Now; fss.StatusType = FeedSyncStatus.FeedSyncStatusType.Finished; diff --git a/QuestomAssets b/QuestomAssets index 7ac9174..cf371ed 160000 --- a/QuestomAssets +++ b/QuestomAssets @@ -1 +1 @@ -Subproject commit 7ac9174c102573418c3c53df2529bd5350764422 +Subproject commit cf371ed7d28da90856cb88ac1f769815f49d8d86 diff --git a/SyncSaberService b/SyncSaberService index b38c5dc..9a8c3b4 160000 --- a/SyncSaberService +++ b/SyncSaberService @@ -1 +1 @@ -Subproject commit b38c5dc9879b8b1f7b28d536eac976c4462b5643 +Subproject commit 9a8c3b48556f6e706e9eac7873ff9c6a3c35eb48 diff --git a/frontend/build.bat b/frontend/build.bat new file mode 100644 index 0000000..2a45393 --- /dev/null +++ b/frontend/build.bat @@ -0,0 +1 @@ +ng build --prod --aot --output-hashing none \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ff0d27e..130488e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3718,7 +3718,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3739,12 +3740,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3759,17 +3762,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3886,7 +3892,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3898,6 +3905,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3912,6 +3920,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3919,12 +3928,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -3943,6 +3954,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4023,7 +4035,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4035,6 +4048,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4120,7 +4134,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4156,6 +4171,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4175,6 +4191,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4218,12 +4235,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -6257,6 +6276,11 @@ "resolved": "https://registry.npmjs.org/ngx-color-picker/-/ngx-color-picker-8.0.1.tgz", "integrity": "sha512-aA55g49ZGF1xfc0iJS6xK/qOds2GZC3mId4lcJarCGrjQbg44qYv6BaodLzSFcYRMPN9+O7z6n4+2pWrjQqWfA==" }, + "ngx-cookie-service": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ngx-cookie-service/-/ngx-cookie-service-2.2.0.tgz", + "integrity": "sha512-2kaC1itlEMxiMAPJ320hOpcwU9vhvjbKQCZ1Go6bGhYjJtqG7eYvhNP7mM9IhFz1/afG2tBryJPySWmFUGhRpA==" + }, "ngx-smart-modal": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/ngx-smart-modal/-/ngx-smart-modal-7.1.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index d259727..e777389 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,6 +33,7 @@ "material-design-icons": "^3.0.1", "ng-lazyload-image": "^6.0.0", "ngx-color-picker": "^8.0.1", + "ngx-cookie-service": "^2.2.0", "ngx-smart-modal": "^7.1.1", "ngx-toastr": "^10.0.4", "rxjs": "~6.4.0", diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 0836937..841ed3c 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -65,6 +65,8 @@ import { CdkVirtualScrollViewportPatchDirective } from './cdk-virtual-scroll-vie import { ColorPickerModule } from 'ngx-color-picker'; import { SyncSaberComponent } from './sync-saber/sync-saber.component'; import { SyncSaberMaxSongsComponent } from './sync-saber-max-songs/sync-saber-max-songs.component'; +import { InputBoxComponent } from './input-box/input-box.component'; +import { CookieService } from 'ngx-cookie-service'; @NgModule({ declarations: [ AppComponent, @@ -97,12 +99,14 @@ import { SyncSaberMaxSongsComponent } from './sync-saber-max-songs/sync-saber-ma CdkVirtualScrollViewportPatchDirective, SyncSaberComponent, SyncSaberMaxSongsComponent, + InputBoxComponent, ], entryComponents: [ ProgressSpinnerDialogComponent, AddEditPlaylistDialogComponent, ConfirmDialogComponent, ImagePickerDialogComponent, + InputBoxComponent, ], imports: [ ToastrModule.forRoot({ @@ -145,7 +149,7 @@ import { SyncSaberMaxSongsComponent } from './sync-saber-max-songs/sync-saber-ma MatGridListModule, ColorPickerModule, ], - providers: [NgxSmartModalService], + providers: [NgxSmartModalService, CookieService], bootstrap: [AppComponent], }) export class AppModule {} diff --git a/frontend/src/app/appSettings.ts b/frontend/src/app/appSettings.ts index 33650fe..e725633 100644 --- a/frontend/src/app/appSettings.ts +++ b/frontend/src/app/appSettings.ts @@ -3,10 +3,10 @@ import { environment } from '../environments/environment'; export class AppSettings { /* For debugging the front end (i.e. running it from the dev machine using ng serve) set the DEV_API_ENDPOINT to the root address of your quest's IP on your network */ - private static DEV_API_ENDPOINT = 'http://192.168.1.250:50000'; + private static DEV_API_ENDPOINT = 'http://localhost:51000'; /* set this value to override what the server returns as the websocket address. Useful if using an emulator and forward the ports through ADB */ - private static DEV_WS_ENDPOINT = null; //'ws://localhost:51001'; + private static DEV_WS_ENDPOINT = 'ws://localhost:51001'; public static API_ENDPOINT = environment.production ? '' : AppSettings.DEV_API_ENDPOINT; diff --git a/frontend/src/app/browser-nav/browser-nav.component.html b/frontend/src/app/browser-nav/browser-nav.component.html index 8d29cfd..bbad169 100644 --- a/frontend/src/app/browser-nav/browser-nav.component.html +++ b/frontend/src/app/browser-nav/browser-nav.component.html @@ -7,8 +7,11 @@
+ -
+ + diff --git a/frontend/src/app/browser-nav/browser-nav.component.ts b/frontend/src/app/browser-nav/browser-nav.component.ts index 0ef5bb0..cf1db07 100644 --- a/frontend/src/app/browser-nav/browser-nav.component.ts +++ b/frontend/src/app/browser-nav/browser-nav.component.ts @@ -1,4 +1,6 @@ import { Component, OnInit, Output, EventEmitter } from '@angular/core'; +import { MatDialog } from '@angular/material'; +import { InputBoxComponent } from '../input-box/input-box.component'; @Component({ selector: 'app-browser-nav', @@ -6,7 +8,7 @@ import { Component, OnInit, Output, EventEmitter } from '@angular/core'; styleUrls: ['./browser-nav.component.scss'], }) export class BrowserNavComponent implements OnInit { - constructor() {} + constructor(private dialog: MatDialog) {} browserLinks: any[] = [ { title: 'Beast Saber', url: 'https://bsaber.com' }, { title: 'Beat Saver', url: 'https://beatsaver.com' }, @@ -19,6 +21,22 @@ export class BrowserNavComponent implements OnInit { clickLink(link) { this.linkSelected.emit(link.url); } - + clickUrl() { + const dialogRef = this.dialog.open(InputBoxComponent, { + width: '600px', + height: '450px', + disableClose: true, + data: { + label: 'URL', + key: 'browserUrl', + }, + }); + dialogRef.afterClosed().subscribe(res => { + if (res != null) { + if (res.indexOf('://') < 1) res = 'http://' + res; + this.linkSelected.emit(res); + } + }); + } ngOnInit() {} } diff --git a/frontend/src/app/input-box/input-box.component.html b/frontend/src/app/input-box/input-box.component.html new file mode 100644 index 0000000..7879e46 --- /dev/null +++ b/frontend/src/app/input-box/input-box.component.html @@ -0,0 +1,19 @@ + + + {{data.title}} + {{data.subTitle}} + + + + + + + + + + + +
+ +
+
\ No newline at end of file diff --git a/frontend/src/app/input-box/input-box.component.scss b/frontend/src/app/input-box/input-box.component.scss new file mode 100644 index 0000000..29a20f0 --- /dev/null +++ b/frontend/src/app/input-box/input-box.component.scss @@ -0,0 +1,4 @@ +.histButton { + width: 100%; + height: 100%; +} diff --git a/frontend/src/app/input-box/input-box.component.spec.ts b/frontend/src/app/input-box/input-box.component.spec.ts new file mode 100644 index 0000000..f6168aa --- /dev/null +++ b/frontend/src/app/input-box/input-box.component.spec.ts @@ -0,0 +1,24 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { InputBoxComponent } from './input-box.component'; + +describe('InputBoxComponent', () => { + let component: InputBoxComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [InputBoxComponent], + }).compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(InputBoxComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/frontend/src/app/input-box/input-box.component.ts b/frontend/src/app/input-box/input-box.component.ts new file mode 100644 index 0000000..0c3ad85 --- /dev/null +++ b/frontend/src/app/input-box/input-box.component.ts @@ -0,0 +1,81 @@ +import { Component, OnInit, Injectable, Inject } from '@angular/core'; +import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material'; +import { CookieService } from 'ngx-cookie-service'; +import { AppIntegrationService } from '../services/app-integration.service'; + +@Component({ + selector: 'app-input-box', + templateUrl: './input-box.component.html', + styleUrls: ['./input-box.component.scss'], +}) +@Injectable({ + providedIn: 'root', +}) +export class InputBoxComponent implements OnInit { + constructor( + public dialogRef: MatDialogRef, + @Inject(MAT_DIALOG_DATA) public data, + private cookies: CookieService, + private appIntegration: AppIntegrationService + ) { + if (data.key) { + var cookieHist = cookies.get('inputhistory_' + data.key); + if (cookieHist) { + this.historyItems = JSON.parse(cookieHist); + } else { + this.historyItems = []; + } + } + } + historyItems: string[] = []; + inputText: string; + wasBrowserHidden: boolean = false; + ngOnInit() { + this.wasBrowserHidden = false; + if (this.appIntegration.isBrowserShown) { + this.wasBrowserHidden = true; + this.appIntegration.hideBrowser(); + } + } + + historyClick(item) { + this.inputText = item; + this.clickButton1(); + } + clickButton1() { + if (!this.inputText) { + return; + } + if (this.data.key && this.inputText) { + if (!this.historyItems) { + this.historyItems = []; + } + var idx = this.historyItems.indexOf(this.inputText); + if (idx >= 0) { + this.historyItems.splice(idx, 1); + } + this.historyItems.unshift(this.inputText); + while (this.historyItems.length > 5) { + this.historyItems.pop(); + } + this.cookies.set('inputhistory_' + this.data.key, JSON.stringify(this.historyItems)); + } + if (this.wasBrowserHidden) { + this.wasBrowserHidden = false; + this.appIntegration.showBrowser(); + } + this.dialogRef.close(this.inputText); + } + clickCancel() { + if (this.wasBrowserHidden) { + this.wasBrowserHidden = false; + this.appIntegration.showBrowser(); + } + this.dialogRef.close(null); + } + keyDownFunction(ev) { + if (ev.keyCode == 13) { + this.clickButton1(); + } + } +} diff --git a/frontend/src/app/op-indicator/op-indicator.component.scss b/frontend/src/app/op-indicator/op-indicator.component.scss index 3be17e7..13dbdf4 100644 --- a/frontend/src/app/op-indicator/op-indicator.component.scss +++ b/frontend/src/app/op-indicator/op-indicator.component.scss @@ -101,13 +101,13 @@ mat-icon { @keyframes spin { 0% { - -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ - -ms-transform: rotate(0deg); /* IE 9 */ - transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ - } - 100% { -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */ -ms-transform: rotate(360deg); /* IE 9 */ transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */ } + 100% { + -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */ + -ms-transform: rotate(0deg); /* IE 9 */ + transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */ + } } diff --git a/frontend/src/app/progress-spinner-dialog/progress-spinner-dialog.component.ts b/frontend/src/app/progress-spinner-dialog/progress-spinner-dialog.component.ts index 542db36..3f49c13 100644 --- a/frontend/src/app/progress-spinner-dialog/progress-spinner-dialog.component.ts +++ b/frontend/src/app/progress-spinner-dialog/progress-spinner-dialog.component.ts @@ -1,66 +1,58 @@ -import {CollectionViewer, DataSource} from '@angular/cdk/collections'; -import {Component, OnInit, Inject, ChangeDetectionStrategy, ChangeDetectorRef} from '@angular/core'; -import {MatDialog, MatDialogRef, MAT_DIALOG_DATA} from '@angular/material/dialog'; -import {BehaviorSubject, Observable, Subscription} from 'rxjs'; +import { CollectionViewer, DataSource } from '@angular/cdk/collections'; +import { Component, OnInit, Inject, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core'; +import { MatDialog, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; +import { BehaviorSubject, Observable, Subscription } from 'rxjs'; import { HostMessageService } from '../services/host-message.service'; import { HostSetupEvent, SetupEventType } from '../models/HostSetupEvent'; import { Router } from '@angular/router'; import { AppIntegrationService } from '../services/app-integration.service'; export interface SpinnerData { - mainText : string; + mainText: string; } @Component({ - selector: 'app-progress-spinner-dialog', - templateUrl: './progress-spinner-dialog.component.html', - styleUrls: ['./progress-spinner-dialog.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush - + selector: 'app-progress-spinner-dialog', + templateUrl: './progress-spinner-dialog.component.html', + styleUrls: ['./progress-spinner-dialog.component.scss'], + changeDetection: ChangeDetectionStrategy.OnPush, }) export class ProgressSpinnerDialogComponent implements OnInit { + messages = new Array(); - messages = new Array(); - - mainText : string = ""; - constructor(public dialogRef: MatDialogRef, - @Inject(MAT_DIALOG_DATA) public data: SpinnerData, private msgSvc: HostMessageService, - private cdr : ChangeDetectorRef, - private appIntegration : AppIntegrationService - ) - { - this.mainText = data.mainText; - var switched = false; - dialogRef.afterOpened().subscribe(() => - { - if (this.appIntegration.isBrowserShown) { - if (this.appIntegration.isAppLoaded()) { - this.appIntegration.hideBrowser(); - switched = true; - } - } - }); - dialogRef.beforeClosed().subscribe(()=> { - if (switched && this.appIntegration.isAppLoaded()) { - this.appIntegration.showBrowser(); - } - }); - this.msgSvc.setupMessage.subscribe((msg : HostSetupEvent) => - { - console.log("Got message in spinner " + msg.SetupEvent); - if (msg.SetupEvent == SetupEventType.StatusMessage) { - console.log("pussing message to view"); - this.messages.push(msg.Message); - this.cdr.detectChanges(); - } - }); - } + mainText: string = ''; + constructor( + public dialogRef: MatDialogRef, + @Inject(MAT_DIALOG_DATA) public data: SpinnerData, + private msgSvc: HostMessageService, + private cdr: ChangeDetectorRef, + private appIntegration: AppIntegrationService + ) { + this.mainText = data.mainText; + var switched = false; + dialogRef.afterOpened().subscribe(() => { + if (this.appIntegration.isBrowserShown) { + if (this.appIntegration.isAppLoaded()) { + this.appIntegration.hideBrowser(); + switched = true; + } + } + }); + dialogRef.beforeClosed().subscribe(() => { + if (switched && this.appIntegration.isAppLoaded()) { + this.appIntegration.showBrowser(); + } + }); + this.msgSvc.setupMessage.subscribe((msg: HostSetupEvent) => { + if (msg.SetupEvent == SetupEventType.StatusMessage) { + this.messages.push(msg.Message); + this.cdr.detectChanges(); + } + }); + } - addMessage(event : any) { - this.messages.push(event.data.Message); - } - ngOnInit() { - - } - -} \ No newline at end of file + addMessage(event: any) { + this.messages.push(event.data.Message); + } + ngOnInit() {} +} diff --git a/frontend/src/app/remote-upload/remote-upload.component.ts b/frontend/src/app/remote-upload/remote-upload.component.ts index 82361f9..c1b6260 100644 --- a/frontend/src/app/remote-upload/remote-upload.component.ts +++ b/frontend/src/app/remote-upload/remote-upload.component.ts @@ -1,35 +1,37 @@ import { Component, OnInit } from '@angular/core'; -import { FormBuilder, FormGroup } from '@angular/forms'; +import { FormBuilder, FormGroup } from '@angular/forms'; import { BeatOnApiService } from '../services/beat-on-api.service'; +import { InputBoxComponent } from '../input-box/input-box.component'; +import { MatDialog } from '@angular/material'; @Component({ - selector: 'app-remote-upload', - templateUrl: './remote-upload.component.html', - styleUrls: ['./remote-upload.component.scss'] + selector: 'app-remote-upload', + templateUrl: './remote-upload.component.html', + styleUrls: ['./remote-upload.component.scss'], }) export class RemoteUploadComponent implements OnInit { + constructor(private formBuilder: FormBuilder, private beatOnApi: BeatOnApiService) {} + form: FormGroup; - constructor(private formBuilder: FormBuilder, private beatOnApi : BeatOnApiService) { } - form: FormGroup; - - ngOnInit() { - this.form = this.formBuilder.group({ - fileUpload: [''] - }); - } - - uploadFile(event) { - for (let index = 0; index < event.length; index++) { - const file = event[index]; - const formData = new FormData(); - formData.append('file', file); - this.beatOnApi.uploadFile(formData).subscribe( - (res) => { - console.log("File uploaded") - }, - (err) => { - console.log("Failed to upload: " + err); + ngOnInit() { + this.form = this.formBuilder.group({ + fileUpload: [''], }); } - } + + uploadFile(event) { + for (let index = 0; index < event.length; index++) { + const file = event[index]; + const formData = new FormData(); + formData.append('file', file); + this.beatOnApi.uploadFile(formData).subscribe( + res => { + console.log('File uploaded'); + }, + err => { + console.log('Failed to upload: ' + err); + } + ); + } + } } diff --git a/frontend/src/app/tools/tools.component.scss b/frontend/src/app/tools/tools.component.scss index 815f1ab..13c9241 100644 --- a/frontend/src/app/tools/tools.component.scss +++ b/frontend/src/app/tools/tools.component.scss @@ -12,6 +12,7 @@ button { top: 10px; font-size: 12px; color: mat-color($my-app-warn); + line-height: 1em; } .netInfo .url { diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 04fb9fd..0485cde 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -54,4 +54,13 @@ body { app-sync-saber { height: 100%; overflow-y: scroll; +} + +.histButton span.mat-button-wrapper { + width: 100%; + max-width: 100%; + float: left; + text-align: left; + text-overflow: ellipsis; + overflow: hidden; } \ No newline at end of file